Releases: BlockIo/block_io-go
Releases · BlockIo/block_io-go
Stabilization release
Stabilization release
- Improved structure of signing functions
- Updated examples to be more concise
- Expanded tests to include signing functions
- Improved error handling
- Update dependencies:
- btcd to 0.21.0-beta
- synchronize x/crypto with btcd
Marked functions with non-optimal signatures as DEPRECIATED. These functions can
still be used but should be migrated to the replacements:
ExtractKeyFromPassphrase
is replaced byDeriveKeyFromHex
ExtractKeyFromPassphraseString
is replaced byDeriveKeyFromString
SignDtrustRequest
is replaced bySignRequestJsonWithKeys
SignSweepRequest
is replaced bySignRequestJsonWithKey