Releases: multiversx/mx-chain-go
Releases · multiversx/mx-chain-go
BoNwards wave 07
- Testing network sharding solution
- Temporary removed rating computation
- Changed transaction data type from string to byte slice
Note: This release should start with a new DB
BoNwards wave 06
- Testing network sharding solution
Note: This release should start with a new DB
BoNwards wave 05
Binary compatible 100% with v1.0.69
Note: This release should start with a new DB
BoNwards wave 04
- Temporary fix for computing peer rating on missed rounds.
Note: This release should start with a new DB
BoNwards wave 03
- Added p2p peer black list feature tied to the anti-flooding component.
Note: This release should start with a new DB
BoNwards wave 02
- Integrated end-of-epoch feature
- Integrated storage pruning feature
- Updated libp2p's libraries
- Permanent fix for antiflooding
- Refactored RequestHandler implementation
Note: This release should start with a new DB
BoNwards wave 01
Testing the p2p anti-flooding capabilities
Note: This release should start with a new DB
BoN phase ShadowShards wave 4
Compatible 100% with v1.0.64
Note: This release should start with a new DB
BoN phase ShadowShards wave 3
- Chain ID is now available on all headers (shard headers and metachain headers)
- Added new tx cache implementation that will keep the transaction sorted (no more wasted time sorting when processing transactions)
- Fixed a bug in termui window showing a max uint64 value for processed shard headers
- More linter fixes
BoN phase ShadowShards wave 2
- Added genesis time in fork detector to avoid processing old headers (from a previous testnet). This will be hardened in the next release when a special field will be added on headers.
- Permanent security fix for rand seed - prev rand seed checking on headers
- Fixed computation of txs fee when gas limit is reached
- Fixed problem when nodes are entered in sync mode because of a probable highest nonce set by a proposed block
- Removed rejected tx counter on the tx validator
- Memory pre-allocation optimization in process package
- Fixed an edge case in bootstrap from storage when no block could be applied
- Fixed an edge case in ShouldSync method when connected peers could fall below minimum accepted threshold, while node participate in consensus (the node has been synced at the beginning of the round)
- Fixed an edge case when RevertAccountState would be executed while node processes block
- Linter fixes
- Moved argument parser implementation in vmcommon repo
- Fixed gas computation and tx fee accumulation
- Added validator statistics rest API route
Note: This release should start with a new DB