Releases: multiversx/mx-chain-go
Releases · multiversx/mx-chain-go
BoNwards wave 18
Note: This release should start with a new DB
BoNwards wave 17
- Major optimization in consensus state machine: all peers process speculatively the proposed block, waiting for the signed header to be intercepted. When it is received, it will cause an immediately commitment of the state trie. This will cause the proposed block being processed in the same round was produced, yielding performance boost since all shard nodes will start the new round synced.
- Added a time.sleep each time a new pubsub publish is done. This is a temporary fix until the new pubsub publish feedback is ready to be used.
Note: This release should start with a new DB
BoNwards wave 16
- Fixed a p2p related bug that appeared when publishing new messages on a p2p topic
- Optimized code related to data pools (now we have only one implementation of data pools independent of the node's shard ID)
- Account's trie now splits the nodes in an inverse manner (as to align with next elrond's features)
- Requests are now done by also specifying the epoch number
- Fixed tests that sometimes failed
Note: This release should start with a new DB
BoNwards wave 15
Note: This release should start with a new DB
BoNwards wave 14
- Fixed a bug related to 2 mutex usages
Note: This release should start with a new DB
BoNwards wave 13
- Block tracker print fixes and requests
- Permanent fix for invalid transactions processed but not received through interceptors
- Fixed kad-dht parameters to allow faster network recovery and faster peer bootstrapping process
BoNwards wave 12
- Block tracker implementation for a more consistent cross-shard sync
- Header cache refactor
- Added trie pruning capabilities
- Bugfixes and improvements in sync, trie, data retriever packages
Note: This release should start with a new DB
BoNwards wave 11
- Testing network sharding solution 2
- Temporary removed rating computation
Note: This release should start with a new DB
BoNwards wave 10
- Testing network sharding solution 2
- Temporary removed rating computation
Note: This release should start with a new DB
BoNwards wave 08
- 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