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 (1015B)


      1 # Changelog
      2 
      3 - 0.3.4 (2026-02-25)
      4   * Bumps the ppad-sha{256,512} and ppad-secp256k1 dependencies.
      5 
      6 - 0.3.3 (2026-01-10)
      7   * Bumps the ppad-sha{256,512} dependencies.
      8 
      9 - 0.3.2 (2025-12-28)
     10   * Upgrades to newer dependencies and tests with GHC 9.10.3.
     11 
     12 - 0.3.1 (2025-12-27)
     13   * Upgrades to ppad-fixed v0.1.2 and ppad-secp256k1 v0.5.1.
     14 
     15 - 0.3.0 (2025-12-21)
     16   * Upgrades to ppad-secp256k1 v0.5, with significant performance
     17     improvements as a result.
     18   * Adds wNAF-enabled functions, suffixed by an apostrophe, which perform
     19     about 2x faster than normal variants.
     20 
     21 - 0.2.0 (2025-06-21)
     22   * The 'xprv' and 'tprv' functions are now total, returning 'Nothing' when
     23     derivation is impossible.
     24   * The 'XPrv', 'XPub', and 'X' constructors are no longer exported.
     25     Instead, use the 'x{prv,pub}_key' and 'x{prv,pub}_cod' functions to
     26     work with their contents.
     27 
     28 - 0.1.1 (2025-02-23)
     29   * Haddock improvements and examples.
     30 
     31 - 0.1.0 (2025-02-22)
     32   * Initial release, supporting basic HD wallet functionality.
     33 
     34