blinklabs-io / gouroboros

Go implementation of the Cardano Ouroboros family of protocols
Apache License 2.0
67 stars 12 forks source link

Protocol parameters query response changed in node v8.0.0 #274

Closed wolf31o2 closed 1 year ago

wolf31o2 commented 1 year ago

The new cardano-node v8.0.0 changes the on wire protocol response object for the protocol parameters local state query.

More info: CardanoSolutions/ogmios#314

AndrewWestberg commented 1 year ago

Sounds like they're working on a fix in 8.1.0. Probably better to just wait on the fix in the node instead of implementing any work-arounds. That's the approach I'm going to take for now.