Closed wojcik91 closed 3 months ago
Great content, @wojcik91. Are you planning to finish this PR?
@ipopescu I apologize for the delay, I must have missed some notifications. The stuff you pointed out is now fixed.
@ipopescu I removed all references to deploys, but I still have one outstanding issue - the new put-txn
command is in reality not a 1:1 translation of put-deploy
.
I did actually use it to deploy a contract on devnet, but I did not figure out a way to correctly call installed contracts without using WASM code yet. Does some documentation for this command exist already?
@ipopescu I removed all references to deploys, but I still have one outstanding issue - the new
put-txn
command is in reality not a 1:1 translation ofput-deploy
. I did actually use it to deploy a contract on devnet, but I did not figure out a way to correctly call installed contracts without using WASM code yet. Does some documentation for this command exist already?
Thanks, @wojcik91. This PR is ready for merging. We are still working on documentation for 2.0, including calling contracts. Let's merge this content and come back to the casper-client
command once the docs for calling contracts are available.
What does this PR fix/introduce?
Adds a page describing the new
change_bid_public_key
entry point of system auction contract