FuelLabs / fuel-vm

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

Simplify transaction input types #814

Closed Dentosal closed 2 months ago

Dentosal commented 2 months ago

Aspirational PR. Remove complex type-base Coin and Message types and replace them with plain old structs. Currently not backwards-comptabile, needs support for flatten() attribute for canonical serialization.

Checklist

Before requesting review

Dentosal commented 2 months ago

Seems like we're not doing this.