Releases: vechain/thor
v2.1.2-rc.1
This is a release candidate please refer to v2.1.2 release notes.
v2.1.1
What's Changed
-
Documentation and enhancements:
- Refactored API documentation, and set Stoplight UI as the default interface for improved usability and functionality.
- Set default cache size to 4GB.
- Updated dependencies.
- Synced bootstrap nodes with the remote list.
- Introduced V2 module.
- Various code refactorings and updates.
-
Code Coverage Improvements:
- Added code coverage tests.
- Increased package coverage for various functionalities.
- Added Codecov for PR analysis.
Contributors
- @ifavo
- @MakisChristou
- @ahasikos
- @claytonneal
- @otherview
- @qianbin
- @libotony
- @darrenvechain
- @paologalligit
- @leszek-vechain
Full Changelog: v2.1.0...v2.1.1
v2.1.1-rc.1
What's Changed
This is a release candidate please refer to v2.1.1 release notes.
v2.1.0
v2.0.4
This is a maintenance release that contains minor fixes and improvements.
Notes for container users: default container user has been changed from root
to thor
via PR #575.
What's Changed
- docker container runs thor under new user by @kgapos in #575
- ci: build multi arch docker image and introduce github registry by @libotony in #577
New Contributors
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
This is a maintenance release that contains minor fixes and improvements.
What's Changed
- doc: improve trace description #554
- fix: avoid unexpected error in BFT process #557
- deps: upgrade deps to eliminate security alerts #559
- chain: add HasTransaction to provide fast way to check tx existence #561
- db: add KV delete range #562
Full Changelog: v2.0.1...v2.0.2
v2.0.1
This release will activate the hardfork named FINALITY
on MAINNET. It implements the VIP-220 Finality with One Bit (FOB) that allows nodes to be able to check the finality of blocks.
All MAINNET nodes are required to be upgraded ASAP.
The hardfork is scheduled at block #13815000 (~ Thu, 17 Nov 2022 08:10:00 GMT) on MAINNET.
New feature: you will be able to query finalized block via curl http://localhost:8669/blocks/finalized
Don't forget that full resynchronization is required if upgrading from versions earlier than v1.7.0.
v2.0.0
This release will activate the hardfork named FINALITY
on TESTNET. It implements the VIP-220 Finality with One Bit (FOB) that allows nodes to be able to check the finality of blocks.
All TESTNET nodes are required to be upgraded ASAP.
The hardfork is scheduled at block #13086360 (~ Fri, 19 Aug 2022 08:00:00 GMT) on TESTNET.
New feature: you will be able to query finalized block via curl http://localhost:8669/blocks/finalized
Don't forget that full resynchronization is required if upgrading from versions earlier than v1.7.0.
v1.7.4
This is a maintenance release that contains performance improvements and new features.
Notice: Don't forget that full resynchronization is required if upgrading from versions earlier than v1.7.0.
Changes