-
Notifications
You must be signed in to change notification settings - Fork 49
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
Transaction created with 2.2.5+v9 is not being accepted #562
Comments
Hello, |
@Kammerlo just to be sure but the plan is to have this updated before 9.0 is enabled in mainnet, right? |
@mbratfisch-bc correct, there will be a new Rosetta release which is compatible with node 9.x in the near future. As Thomas mentioned, there is a dependency on db-sync - which is still pending release at the moment. |
@mbratfisch-bc we are nearly ready, the current upgrade progress can be seen within this PR: #564 |
@mbratfisch-bc We released the latest version yesterday. Could you check if this release solves your issue? |
@Kammerlo seems the problem is still there, just tried executing a new transaction and I get:
|
Sorry for the delay, I will start working on it today. I'll keep you updated about the progress. |
@mbratfisch-bc we got a fix and tested it on preview. Could you check if it fixes your problem? We want to be sure before we merge it into master. |
Seems to fix, yeah. |
Summary
Creating a transaction with rosetta construction preprocess, metadata, input works but when I try to submit to /construction/submit it fails with:
If I get the same transaction and send to rosetta 2.1 with node 8.7, it is accepted and processed just fine.
Steps to reproduce the bug
Actual Result
{"code":5006,"message":"Error when sending the transaction","retriable":true,"details":{"message":"Error: Command failed: transaction submit Error: Failed to decode the ledger's CDDL serialisation format. TextEnvelopeCddl error: /tmp/7e21773e-4ec2-45b4-858d-4902c604b11d: TextEnvelopeCddl type error: Expected one of: Witnessed Tx ShelleyEra, Witnessed Tx AllegraEra, Witnessed Tx MaryEra, Witnessed Tx AlonzoEra, Witnessed Tx BabbageEra, Witnessed Tx ConwayEra, Unwitnessed Tx ByronEra, Unwitnessed Tx ShelleyEra, Unwitnessed Tx AllegraEra, Unwitnessed Tx MaryEra, Unwitnessed Tx AlonzoEra, Unwitnessed Tx BabbageEra, Unwitnessed Tx ConwayEra Actual: TextEnvelopeType "Tx AlonzoEra""}}%
Expected Result
Transaction to be accepted and broadcasted as it happens in the old node/rosetta.
Environment
v9.0.0 cardano
v2.2.5 rosetta
Platform
Platform version
No response
Docker version
No response
The text was updated successfully, but these errors were encountered: