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

[3.2] Backport cleos transaction signature keys #547

Merged
merged 6 commits into from
Jun 29, 2022

Conversation

oschwaldp-oci
Copy link
Contributor

Backport: EOSIO/eos#8218

Resolves: #403

Change Description

Added "--sign-with " or "--sign-with [ <public key 1>, <public key 2>, ... ]" option to cleos subcommands that result in one signed transaction being sent to nodeos, skipping the step of requesting nodeos for the keys required for signing the transaction. #8199

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

The following cleos subcommands will now allow signing with one key ("--sign-with ") or multiple keys ( "--sign-with [ <public key 1>, <public key 2>, ... ]"): "set action permission" "system regproducer" "system unregproducer" "vote producer proxy" "vote producer prods" "vote producer approve" "vote producer unapprove" "system delegatebw" "system undelegatebw" "system bidname" "system buyram" "system sellram" "system claimrewards" "system regproxy" "system unregproxy" "system canceldelay" "system rex deposit" "system rex withdraw" "system rex buyrex" "system rex lendrex" "system rex unstaketorex" "system rex sellrex" "system rex cancelrexorder" "system rex mvtosavings" "system rex mvfromsavings" "system rex rentcpu" "system rex rentnet" "system rex fundcpuloan" "system rex fundnetloan" "system rex defcpuloan" "system rex defnetloan" "system rex consolidate" "system rex updaterex" "system rex rexexec" "system rex closerex" "system rex " "set contract" "set code" "set abi" "transfer" "push action" "push transaction" "multisig propose" "multisig propose_trx" "multisig approve" "multisig unapprove" "multisig invalidate" "multisig cancel" "multisig exec" "wrap exec"

Documentation Additions

  • Documentation Additions

@oschwaldp-oci oschwaldp-oci added the OCI OCI working this issue... label Jun 27, 2022
@oschwaldp-oci oschwaldp-oci merged commit 58971d3 into main Jun 29, 2022
@oschwaldp-oci oschwaldp-oci deleted the backport-cleos-transaction-signature-keys branch June 29, 2022 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2 Candidate OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backport: Add option to provide transaction signature keys to cleos
3 participants