Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShelleyEncoderUnsupportedQuery error when running query stake-address-info in Babbage #480

Closed
mkoura opened this issue Nov 24, 2023 · 3 comments · Fixed by #483
Closed

Comments

@mkoura
Copy link
Contributor

mkoura commented Nov 24, 2023

Description

In Babbage era, the cardano-cli query stake-address-info now fails with

cardano-cli: ShelleyEncoderUnsupportedQuery (SomeSecond (GetFilteredVoteDelegatees (fromList [KeyHashObj (KeyHash "e9a7fb37a6f15c7e53b65a560fe1e647e682f6ecb8785ce1033d4a66")]))) ShelleyNodeToClientVersion7

Steps to Reproduce

Run

cardano-cli query stake-address-info --address stake_test1ur5607eh5mc4cljnked9vrlpuer7dqhkaju8sh8pqv755esy0dlft --testnet-magic 42

Additional Context

cardano-cli rev: c50683f
cardano-node rev: 49e39d29c5eebc385c384d7edf752ebe47fa1a7f

@carlhammann
Copy link
Contributor

Whoops, that was my mess! I'm just catching up with this now. Can't we solve this by just disabling this query in pre-Conway eras?

@carbolymer
Copy link
Contributor

@carlhammann no worries. Yes, that will do the trick. I'm working on a more general solution atm. I'll push the fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants