fuel-vm
fuel-vm copied to clipboard
Add `serde` to Merkle Tree proofs to enable Serialization/Deserialization
- [ ] Introduce
serdefeature flag to enable serde-specific compilation - [ ] Include
serdedependency in toml when compiling with serde feature flag - [ ] Derive
serdefor SMT proofs whenserdefeature flag is enabled - [ ] Derive
serdefor BMT proofs whenserdefeature flag is enabled (optional)
This is blocked on us deciding what our main tree will be. Once we have deciding on the best, based on performance and our unique requirements, we can work on this.