FuelLabs/fuel-core
在 GitHub 查看WASM block production can fail if new `fuel-core` supports new types of transactions
Open
#2,679 创建于 2025年2月7日
buggood first issue
仓库指标
- Star
- (57,084 star)
- PR 合并指标
- (平均合并 8小时 53分钟) (30 天内合并 1 个 PR)
描述
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.