Skip to content

Releases: ergoplatform/ergo

Ergo protocol reference client 6.0.0-RC7

17 Jun 15:55
19ac523
Compare
Choose a tag to compare

In this new 6.0 release candidate:

  • Sigma-state dependency updated to 6.0.1 with a fix for Upcast issues in v3 trees done in ergoplatform/sigmastate-interpreter#1073
  • added a case for invalid testnet v4 block generated with older client (contains v7 tree)

Ergo Protocol Reference Client 5.0.27

18 Jun 09:09
8e2d50e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.26...v5.0.27

Contributors: @jellymlg , @kushti

Ergo protocol reference client 6.0.0-RC6

05 Jun 12:50
61f6f53
Compare
Choose a tag to compare

This release has 5.0.26 changes included, Sigma dependency updated to 6.0.0, code is polished, #2214 fixed

Full Changelog: v5.0.25...v6.0.0-RC6

Ergo Protocol Reference Client 5.1.3

06 May 20:19
c24739a
Compare
Choose a tag to compare
Pre-release

This release is identical to 5.0.26 but on top of 5.1 (RocksDB)

What's Changed

New Contributors

Full Changelog: v5.1.2...v5.1.3

Ergo Protocol Reference Client 5.0.26

06 May 13:49
fb0d309
Compare
Choose a tag to compare

Miners, beware! This version is introducing candidate block regeneration (every ~60 sec atm).

What's Changed

New Contributors

Full Changelog: v5.0.25...v5.0.26

Ergo protocol reference client 6.0.0-RC5

18 Apr 16:23
30fd54b
Compare
Choose a tag to compare

This release is supposed to be identical to the final 6.0 release, aside of mainnet voting height.

Changes since RC4:
Sigma: ergoplatform/sigmastate-interpreter#1047 included, BigInt range check for v3 trees and during Autolykos v1 solution parsing.
node: simplified protocol version check during mempool transaction parsing, some versioning related fixes

Ergo protocol reference client 6.0.0-RC4

08 Apr 07:51
3b21e12
Compare
Choose a tag to compare

This version is able to sync with the mainnet. For that, a couple of fixes done in 6.0.0 candidate:

  • treeVersion <= activatedVersion checked since 5.0 activation only (as before there were some mainnet transactions violated the rule)
  • initialization of some values in object SOption made lazy (to avoid null values somehow appearing in the node 6.0)

Ergo protocol reference client 6.0.0-RC3

18 Mar 15:12
3a45bc4
Compare
Choose a tag to compare

This 6.0 release candidate is still suitable for public and private 6.0 testnets only!

In this release:

Ergo protocol reference client 6.0.0-RC2

11 Feb 10:34
0f7389c
Compare
Choose a tag to compare

This 6.0 release candidate is suitable for public testnet 6.0 voting and activation, and contains some fixes:

Sigma:

Ergo:

  • rule 409 (parameters matching) replaced with new rule 419, which is identical except allowing for new (unknown) parameters to be written on the blockchain
  • insertion of new voteable parameter , number of subblock per block, on v6 activation

to vote for a 6.0 soft-fork, put the following flag (120 = 1) into a config file:

ergo{
  voting {
       120 = 1
  }
}

Ergo Protocol Reference Client 5.1.2

14 Feb 09:18
75b68e3
Compare
Choose a tag to compare
Pre-release

This release is identical to 5.0.25 but on top of 5.1.0 codebase (so on top of RockDB)

What's Changed