Releases: ergoplatform/ergo
Releases · ergoplatform/ergo
Ergo Testnet release 1.8.1
In this release release
- Wallet bugfix
- Updated algorithm for block candidate creation from mempool transactions
Ergo Testnet release 1.8.0
Ergo Testnet 1.8 release
- This release introduces breaking changes, please remove old blockchain
- PoW algorithm is replaced to Autolykos: non-outsourceable and memory-hard PoW puzzle
Ergo Testnet release 1.7.1
In this release release
- API routes to compile Ergo script to P2S and P2SH addresses
- Fixed API routes for token issue and transfers
- Correct minimal ERG amount during transaction generation
- Correct creation height in boxes
Ergo Testnet release 1.7.0
Ergo Testnet 1.7 release
- This release introduces breaking changes, please remove old blockchain
- Default port for p2p protocol was changed to 9007
- Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated
- Demurrage component implemented (#471)
- Minimal Erg amount in a box requirement was added
- API methods to issue and transfer custom tokens were added
- Wallet bug fixes
Ergo Testnet release 1.6.1
Ergo Testnet 1.6.1 release
- Fix bug for wallet rollback
- Fix miner to limit both block size and computation cost
- Transaction generator now generates more realistic transactions
Ergo Testnet release 1.6.0
Ergo Testnet 1.6 release
- This release introduce breaking changes, please remove old blockchain
- Default port for p2p protocol was changed to 9006
- Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated to version 0.10.0
- Smart contract language now support threshold signatures
- Wallet API
- New block section to store auxiliary block data, the extension section
- Various bugfixes
Ergo Testnet release 1.5.3
In this release:
- Multiple synchronization fixes and optimizations
- API updates: more info in
/info
route,size
field was added to modifiers,/emission
endpoint added. - Code refactoring and optimization
Ergo Testnet release 1.5.2
In this release:
- Modifiers application to state was optimized
- Cache for most used modifiers was added
- Synchronization issues were solved
Ergo Testnet release 1.5.1
In this release:
- Fix block candidates generation when there are conflicting transactions in the mempool
- Network layer: a bug with too large messages being generated has been fixed
Ergo Testnet release 1.5.0
Ergo Testnet1.5 release
- This release introduce breaking changes, please remove old blockchain
- Default port for p2p protocol was changed to 9003
- Custom tokens native support
- Smart contract language (https://github.com/ScorexFoundation/sigmastate-interpreter) updated to version 0.9.4
- Optimized modifiers download and application process