Skip to content

Releases: BlockIo/block_io-go

Stabilization release

29 Sep 21:08
1b24ad3
Compare
Choose a tag to compare

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 by DeriveKeyFromHex
  • ExtractKeyFromPassphraseString is replaced by DeriveKeyFromString
  • SignDtrustRequest is replaced by SignRequestJsonWithKeys
  • SignSweepRequest is replaced by SignRequestJsonWithKey