algorand / conduit

Algorand's data pipeline framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exit with error on block with unsupported consensus version

winder opened this issue · comments

Problem

Conduit should halt with an error if it detects an unsupported consensus version.

Solution

  • Add protocol/consensus.go and protocol/config/config.go to the go SDK.
  • Remove them from indexer and switch to the go SDK
  • Use them in Conduit to check for an error after calling GetBlock.