casper-network / docs

Application running the documentation markdown files.
Apache License 2.0
25 stars 65 forks source link

add description for `change_bid_public_key` entry point #1479

Closed wojcik91 closed 3 months ago

wojcik91 commented 4 months ago

What does this PR fix/introduce?

Adds a page describing the new change_bid_public_key entry point of system auction contract

ipopescu commented 3 months ago

Great content, @wojcik91. Are you planning to finish this PR?

wojcik91 commented 3 months ago

@ipopescu I apologize for the delay, I must have missed some notifications. The stuff you pointed out is now fixed.

wojcik91 commented 3 months ago

@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 commented 3 months ago

@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?

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.