Skip to content

Bump up node version and simplify scripts #407

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

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Conversation

cffls
Copy link
Collaborator

@cffls cffls commented Dec 13, 2024

No description provided.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.33%. Comparing base (7a3c782) to head (8284605).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #407      +/-   ##
==========================================
- Coverage   86.36%   86.33%   -0.03%     
==========================================
  Files          32       32              
  Lines        4201     4201              
  Branches     1047     1047              
==========================================
- Hits         3628     3627       -1     
  Misses        400      400              
- Partials      173      174       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines -15 to -26
cardano-cli transaction build \
--tx-in 732bfd67e66be8e8288349fcaaa2294973ef6271cc189a239bb431275401b8e5#0 \
--tx-out "$(cat /code/keys/pool/full.addr)"+450000000000 \
--change-address "$(cat /code/tmp_configs/"$NETWORK"/shelley/utxo-keys/payment.addr)" \
--out-file tx.raw \
--testnet-magic 42 \
--certificate-file /code/keys/pool/stake.cert \
--certificate-file /code/keys/pool/pool-registration.cert \
--certificate-file /code/keys/pool/delegation.cert \
--witness-override 3 \
--invalid-hereafter 100000000000000 \
--alonzo-era
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New cardano-cli (>= 9.2.0) changed the interface of transaction building. Instead of building the txn every time, we will submit a pre-built txn.

@cffls cffls merged commit d00442e into Python-Cardano:main Dec 13, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant