Releases: hyperbit-dev/chains
Releases · hyperbit-dev/chains
v1.10.0
- Add token tracking for L2 tokens of chains including: Meowcoin,
Ravencoin, Evrmore, and Neoxa. - Add basic chain support for 5gcash, bitcoincandy, bitcoinz, bzedge,
cloreai, commercium, dogecash, dynamo, firo, flits, frenchdigital,
frencoin, gemlink, horizen, ilcoin, komodo, litecoinz, pivx,
raptoreum, ravencoin-classic, satoxcoin, veruscoin, zelcash, and zero. - Add type MainNetBasic to allow for basic defintion of coin pending
upcoming additions of network definitions.
Full Changelog: v1.9.0...v1.10.0
v1.9.0
Add chain symbols as a supported type
Full Changelog: v1.8.2...v1.9.0
v1.8.2
- Update Denarius symbol from d to dnr
- Update x42 symbol from symbol to x42
- fix: reverse order of util arguments
Full Changelog: v1.8.0...v1.8.2
v1.8.0
Update getChainsByNetwork to allow input of both the chain symbol and the network name
Full Changelog: v1.7.2...v1.8.0
v1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- [Neurai] PUBKEY_ADDRESS updated in Testnet by @NeuraiProject in #2
- Add Telestai Information by @zachchan105 in #3
- add telestai to chains/src/chains/index.ts by @zachchan105 in #4
New Contributors
- @zachchan105 made their first contribution in #3
Full Changelog: v1.6.0...v1.7.1
v1.6.0
- add
confirmations
,algorithm
, andconsensus
to common type - change
isProofOfStake
toconsensus
- add utility functions to make it easier to find specific chains and
networks dynamically - change testing to vitest
v1.6.0
v1.0.0
Blockchains
Initial blockchains released:
- Bitcoin
- Litecoin
- Dogecoin
- Reddcoin
- Dash
- Pigeoncoin
- Peercoin
- Namecoin
- Feathercoin
- Blackcoin
- NuBits
- Viacoin
- Groestlcoin
- DigiByte
- Monacoin
- Vertcoin
- Decred
- Denarius
- Navcoin
- Bitcoin Cash
- Ravencoin
- Evrmore
- Digital Note
- Meowcoin
- City Coin
- QTUM
- Ritocoin
- c0ban
- x42
- Neurai
Breaking Changes
Changes from pre v1 release:
main
andtest
now renamed tomainnet
andtestnet
.- Types updated to better reflect source code of blockchains.
Network
andTestNetwork
nowMainNet
,TestNet
,RegTest
, andSimNet
.