bip32

Pure Haskell BIP32 hierarchical deterministic wallets (docs.ppad.tech/bip32).
git clone git://git.ppad.tech/bip32.git
Log | Files | Refs | README | LICENSE

CHANGELOG (459B)


      1 # Changelog
      2 
      3 - 0.2.0 (2025-06-21)
      4   * The 'xprv' and 'tprv' functions are now total, returning 'Nothing' when
      5     derivation is impossible.
      6   * The 'XPrv', 'XPub', and 'X' constructors are no longer exported.
      7     Instead, use the 'x{prv,pub}_key' and 'x{prv,pub}_cod' functions to
      8     work with their contents.
      9 
     10 - 0.1.1 (2025-02-23)
     11   * Haddock improvements and examples.
     12 
     13 - 0.1.0 (2025-02-22)
     14   * Initial release, supporting basic HD wallet functionality.
     15 
     16