Releases: syscoin/syscoinwire
Releases · syscoin/syscoinwire
Syscoin Wire v1.0.1 - Initial Release
This initial release of Syscoin Wire (v1.0.1) aligns with Syscoin Core v5.0.0, providing robust and efficient serialization/deserialization functionality specifically tailored for Syscoin blockchain transactions, NEVM blocks, and related structures.
Highlights:
- Full compatibility with Syscoin v5.0.0 transaction types.
- Comprehensive serialization and deserialization support for:
- Asset Allocation Transactions
- NEVM Block data structures
- Syscoin-to-Ethereum bridge transactions
- Optimized binary serialization leveraging best practices from btcd.
- Extensive unit tests covering normal operations and edge cases, ensuring reliability and correctness.
This foundational release sets the stage for seamless integration into applications interacting with Syscoin's blockchain and its NEVM platform.
Installation:
go get github.com/syscoin/syscoinwire/syscoin/[email protected]