Skip to content

Releases: multiversx/mx-chain-go

Debug version release with arwen VM and elrond node

25 Sep 12:22
cc06262
Compare
Choose a tag to compare

Debug version release with arwen VM and elrond node

Bugfixes and upgrades

20 Sep 19:11
223a27e
Compare
Choose a tag to compare
v1.0.17

Merge pull request #454 from ElrondNetwork/EN-4061-Fix-bug-in-set-fin…

Bugfixes and upgrades

14 Sep 12:46
Compare
Choose a tag to compare

The repo is able to be built with Golang v1.13, updated dependencies, removed several memory leaks and bugs regarding fork choice decisions. Added tx interceptor filtering component and several TermUI metrics

Term UI bugfixes

16 Aug 12:11
04ca422
Compare
Choose a tag to compare

The propose counters are no longer stuck on 0 and we have eliminated some artifacts when starting the term-ui (it needed one resize of the window to be correctly drawn). Also, we have fixed a small bug in which the pool tx counter was computed only on half of the tx data pools.

Testnet 1.0.12 (1012)

14 Aug 15:07
53f4cf7
Compare
Choose a tag to compare

Stabilized previous version

Testnet release 1.0.11 (1011)

31 Jul 12:27
431dc58
Compare
Choose a tag to compare
v1.0.11

Merge pull request #321 from ElrondNetwork/bugs/EN-3228-sc-processor-…

bug fixes regarding reported issues #248, #256, #257, #266

10 Jul 13:17
bd54836
Compare
Choose a tag to compare
v1.0.8

Merge pull request #263 from ElrondNetwork/issue/#248-Wrong-nonce-in-…

Bug fixes

03 Jul 14:46
d140543
Compare
Choose a tag to compare
  • Fork choice
  • Meta blocks added into shard node pool are not notarized until first cross shard transaction come

Core updates

30 Jun 03:29
929ff5a
Compare
Choose a tag to compare
Feat/en 2595 bootstrap from a given round (#226)

* Changed parameters in config.toml
* Added tests and TODO
* Fixed one bug and changed some print info
* Changed getHeaderWithNonce to getHeaderFromPoolWithNonce in metablock and shardblock sync
* Refactored after review
* Changed some prints info
* Reorder new methods
* Fixed tests

Fixed creating storage files on windows

25 Jun 17:12
d07c1c2
Compare
Choose a tag to compare
Merge pull request #234 from ElrondNetwork/bug/windows-filename-trimming

core: fix filename trimming