98.6% OF DEVELOPERS CANNOT REVIEW THIS PR! [read more...] (#7337)
* [WIP] PVF: Split out worker binaries
* Address compilation problems and re-design a bit
* Reorganize once more, fix tests
* Reformat with new nightly to make `cargo fmt` test happy
* Address `clippy` warnings
* Add temporary trace to debug zombienet tests
* Fix zombienet node upgrade test
* Fix malus and its CI
* Fix building worker binaries with malus
* More fixes for malus
* Remove unneeded cli subcommands
* Support placing auxiliary binaries to `/usr/libexec`
* Fix spelling
* Spelling
Co-authored-by:
Marcin S. <marcin@realemail.net>
* Implement review comments (mostly nits)
* Fix worker node version flag
* Rework getting the worker paths
* Address a couple of review comments
* Minor restructuring
* Fix CI error
* Add tests for worker binaries detection
* Improve tests; try to fix CI
* Move workers module into separate file
* Try to fix failing test and workers not printing latest version
- Tests were not findin...
Showing
- polkadot/Cargo.lock 56 additions, 3 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 18 additions, 0 deletionspolkadot/Cargo.toml
- polkadot/README.md 3 additions, 1 deletionpolkadot/README.md
- polkadot/build.rs 3 additions, 0 deletionspolkadot/build.rs
- polkadot/cli/Cargo.toml 0 additions, 4 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/build.rs 3 additions, 0 deletionspolkadot/cli/build.rs
- polkadot/cli/src/cli.rs 15 additions, 8 deletionspolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 22 additions, 56 deletionspolkadot/cli/src/command.rs
- polkadot/node/core/candidate-validation/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/candidate-validation/Cargo.toml
- polkadot/node/core/candidate-validation/src/lib.rs 23 additions, 18 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/core/pvf/common/Cargo.toml 0 additions, 3 deletionspolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/common/src/lib.rs 4 additions, 0 deletionspolkadot/node/core/pvf/common/src/lib.rs
- polkadot/node/core/pvf/common/src/worker/mod.rs 43 additions, 18 deletionspolkadot/node/core/pvf/common/src/worker/mod.rs
- polkadot/node/core/pvf/execute-worker/src/lib.rs 128 additions, 111 deletionspolkadot/node/core/pvf/execute-worker/src/lib.rs
- polkadot/node/core/pvf/prepare-worker/src/lib.rs 174 additions, 154 deletionspolkadot/node/core/pvf/prepare-worker/src/lib.rs
- polkadot/node/core/pvf/src/execute/queue.rs 31 additions, 6 deletionspolkadot/node/core/pvf/src/execute/queue.rs
- polkadot/node/core/pvf/src/execute/worker_intf.rs 7 additions, 7 deletionspolkadot/node/core/pvf/src/execute/worker_intf.rs
- polkadot/node/core/pvf/src/host.rs 19 additions, 7 deletionspolkadot/node/core/pvf/src/host.rs
- polkadot/node/core/pvf/src/lib.rs 1 addition, 1 deletionpolkadot/node/core/pvf/src/lib.rs
- polkadot/node/core/pvf/src/prepare/pool.rs 17 additions, 3 deletionspolkadot/node/core/pvf/src/prepare/pool.rs
Please register or sign in to comment