Skip to content

Releases: multiversx/mx-chain-go

BoNwards wave 18

21 Jan 08:36
Compare
Choose a tag to compare

Note: This release should start with a new DB

BoNwards wave 17

20 Jan 18:20
Compare
Choose a tag to compare
  • 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

20 Jan 10:54
Compare
Choose a tag to compare
  • 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

16 Jan 15:36
Compare
Choose a tag to compare

Note: This release should start with a new DB

BoNwards wave 14

16 Jan 10:30
Compare
Choose a tag to compare
  • Fixed a bug related to 2 mutex usages

Note: This release should start with a new DB

BoNwards wave 13

15 Jan 17:02
7a10a61
Compare
Choose a tag to compare
  • 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

14 Jan 17:27
Compare
Choose a tag to compare
  • 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

13 Jan 18:01
Compare
Choose a tag to compare
  • Testing network sharding solution 2
  • Temporary removed rating computation

Note: This release should start with a new DB

BoNwards wave 10

13 Jan 11:43
Compare
Choose a tag to compare
  • Testing network sharding solution 2
  • Temporary removed rating computation

Note: This release should start with a new DB

BoNwards wave 08

07 Jan 21:51
Compare
Choose a tag to compare
  • 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