Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

EOSIO v1.4.1 Release Notes

Compare
Choose a tag to compare
@zreyn zreyn released this 17 Oct 22:33
· 11077 commits to master since this release
f9a3d02

NOTICE: IF YOU ARE UPGRADING TO THIS RELEASE FROM VERSION 1.3.X OR EARLIER AND USE THE HISTORY_PLUGIN YOU WILL NEED TO REPLAY THE BLOCKCHAIN TO RECONSTRUCT THAT PLUGIN'S DATA

This release provides bug fixes.

Changes

Fix bad assert logic when deferred transaction receipts are present (#6036)

An overly protective assert to detect snapshot "virtual" blocks when unwinding a fork made it impossible to unwind a block with deferred transaction receipts. This lead to nodes running 1.4.0 failing to maintain sync with networks experiencing micro-forks.

Other Changes

  • respect deterministic row conversion in integrity hash (#6040)
  • Don't create a wallet when failed to create password file (#6032)
  • Remove double quotes when saving wallet password to file (#6035)
  • Add readme section for binary releases (#6045)

Thanks!

Special thanks to the community contributors that submitted patches for this release:

Mitigations

None