Skip to content

BeeZee v5.1.1

Compare
Choose a tag to compare
@faneaatiku faneaatiku released this 04 Nov 15:12
· 92 commits to main since this release
3edffbb

Bumped required Go version to 1.19.

Used since height 3303144

Note
If you're stuck with error on block 3303144:
INF ABCI Handshake App Info hash="\x00�t8��d�s{�7B����\x12�Se�O�\x00#���_�+" height=3303144 module=consensus protocol-version=0 software-version=5.0.1 INF ABCI Replay Blocks appHeight=3303144 module=consensus stateHeight=3303144 storeHeight=3303145 INF Replay last block using real app module=consensus Error: error during handshake: error on replay: wrong Block.Header.LastResultsHash. Expected 7AB43C67EF1FA52B6F6DE8EF5F18865D17F08656823440D939FB05DADA7A7521, got E5EEAF7D4C1093B40329579198F508AAB4032A6A6C43F28874D508A8ACB4B544

It means that you need to roll back one block.
Make sure you compile bzed from branch rollback with go version 1.19.
Using the freshly compiled binary run bzed rollback --delete-pending-block (can take up to 60 minutes)
You should see an output similar to:
rollback pending block 3303145 Rolled back state to height 3303143 and hash 5202240C36131A13F3EE17BD55EEA2C01514AFFE6F492CD7243A08ADB6BD14C1

Then start bzed v5.1.1. Syncing should be resumed.