Skip to content

Releases: ergoplatform/ergo

Ergo Testnet release 1.0.1

20 Jun 09:54
401a1e6
Compare
Choose a tag to compare
Pre-release

Ergo this release

  • Fix incorrect block application behavior
  • Log rotation by default
  • Memory and CPU optimizations
  • fullBlocksScore and headersScore where added to /info API route

Ergo Testnet 1 release

01 Jun 15:23
5278be2
Compare
Choose a tag to compare
Pre-release

Ergo Testnet1 release

  • This release introduce breaking changes, please remove old blockchain
  • Header format changes: nonce removal, extension section hash addition
  • Initial release with smart contract language sigma-State
  • Coins emission implemented as a sigma-State contract
  • Target delay between blocks is set to 2 minutes
  • Difficulty retargeting function changed, changes in difficulty should be smoother
  • API changed due to breaking changes. Check openapi.yaml for new API description

Ergo Testnet release 0.2.4

05 Apr 15:45
26ff4c3
Compare
Choose a tag to compare
Pre-release

In this release:

  • Synchronization process rework
  • Fast synchronization for node with digest state type and non-negative blocksToKeep
  • openapi.yaml fixes
  • Correct node shutdown
  • Coin emission function (for mainnet release)
  • Updated difficulty control function (for next testnet release)
  • Update to latest libraries versions (including Scorex)

Ergo Testnet release 0.2.3

05 Mar 09:14
969e211
Compare
Choose a tag to compare
Pre-release

In this release:

  • Initial node synchronization optimization
  • /info API route numeric types fyxes

Ergo Testnet release 0.2.2

28 Feb 15:44
f622d8b
Compare
Choose a tag to compare
Pre-release

In this release:

  • Configuration format changes: ADState was changed to stateType
  • Updated and optimized /info API route
  • Updated AVLIODB and scrypto libraries with various bugfixes and optimizations
  • Fix candidate block creation errors on mining
  • Fix mode crashes because of concurrent requests to State
  • Fixed block application order on fork processing
  • Lazy logs

0.2.1: Testnet Bugfix Release

06 Feb 11:06
0.2.1
68caf62
Compare
Choose a tag to compare
Pre-release

In this release:

  • New history implementation (require blockchain re-download)
  • Correct synchronization of State and History on startup
  • Synchronization optimization: random order blocks application to history
  • Network layer fixes
  • Mining issues fixes
  • API fixes
  • corsAllowed and corsAllowedOrigin settings were added to RestApi settings section

Ergo Testnet release 0.2.0

15 Jan 11:14
80cc907
Compare
Choose a tag to compare
Pre-release

In this release:

  • New node Handshake - not compatible with 0.1.x version
  • Changed settings format - not compatible with 0.1.x version
  • New API described in openapi format
  • Fix node crash on incorrect blocks
  • Fix full block synchronization node stuck
  • Faster Mining and API

Ergo Testnet release 0.1.3

19 Dec 15:49
1a2a961
Compare
Choose a tag to compare
Pre-release

In this release:

  • Bugfix for extra Sync messages
  • NodeViewSynchronizer optimization
  • Known peers list update

Ergo Testnet release 0.1.2

14 Dec 14:50
f47a226
Compare
Choose a tag to compare
Pre-release

In this release:

  • Network layer optimization
  • API optimization

Ergo Testnet release 0.1.1

08 Dec 10:04
7bf8ae2
Compare
Choose a tag to compare
Pre-release

In this release:

  • Network layer optimization
  • Fix for node restart in digest state mode
  • Fix for node crash with versionID is already used error

NOTE 1

Please, remove data folder after upgrading to the version.