You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.3 KiB

9 years ago
0.7.0 / 2016-03-22
------------------
- upgrade from `ecurve` to `secp256k1`. [#5][#5]
10 years ago
0.6.0 / 2015-07-02
------------------
- **breaking** (same day though, haha). Changed `publicExtendedKey`/`privateExtendedKey` in `JSON` methods to `xpub`/`xpriv`
- export `HARDENED_OFFSET`
10 years ago
0.5.0 / 2015-07-02
------------------
- JavaScript Standard Style
- fix rare condition for BIP32 consistency: https://github.com/cryptocoinjs/hdkey/issues/1
- added `toJSON()/fromJSON()`
0.4.0 / 2014-09-24
------------------
- dropped `sha512` dependency and upgraded to crypto-browserify that supports sha512
0.3.1 / 2014-07-11
------------------
- removed superfluous code `this._privateKeyBigInteger`
0.3.0 / 2014-06-29
------------------
- bugfix: if private key was less than 32 bytes, pad out to 32 bytes with leading zeros (this happens in derive)
- changed behavior of `privateExtendedKey()` and `publicExtendedKey()` to return base 58 encoded `string` instead of `Buffer`
- changed behavior of `fromExtendedKey()` from accepting a type of `Buffer` bytes to base58 `string`
0.2.0 / 2014-06-25
------------------
- upgraded `"ecurve": "^0.8.0"` to `"ecurve": "^1.0.0"`
- added functionality to derive public to public child keys
11 years ago
0.1.0 / 2014-06-16
------------------
- removed semicolons per http://cryptocoinjs.com/about/contributing/#semicolons
- removed `ECKey` dep
- added `ecurve` dep
11 years ago
- removed `terst` dev dep for `assert`
- added method `fromMasterSeed(seedBuffer, [versions])`
- changed constructor from `new HDKey(masterSeed, [versions])` to `new HDKey([versions])`
- added properties: `privateKey` and `publicKey`
- removed method `getIdentifier()`, added property `identifier`
- removed method `getFingerprint()`, added property `fingerprint`
- renamed `private` to `privateExtendedKey`
- renamed `public` to `publicExtendedKey`
11 years ago
- added method `fromExtendedKey()`
11 years ago
0.0.1 / 2014-05-29
------------------
- initial release
9 years ago
<!--- hdkey: use the secp256k1 package for crypto -->
[#5]: https://github.com/cryptocoinjs/hdkey/pull/5
<!--- Is this library still maintained? -->
[#4]: https://github.com/cryptocoinjs/hdkey/issues/4
<!--- Update hdkey.js -->
[#3]: https://github.com/cryptocoinjs/hdkey/pull/3
<!--- Update hdkey.js -->
[#2]: https://github.com/cryptocoinjs/hdkey/pull/2
<!--- rare condition needed for bip consistency -->
[#1]: https://github.com/cryptocoinjs/hdkey/issues/1