WASM block production can fail if new fuel-core
supports new types of blocks/transactions
#2679
Labels
bug
Something isn't working
If we add new types like BlockV2 or a new type of transaction, the old WASM code can't deserialize them.
The current WASM executor will ruin the whole block during production if one of the transactions is new.
We must teach the WASM executor to deserialize transactions individually and discard unserializable transactions.
The text was updated successfully, but these errors were encountered: