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

[BUG] - transaction build in Babbage era no longer able to build Alonzo-era Tx #4480

Closed
mkoura opened this issue Sep 26, 2022 · 0 comments · Fixed by #4483
Closed

[BUG] - transaction build in Babbage era no longer able to build Alonzo-era Tx #4480

mkoura opened this issue Sep 26, 2022 · 0 comments · Fixed by #4483
Labels
bug Something isn't working comp: cardano-cli type: regression A feature that worked before stoped working user type: internal Created by an IOG employee

Comments

@mkoura
Copy link
Contributor

mkoura commented Sep 26, 2022

Internal

Area
Other

Summary
The transaction build command can no longer build Tx for different eras than is the current network era, e.g. Alonzo-era Tx on Babbage network era.

cardano-cli transaction build --tx-in "96427198dfb62589e6223a07b9504ccca7dca89ccace3cc54e3344908dd71694#1" --tx-out "addr_test1vrnrd6p72nx0qwrqwdfm6ken9h0lte927mfqqsq05g4pwps9pw247+1500000" --change-address addr_test1vqw2078dw2kl49f5vquxxyhd5ly53cu36zu67u8t80xn4cqmjdsy4 --out-file test_build_transfer_funds_ci0_gcw_tx.body --alonzo-era --testnet-magic 42

Command failed: transaction build  Error: The era of the node and the tx do not match. The node is running in the Babbage era, but the transaction is for the Alonzo era.

Seems to be introduced by PR #4446.

Expected behavior
It is possible to build Alonzo-era Tx on Babbage by specifying --alonzo-era argument.

System info:

@mkoura mkoura added the bug Something isn't working label Sep 26, 2022
@dorin100 dorin100 added type: regression A feature that worked before stoped working user type: internal Created by an IOG employee comp: cardano-cli labels Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp: cardano-cli type: regression A feature that worked before stoped working user type: internal Created by an IOG employee
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants