Skip to content

Releases: hyperbit-dev/chains

v1.10.0

27 Feb 07:43
Compare
Choose a tag to compare
  • 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

27 Feb 07:43
Compare
Choose a tag to compare

Add chain symbols as a supported type

Full Changelog: v1.8.2...v1.9.0

v1.8.2

27 Feb 07:42
Compare
Choose a tag to compare
  • 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

27 Feb 07:41
Compare
Choose a tag to compare

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

27 Feb 07:40
Compare
Choose a tag to compare

Full Changelog: v1.7.1...v1.7.2

v1.7.1

27 Feb 07:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.1

v1.6.0

01 Mar 22:17
Compare
Choose a tag to compare
  • add confirmations, algorithm, and consensus to common type
  • change isProofOfStake to consensus
  • add utility functions to make it easier to find specific chains and
    networks dynamically
  • change testing to vitest

v1.6.0

v1.0.0

06 Aug 00:27
Compare
Choose a tag to compare

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 and test now renamed to mainnet and testnet.
  • Types updated to better reflect source code of blockchains.
    • Network and TestNetwork now MainNet, TestNet, RegTest, and SimNet.