-
Notifications
You must be signed in to change notification settings - Fork 15
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] calculate-min-fee for Unwitnessed Tx BabbageEra #939
Comments
The testnet expected one of:
But the mainnet only:
Through trial and error, it turned out that the problem was in the operating system of the cardano image. The pipes are broken on Debian-based, so we've moved to Ubuntu-based images on all environments. BUT you have to investigate and fix it for Debian-based image. |
This issue moved from IntersectMBO/cardano-node#4945 |
up |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
Internal/External
External .
Area
cardano-cli
Summary
Do you know what I need to do to calculate the commission for
Unwitnessed Tx BabbageEra
type of transaction body?Or what should I do to change the type of transaction body?
Why do I only have these types on the mainnet? (
TxUnsignedByron, TxUnsignedShelley, TxBodyAllegra, TxBodyMary, TxBodyAlonzo, TxBodyBabbage
)In general, a strange situation, because in the testnet this type of transaction body works and I can calculate the commission and sign it in the future.
On the mainnet, I have the following problem:
How I do it on the testnet:
The text was updated successfully, but these errors were encountered: