bip44-constants
Version:
Bitcoin BIP44 constants.
74 lines (57 loc) • 1.71 kB
Markdown
8.0.0 / 2019-02-01
------------------
- change constants from object to 2d array (see README)
- add new constants
7.0.0 / 2018-11-12
------------------
- change values for PIGGY/SSC
- add new constants
6.1.0 / 2018-10-25
------------------
- updated constants
6.0.0 / 2018-10-11
------------------
- updated / changed constants (`DSH` -> `DASH`) (https://github.com/bitcoinjs/bip44-constants/issues/15)
- added sanity checks (https://github.com/bitcoinjs/bip44-constants/pull/23)
5.2.0 / 2018-08-27
------------------
- updated constants
5.1.0 / 2018-07-30
------------------
- add TRX constant
5.0.0 / 2018-03-05
------------------
- using asset symbol as the key as opposed to the asset name
- updated constants
4.0.1 / 2017-12-04
------------------
- changed constant values to type Number, not type String
3.1.0 / 2017-08-27
------------------
- updated constants
3.0.0 / 2017-08-27
------------------
- updated constants (semver major since one constant changed)
2.5.0 / 2017-05-27
------------------
- updated constants
2.4.0 / 2017-04-09
------------------
- updated constants
2.3.0 / 2016-10-16
------------------
- updated constants
2.2.0 / 2016-03-24
------------------
- updated constants
2.1.0 / 2016-02-08
------------------
- updated constants URL. See: https://github.com/bitcoinjs/bip44-constants/pull/1
- added more coins: Quarkcoin, Terracoin, Gridcoin. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
- add newline to `constants.json`. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
2.0.0 / 2016-01-26
------------------
- had to bump major version since `DarkCoin` was renamed to `Dash`
1.0.0 / 2015-07-21
------------------
- initial release