This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
v0.22.0
Pre-release
Pre-release
v0.22.0 (2019-10-05)
Features
- Parse header/epoch compact target field as hex string (5f8f832)
- Update header and epoch structures (ec0deaa)
- Update Script.args and Transaction.witnesses type (95e16d2)
BREAKING CHANGES
- header and epoch structures are changed as per CKB update.
Note: field compact_target is output from RPC as uint32, but they should be hex string to
follow the convention. Await CKB to fix that.
- Bytes serialization are used for these two structures.
Before this [Bytes] serialization were used. This affects script and transaction
hash calculation and transaction signing.