tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints/introduction
https://tangle.tools
Apache License 2.0
14 stars 4 forks source link

feat(gadget-sdk)!: integrate `blueprint-serde` #469

Closed Serial-ATA closed 1 week ago

Serial-ATA commented 1 week ago

This gets rid of the manual conversions does with the ValueIntoFieldType trait and field_type_to_param_token utils, letting all conversions be unified under blueprint-serde.

This doesn't support custom struct args yet, that's a future (more complicated) issue.

drewstone commented 1 week ago

Merge conflicts here @Serial-ATA and then g2g