mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
817c4503db
* Add embedded light client to cli * Prepare for light-client-worker * First working version * Clean up * Remove unwanted logs * Simplify subscription code * Let jsonrpsee handle rpc management * Simplify implementation * Reorganize crate structure * Use relay chain arg chainspec for light-client * Clean up command line * Add light client worker file * Use smoldot master to avoid wasmtime conflict * Remove sleep * Improve naming of cli option * Remove conflict with `validator` * Improve docs * Update smoldot, remove unwanted change * Apply suggestions from code review Co-authored-by: Dmitry Markin <dmitry@markin.tech> * Disable collation * Reviewer comments * Update smoldot and tokio-platform * Update smoldot * Update smoldot * Adjust to new version * Patch substrate * Use constants * Add readme entry, improve zombienet tests * Apply suggestions from code review Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> * Make execution mode an enum * Update smoldot, remove substrate patch * Update client/relay-chain-rpc-interface/src/rpc_client.rs Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> * Reduce duplicate code * Update smoldot * Update smoldot * Fix build * Update smoldot * Make platform compile * Clean up dependencies * Use crates.io instead of github for smoldot * Apply suggestions from code review Co-authored-by: Davide Galassi <davxy@datawok.net> * Docs * Improve docs * Remove `RpcFrontend` --------- Co-authored-by: Dmitry Markin <dmitry@markin.tech> Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Co-authored-by: Davide Galassi <davxy@datawok.net>
18 lines
776 B
Plaintext
18 lines
776 B
Plaintext
Description: PoV recovery test
|
|
Network: ./0002-pov_recovery.toml
|
|
Creds: config
|
|
|
|
# wait 20 blocks and register parachain
|
|
validator-3: reports block height is at least 20 within 250 seconds
|
|
validator-0: js-script ./register-para.js with "2000" within 240 seconds
|
|
validator-0: parachain 2000 is registered within 300 seconds
|
|
|
|
# check block production
|
|
bob: reports block height is at least 20 within 600 seconds
|
|
alice: reports block height is at least 20 within 600 seconds
|
|
charlie: reports block height is at least 20 within 600 seconds
|
|
one: reports block height is at least 20 within 800 seconds
|
|
two: reports block height is at least 20 within 800 seconds
|
|
three: reports block height is at least 20 within 800 seconds
|
|
eve: reports block height is at least 20 within 800 seconds
|