FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle `ExecutionResult` and `ValidationResult` separately in Wasm executor

MitchTurner opened this issue · comments

Because of the way we are doing serialization, we are returning an ExecutionResult from "validate" on the wasm executor. We should be able to handle more cases.

See convo:
#1886 (comment)

Include good integ tests to show that this works :)