fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

Support Stacks 2.1 Transaction types #153

Open zone117x opened 2 years ago

zone117x commented 2 years ago

Stacks 2.1 adds two new transaction types:

For reference, deserializers (and some test vectors) have been added for both of these in the Rust library (and typescript defs) here: https://github.com/hirosystems/stacks-encoding-native-js/pull/5, and support for versioned smart contracts is implemented in stacks.js here: https://github.com/hirosystems/stacks.js/pull/1341

aulneau commented 2 years ago

Thanks for the comment! will implement these in the next two weeks