Skip to content

uptest-sc/submit-runtime-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

submit-runtime-upgrade

cli to submit a runtime upgrade easily

Tool submits a substrate wasm file using sudo to the local instance of a development node

Build and Run:

Spin up a dev node that connects to the local network interface and binds: 127.0.0.1:9944, ./target/release/substrate-node-template --dev --base-path=/tmp/tmp_chain --ws-external.
Once the node is running on 127.0.0.1:9944 then you can compile
$ cargo build --release

./target/release/submit-runtime-upgrade 
Current Runtime Version: 108
sending tx
Sent tx: 0x00e21a73b8e016b27143f1b9051fcb66db36b601554d862a591870c3015514a7
Runtime Version changed from 108 to 109

About

cli to submit a runtime upgrade easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages