UNPKG

@samouraiwallet/bip47

Version:

A set of utilities for working with BIP47 and bitcoinjs-lib

57 lines (45 loc) 1.2 kB
# Changelog ## v1.1.0 - updated dependencies - switched to bip32@5.0.0-rc.0 - minimum required Node.js version is now v18.14.0 ## v1.0.0 ### Breaking major release - full browser compatibility (no use of Node.js internals) - switched to @samouraiwallet/bip32 - more tests - more straightforward API - added methods to create notification payload and extract payment code from payload - added more comprehensive usage examples ## v0.8.0 ### Breaking - minimum required Node.js version is now v16.6.0 - API now uses `Uint8Array` instead of `Buffer` ### Chores - updated dependencies - switched from `create-hash` to `@noble/hashes` ## v0.7.0 ### Features - allow usage of custom ecc library - added new `getNotificationPrivateKey` method + tests ### Chores - updated devDependencies - updated README ## v0.6.2 ### Bugfixes - fixed broken bitcoin networks object ## v0.6.2 ### Features - updated dependencies ## v0.6.1 ### Features - fixed documentation ## v0.6.0 ### Features - breaking change: this library only supports ECMAScript modules - added ability to derive segwit addresses (P2SH, P2WPKH) - added more test coverage ## v0.5.0 ### Features - switch to Typescript - updated dependencies