docs.rs failed to build libuptest-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libuptest-0.1.41
Libuptest
Substrate rUntime uPgrade TESTing library
Initally funded by:
Latest release:
0.1.4
Documentation:
https://uptest-sc.github.io/
https://docs.rs/libuptest/0.1.1/libuptest/
Uptest
Uptest aims to be an easy stand alone library for testing runtime upgrades before they are deployed.
Use libuptest to execute extrensic test before and after the upgrade is pushed
Contribute
Examples
Get metadata version:
use JsonrpseeClient;
use get_metadata_version;
println!;
let dial_edg: JsonrpseeClient = edgeware_default_url.unwrap;//.unwrap();//.unwrap();
let edg_version: u8 = get_metadata_version.await?;
println!;
cargo run -p uptest-examples --example metadata_version
Get all pallet's storagevalues and storage maps:
cargo run -p uptest-examples --example get_pallet_storagemaps_storagevalues
Default connection endpoints:
The rpcclient comes with 5 different "default" chain endpoints:
- with_default_url -> ws://127.0.0.1:9944
- edgeware_default_url -> wss://edgeware.jelliedowl.net:443
- polkadot_default_url -> wss://polkadot-rpc-tn.dwellir.com:443
- kusama_default_url -> wss://kusama-rpc-tn.dwellir.com:443
- sora_default_url -> wss://ws.mof.sora.org:443