FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Update `Transaction` type to represent forcibly included transactions #693

Closed xgreenx closed 7 months ago

xgreenx commented 8 months ago

Update Transaction type to represent forcibly included transactions that can be used for fraud proofs to provide that transact was included(successfully or unsuccessfully)

Voxelot commented 8 months ago

we probably don't need this task

Voxelot commented 8 months ago

As an alternative, I think we should just emit events from the executor for failed forced transactions which we can use to update the tx_status table off-chain.

xgreenx commented 7 months ago

We decided to not affect the Transaction since it is only relevant for the GraphQL/Frontend and it can addressed off-chain.