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
Summary
This issue is visible when querying the node in the current era using query from an experimental era. We should expect a version mismatch error, but instead we are getting an unsupported query version error from an encoder. This is manifests as error like: IntersectMBO/cardano-cli#480
Steps to reproduce
Steps to reproduce the behavior:
Additional context
The defect was patched in the latest CLI version and the query is skipped now.
Analysis
The latest supported node-to-client protocol version v16 used in the query seem to support Conway query, but somehow ledger state (the node) uses earlier ShelleyNodeToClientVersion7, which results in the encoder error and prevents API code to catch the discrepancy.
Internal/External
Internal
Area
Other
Summary
This issue is visible when querying the node in the current era using query from an experimental era. We should expect a version mismatch error, but instead we are getting an unsupported query version error from an encoder. This is manifests as error like: IntersectMBO/cardano-cli#480
Steps to reproduce
Steps to reproduce the behavior:
mkfiles.sh
)cardano-cli
IntersectMBO/cardano-cli@c50683fouroboros-consensus
code:Additional context
The defect was patched in the latest CLI version and the query is skipped now.
Analysis
The latest supported node-to-client protocol version
v16
used in the query seem to support Conway query, but somehow ledger state (the node) uses earlierShelleyNodeToClientVersion7
, which results in the encoder error and prevents API code to catch the discrepancy.Discussion on IOG slack: https://input-output-rnd.slack.com/archives/CDA6LUXAQ/p1701105474072019
The text was updated successfully, but these errors were encountered: