8000 Releases · ergoplatform/ergo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ergoplatform/ergo

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

Ergo Protocol Reference Client 5.0.25

10 Feb 14:56
a74d8f4
Compare
Choose a tag to compare

Ergo protocol reference client 5.0.25. It contains following PRs:

  • lastMempoolUpdate field to added to /info, new API methods /transactions/unconfirmed/transactionIds and /transactions/unconfirmed/byTransactionIds #2177

  • New bannedPeers field in config to permaban peers #2196

  • Improved rollbacks processing in extra indices, more tests and some refactoring #2193

  • Rework segments retrieval to preserve ordering in /blockchain methods #2198

Contributors: @jellymlg @mgpai22 @kushti @zackbalbin

Ergo Protocol Reference Client 5.1.1

20 Dec 11:05
8e14893
Compare
Choose a tag to compare
Pre-release

This release is identical to 5.0.24 but relies on RocksDB instead of LevelDB.

Still experimental release.

You need to start with fresh database with it, only /wallet/keystore folder (which contains JSON with encrypted master key). Even derivation paths from 5.0 nodes would be lost!

Ergo protocol reference client 6.0.0-RC1 (for testnets only!)

18 Nov 12:50
95492ed
Compare
Choose a tag to compare

For testnets only!

Corresponding to the following commit in Sigma interpreter: ergoplatform/sigmastate-interpreter@fe3b907

What's Changed

  • New numeric methods (bitwise operations, shifts etc) for the UnsignedBigInt type
  • Rule #215 deactivated on 6.0 activation. This rule prevents from starting voting for unknown parameter. With that deactivation, from now it is possible to introduce new parameters in non-breaking way.
  • Replaced Sigma validation rules tuning
  • New parameter, number of subblocks per block
0