Skip to content

Releases: multiversx/mx-chain-go

BoNwards wave 07

07 Jan 16:36
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

BoNwards wave 06

07 Jan 12:31
Compare
Choose a tag to compare
  • Testing network sharding solution

Note: This release should start with a new DB

BoNwards wave 05

06 Jan 16:17
Compare
Choose a tag to compare

Binary compatible 100% with v1.0.69

Note: This release should start with a new DB

BoNwards wave 04

03 Jan 15:13
Compare
Choose a tag to compare
  • Temporary fix for computing peer rating on missed rounds.

Note: This release should start with a new DB

BoNwards wave 03

03 Jan 09:08
Compare
Choose a tag to compare
  • Added p2p peer black list feature tied to the anti-flooding component.

Note: This release should start with a new DB

BoNwards wave 02

31 Dec 08:53
8547f30
Compare
Choose a tag to compare
  • 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

27 Dec 13:32
Compare
Choose a tag to compare

Testing the p2p anti-flooding capabilities

Note: This release should start with a new DB

BoN phase ShadowShards wave 4

21 Dec 17:09
Compare
Choose a tag to compare

Compatible 100% with v1.0.64

Note: This release should start with a new DB

BoN phase ShadowShards wave 3

18 Dec 13:52
Compare
Choose a tag to compare
  • 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

16 Dec 14:52
Compare
Choose a tag to compare
  • 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