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

Hydra 0.16.0 and 0.17.0 is incompatible with cardano-node 8.11.0-pre and 8.11.0-sancho #1462

Closed
Yasuke opened this issue May 31, 2024 · 1 comment
Labels
bug 🐛 Something isn't working

Comments

@Yasuke
Copy link

Yasuke commented May 31, 2024

Context & versions

cardano-node 8.11.0-pre and 8.11.0-sancho with either Hydra node 0.16.0 or 0.17.0

Steps to reproduce

  1. Run a sanchonet configured cardano node
  2. Attempt to publish the scripts using hydra-node publish-scripts
  3. Attempt running the hydra node (0.16.0) using the existing script address af37f4f6 for 0.16.0

Actual behavior

When attempting to publish scripts

An error is produced regarding decoding:

hydra-node: DecoderFailure (LocalStateQuery HardForkBlock (': * ByronBlock (': * (ShelleyBlock (TPraos StandardCrypto) (ShelleyEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (AllegraEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (MaryEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (AlonzoEra StandardCrypto)) (': * (ShelleyBlock (Praos StandardCrypto) (BabbageEra StandardCrypto)) (': * (ShelleyBlock (Praos StandardCrypto) (ConwayEra StandardCrypto)) ('[] *)))))))) Query (BlockQuery (HardForkBlock (': * ByronBlock (': * (ShelleyBlock (TPraos StandardCrypto) (ShelleyEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (AllegraEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (MaryEra StandardCrypto)) (': * (ShelleyBlock (TPraos StandardCrypto) (AlonzoEra StandardCrypto)) (': * (ShelleyBlock (Praos StandardCrypto) (BabbageEra StandardCrypto)) (': * (ShelleyBlock (Praos StandardCrypto) (ConwayEra StandardCrypto)) ('[] *))))))))))) ServerAgency TokQuerying BlockQuery (QueryIfCurrent (QS (QS (QS (QS (QS (QS (QZ GetCurrentPParams))))))))) (DeserialiseFailure 5 "Size mismatch when decoding Record RecD.\nExpected 31, but found 30.")

When attempting to use the published scripts (with hydra node 0.16.0)

A missing script error is occured:

MissingScript {scriptName = "\957Initial", scriptHash = "bccf2a430c016bc960fbf31b02694011cd399d20da8882aac9d33611", discoveredScripts = fromList []}

Expected behavior

When attempting to publish the scripts

The scripts are published on chain with the relevant txid produced.

When attempting to use the published scripts (with hydra node 0.16.0)

The node(s) run and are able to locate the scripts

@Yasuke Yasuke added the bug 🐛 Something isn't working label May 31, 2024
@locallycompact
Copy link
Contributor

Yes. It will not be possible to run against cardano-node 8.11 with hydra-node 0.17.0. If you need cardano-node 8.11 support you can presently use hydra-node from master.

#1439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants