Skip to content

Releases: ergoplatform/ergo

Ergo Testnet release 2.1.1

06 Jun 12:37
e7041b1
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 2.1.1 release

  • Fix for running on JRE8
  • API spec examples fixed
  • Automatic wallet unlock on /wallet/init and /wallet/restore API routes
  • Correct error handling for external GPU miner when mining=false

Ergo Testnet release 2.1.0

05 Jun 09:23
14f68e7
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 2.1 release

  • This release introduces breaking changes, please update your node
  • Voting for soft-forkability feature implemented
  • Wallet memory leak fixed
  • Mempool now requires minimal fee of 0.001 Erg (may be changed in config ergo.node.minimalFeeAmount)
  • Key derivation API added
  • Sigmastate language updated (see https://git.io/fju6J)

Ergo Testnet release 2.0.5

17 May 15:42
d083772
Compare
Choose a tag to compare
Pre-release

In this release

  • Wallet persistence added
  • Stateful transaction validation on publishing via API
  • More logs for transaction invalidation

Ergo Testnet release 2.0.4

02 May 21:40
a04b34c
Compare
Choose a tag to compare
Pre-release

In this release

  • Wallet renewal: extracted to separate library, implementaion is now compartible with Bitcoin BIP32 and BIP39 wallets
  • !!! Attention !!! As far as wallet format was changed, you need to recreate a wallet according to this (manual)[https://github.com/ergoplatform/ergo/wiki/Wallet-configuration]. If you want to save your previously minted testnet coins, send them from the old wallet to the new one.
  • CORS handling improved for API methods

Ergo Testnet release 2.0.3

02 Apr 14:24
18e360f
Compare
Choose a tag to compare
Pre-release

In this release

  • GPU miner support
  • Various bug fixes
  • !!! Attention !!! During testing of GPU miner several rare bugs where found. If your node of previous versions become on a fork - please remove the blockchain and synchronize from scratch with the new version

Ergo Testnet release 2.0.2

25 Mar 12:18
1adfe85
Compare
Choose a tag to compare
Pre-release

In this release

  • Initial node synchronization performance improvements
  • Fast abort on costly transactions validation. !!! Attention !!! This actually a soft-fork as far as it slightly change validation rules, that may lead to a fork between v2.0.2 and prior nodes. However, such situation never happened in practice.

Ergo Testnet release 2.0.1

21 Mar 16:16
fa28364
Compare
Choose a tag to compare
Pre-release

In this release

  • Block application performance improvements
  • Buffer for network messages added

Ergo Testnet release 2.0

14 Mar 14:08
98c8b22
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 2.0 release

  • This release introduces breaking changes, please remove old blockchain
  • Smart contract language updated. See https://git.io/fje2S for more info
  • Elliptic curve changed to secp256k1
  • Network layer versioning implemented for further improvements
  • Data inputs implemented
  • Transaction cost now take tokens, inputs, data inputs and outputs into consideration
  • Interlinks where moved from block header to extension section
  • Foundation box was added into genesis state
  • Proof-of-no-premine added
  • Modifiers application performance improvement
  • More efficient and compact serialization implemented

Ergo Testnet release 1.9.1

06 Feb 08:49
da129f2
Compare
Choose a tag to compare
Pre-release

In this release

  • Correct mempool implementation
  • Fix of Digest node state recovery on startup
  • Fix pf Parameters parsing from an extension

Ergo Testnet release 1.9.0

16 Jan 08:09
b7e3993
Compare
Choose a tag to compare
Pre-release

Ergo Testnet 1.9 release

  • This release introduces breaking changes, please remove old blockchain
  • Voting system implemented. See https://git.io/fhWKY for more info
  • Smart contract language updated. See https://git.io/fhlen for more info