Releases: multiversx/mx-chain-go
Releases · multiversx/mx-chain-go
Debug version release with arwen VM and elrond node
Debug version release with arwen VM and elrond node
Bugfixes and upgrades
v1.0.17 Merge pull request #454 from ElrondNetwork/EN-4061-Fix-bug-in-set-fin…
Bugfixes and upgrades
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
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)
Stabilized previous version
Testnet release 1.0.11 (1011)
v1.0.11 Merge pull request #321 from ElrondNetwork/bugs/EN-3228-sc-processor-…
bug fixes regarding reported issues #248, #256, #257, #266
v1.0.8 Merge pull request #263 from ElrondNetwork/issue/#248-Wrong-nonce-in-…
Bug fixes
- Fork choice
- Meta blocks added into shard node pool are not notarized until first cross shard transaction come
Core updates
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
Merge pull request #234 from ElrondNetwork/bug/windows-filename-trimming core: fix filename trimming