- add Ravencoin (#87)
- Switch Digibyte scripthash version byte. The obsolete
0x03
byte is nowscripthash2
, and the newer0x3f
(S-addresses) byte is the default.
- add bech32 prefixes (#85)
- update DNS seed for BTC (#84)
- add bip32 for LTC (#64)
- add field messagePrefix (#65)
- fix undefined bip32 error (#66)
- fix Peercoin values (#79)
- add Viacoin
- add testnet for Bitcoin Cash
- add
scripthash2
for DGB S... addresses
- add BIP32 data for Zcash
- change BIP44 constant for QTUM
- add DigiByte
- add QTUM
- fix monacoin WIF constant
- add BTG support
- add VTC support
- change LTC P2SH
- add DCR
- move from Mocha to Tape
- update Dash constants
- added
hashGenesisBlock
- added Dash protocol magic
- fix for use with Node v0.10. See: cryptocoinjs#17
- added
nubits
- added bitcoin
regtest
- fixed bitcoin rpc ports
- deleted
mue
- deleted 'uro'
- deleted
gmc
- added
toBitcoinJS()
forbitcoinjs-lib
support - added
toBitcore()
for Bitpay's bitcore suppport - add DOGE / LTC seeds / port
- fixed DASH info, See: cryptocoinjs#13
- added bip44 constants from http://doc.satoshilabs.com/slips/slip-0044.html
- added missing formal names for some coins
- added support for full coin name passed into
coininfo()
, i.e. can docoininfo('BTC')
orcoininfo('bitcoin')
- access coin info via property
- added DASH
- bugfix for browserify
- added more information like network information
- added BlackCoin
- added Gamerscoin cryptocoinjs#10
- added RDD
- removed backwards compatibility code, use npm versions instead ralphtheninja
- removed semicolons per http://cryptocoinjs.com/about/contributing/#semicolons
- added
PPC
andURO
support: #4, #6 - added bip32 support
- removed
terst
dev dep forassert
- added
scripthash
for each coin, #2
- add Dogecoin Testnet
- initial release