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

Add --contract-package-hash argument in casper-client put-transaction package #221

Open
devendran-m opened this issue Jan 8, 2025 · 0 comments

Comments

@devendran-m
Copy link

Add --contract-package-hash argument in casper-client put-transaction as an either-or option with --package-address

The requirement is based on the question raised by @davidatwhiletrue ;

@jakub
should casper-client accept a hash-prefixed key instead of a package-prefixed key in this command:

casper-client put-transaction package -v -k /home/casper/casper-nctl/assets/net-1/users/user-1/secret_key.pem \
    -n http://127.0.0.1:11101/rpc \
    --package-address package-fbb6e10a01cd7e11050922406bd2570dac3a902a95164b1cda6ed778139c4e93 \
    --session-entry-point unstake \
    --pricing-mode classic \
    --standard-payment true \
    --chain-name casper-net-1 \
    -p 5000000000 \
    -g 1

or maybe having a --contract-package-hash arg ?

@devendran-m devendran-m changed the title Add --contract-package-hash argument in casper-client put-transaction Add --contract-package-hash argument in casper-client put-transaction package Jan 8, 2025
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

No branches or pull requests

1 participant