You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest algod image that localnet uses is causing the latest conduit image to fail to parse the block with the following error: importer algod.GetBlock() error getting block for round 1, check node configuration: error decoding block for round 1: msgpack decode error [pos 13]: no matching struct field found when decoding stream map with key bi.
Subject of the issue
The latest algod image that localnet uses is causing the latest conduit image to fail to parse the block with the following error:
importer algod.GetBlock() error getting block for round 1, check node configuration: error decoding block for round 1: msgpack decode error [pos 13]: no matching struct field found when decoding stream map with key bi
.As a result indexer is not advancing, as reported here https://discord.com/channels/491256308461207573/1065320801970180168/1242228411309756489
This can be reproduce by installing AlgoKit CLI version 2.0.4 (
pipx install algokit==2.0.4 --force
) and then runningalgokit localnet reset --update
.Note: Version
2.0.5
has been updated to pin to latest know good algod image, so won't show the issue.The text was updated successfully, but these errors were encountered: