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

--fee still not mandatory for build-raw in default command group #796

Closed
mkoura opened this issue Jun 21, 2024 · 0 comments · Fixed by #797
Closed

--fee still not mandatory for build-raw in default command group #796

mkoura opened this issue Jun 21, 2024 · 0 comments · Fixed by #797

Comments

@mkoura
Copy link
Contributor

mkoura commented Jun 21, 2024

Description

When invoking transaction build-raw without specifying era group, the --fee is not required. When specifying e.g. "babbage" or "conway", the --fee is required (implemented in #768).

Steps to Reproduce

cardano-cli transaction build-raw --invalid-hereafter 107199 --out-file /dev/null --tx-in "f0d9b0d157316567319d506541833627f10ec0beae68f539110ca9b8b08ad22f#0" --tx-out "addr_test1qrlauc5m5qfgpz425qjgakwuw7ttfcq7lpsyrwjg6u99hrquankfu9uqpmn8h6tsxf8xn2hx5w0ejx0nfjsfm3383z0qqvllwn+999832079"

  1. See no error

cardano-cli babbage transaction build-raw --invalid-hereafter 107199 --out-file /dev/null --tx-in "f0d9b0d157316567319d506541833627f10ec0beae68f539110ca9b8b08ad22f#0" --tx-out "addr_test1qrlauc5m5qfgpz425qjgakwuw7ttfcq7lpsyrwjg6u99hrquankfu9uqpmn8h6tsxf8xn2hx5w0ejx0nfjsfm3383z0qqvllwn+999832079"

  1. See Missing: --fee LOVELACE
    ...

Additional Context

cardano-cli 8.24.0.0 - linux-x86_64 - ghc-8.10
git rev ae8bc933ee6b6366c04854c1e127fd8dfb29b556

cardano-node 8.12.0 - linux-x86_64 - ghc-8.10
git rev ae8bc933ee6b6366c04854c1e127fd8dfb29b556
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