Releases: ergoplatform/ergo
Releases · ergoplatform/ergo
Ergo Testnet release 1.0.1
Ergo this release
- Fix incorrect block application behavior
- Log rotation by default
- Memory and CPU optimizations
fullBlocksScore
andheadersScore
where added to/info
API route
Ergo Testnet 1 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
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
In this release:
- Initial node synchronization optimization
/info
API route numeric types fyxes
Ergo Testnet release 0.2.2
In this release:
- Configuration format changes:
ADState
was changed tostateType
- 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
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
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
In this release:
- Bugfix for extra Sync messages
- NodeViewSynchronizer optimization
- Known peers list update
Ergo Testnet release 0.1.2
In this release:
- Network layer optimization
- API optimization
Ergo Testnet release 0.1.1
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.