Skip to content

Releases: ergoplatform/ergo

Ergo Testnet release 1.8.1

20 Dec 16:09
bd32827
Compare
Choose a tag to compare
Pre-release

In this release release

  • Wallet bugfix
  • Updated algorithm for block candidate creation from mempool transactions

Ergo Testnet release 1.8.0

06 Dec 16:17
34c2802
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 1.8 release

  • This release introduces breaking changes, please remove old blockchain
  • PoW algorithm is replaced to Autolykos: non-outsourceable and memory-hard PoW puzzle

Ergo Testnet release 1.7.1

09 Nov 09:08
7bef44c
Compare
Choose a tag to compare
Pre-release

In this release release

  • API routes to compile Ergo script to P2S and P2SH addresses
  • Fixed API routes for token issue and transfers
  • Correct minimal ERG amount during transaction generation
  • Correct creation height in boxes

Ergo Testnet release 1.7.0

23 Oct 11:45
0740a17
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 1.7 release

  • This release introduces breaking changes, please remove old blockchain
  • Default port for p2p protocol was changed to 9007
  • Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated
  • Demurrage component implemented (#471)
  • Minimal Erg amount in a box requirement was added
  • API methods to issue and transfer custom tokens were added
  • Wallet bug fixes

Ergo Testnet release 1.6.1

24 Sep 09:27
135c76b
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 1.6.1 release

  • Fix bug for wallet rollback
  • Fix miner to limit both block size and computation cost
  • Transaction generator now generates more realistic transactions

Ergo Testnet release 1.6.0

13 Sep 16:02
4251bec
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 1.6 release

  • This release introduce breaking changes, please remove old blockchain
  • Default port for p2p protocol was changed to 9006
  • Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated to version 0.10.0
  • Smart contract language now support threshold signatures
  • Wallet API
  • New block section to store auxiliary block data, the extension section
  • Various bugfixes

Ergo Testnet release 1.5.3

17 Aug 10:38
bf26ecc
Compare
Choose a tag to compare
Pre-release

In this release:

  • Multiple synchronization fixes and optimizations
  • API updates: more info in /info route, size field was added to modifiers, /emission endpoint added.
  • Code refactoring and optimization

Ergo Testnet release 1.5.2

18 Jul 16:20
8a527aa
Compare
Choose a tag to compare
Pre-release

In this release:

  • Modifiers application to state was optimized
  • Cache for most used modifiers was added
  • Synchronization issues were solved

Ergo Testnet release 1.5.1

16 Jul 14:18
716728f
Compare
Choose a tag to compare
Pre-release

In this release:

  • Fix block candidates generation when there are conflicting transactions in the mempool
  • Network layer: a bug with too large messages being generated has been fixed

Ergo Testnet release 1.5.0

06 Jul 10:09
2f6caee
Compare
Choose a tag to compare
Pre-release

Ergo Testnet1.5 release

  • This release introduce breaking changes, please remove old blockchain
  • Default port for p2p protocol was changed to 9003
  • Custom tokens native support
  • Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated to version 0.9.4
  • Optimized modifiers download and application process