casper-node icon indicating copy to clipboard operation
casper-node copied to clipboard

Support new chain_execute_deploy endpoint in nctl

Open piotr-dziubecki opened this issue 3 years ago • 2 comments

This new method should be named nctl-node-execute-deploy and require the following arguments:

  • node=<integer>
  • block_hash=<hash>
  • deploy_file=<path to the deploy file>

Internally, it should forward the request to the casper-client. Alternatively, it could construct a JSON-RPC request but we want to "test what we ship" which is the casper-client-rs.

piotr-dziubecki avatar Apr 26 '22 15:04 piotr-dziubecki

Follow up with @thamps-casp - would this be helpful for SRE testing?

RitaMAllenCA avatar Mar 24 '23 16:03 RitaMAllenCA

Reviewed nctl utils and my understanding is that the following methods/actions already enable sending batched deploys to target Nodes using casper-client

nctl-transfer-native-batch-dispatch nctl-transfer-wasm-batch-dispatch

For SRE testing, we do not consume NCTL (for localhost/desktop) but have an alternate utility that integrates with AWS infrastructure and run load onto the Big Network (AWS).

thamps-casp avatar Mar 27 '23 00:03 thamps-casp