algorand / conduit

Algorand's data pipeline framework.
MIT License
37 stars 26 forks source link

Not able to parse new blocks with incentive fields #173

Closed joe-p closed 3 months ago

joe-p commented 3 months ago

Subject of the issue

Conduit is not able to parse new blocks with incentive fields

Your environment

Latest algod and conduit docker images

Steps to reproduce

  1. Attempt to run conduit against latest algod

Expected behaviour

Conduit is able to process block

Actual behaviour

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

jasonpaulos commented 3 months ago

@joe-p are you running consensus version future when you see this issue?

joe-p commented 3 months ago

@jasonpaulos Ah yeah we were using future consensus.