Support new chain_execute_deploy endpoint in nctl
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.
Follow up with @thamps-casp - would this be helpful for SRE testing?
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).