Restructure `frame_benchmarking` macro related exports (#14787)
* make reexports private * make reexports private 2 * make reexports private for runtime-benchmarking * make reexports private for try-runtime * fix for try-runtime * make reexports private for tests * fmt * make reexports private for tests * make reexports private for experimental * fix beefy * fix ui test * fix ui test * fix benches * ".git/.scripts/commands/fmt/fmt.sh" * fix contracts use * wip * wip * do not reexport sp_api::metadata_ir * fix CI checks * fix support tests * ".git/.scripts/commands/fmt/fmt.sh" * Update frame/support/src/lib.rs Co-authored-by:Bastian Köcher <git@kchr.de> * import codec directly * fmt * wip * wip * remove benchmarking private exports * fix zepter warning * fix imports * partially fix node-cli tests * fix node-cli tests * fix node-cli build * fix zepter warning * fix test * fix ui test * fix ci * remove unnecessary imports * add import back * add import back --------- Co-authored-by: command-bot <> Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- substrate/Cargo.lock 5 additions, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/pallets/template/Cargo.toml 2 additions, 0 deletionssubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/pallets/template/src/benchmarking.rs 1 addition, 0 deletions...te/bin/node-template/pallets/template/src/benchmarking.rs
- substrate/bin/node-template/runtime/Cargo.toml 2 additions, 0 deletionssubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node-template/runtime/src/lib.rs 2 additions, 2 deletionssubstrate/bin/node-template/runtime/src/lib.rs
- substrate/bin/node/runtime/Cargo.toml 2 additions, 0 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 2 additions, 1 deletionsubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/benchmarking/src/baseline.rs 1 addition, 2 deletionssubstrate/frame/benchmarking/src/baseline.rs
- substrate/frame/benchmarking/src/lib.rs 17 additions, 19 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/benchmarking/src/tests.rs 0 additions, 1 deletionsubstrate/frame/benchmarking/src/tests.rs
- substrate/frame/benchmarking/src/tests_instance.rs 0 additions, 1 deletionsubstrate/frame/benchmarking/src/tests_instance.rs
- substrate/frame/benchmarking/src/v1.rs 66 additions, 66 deletionssubstrate/frame/benchmarking/src/v1.rs
- substrate/frame/election-provider-multi-phase/src/unsigned.rs 1 addition, 2 deletions...trate/frame/election-provider-multi-phase/src/unsigned.rs
- substrate/frame/election-provider-support/benchmarking/Cargo.toml 2 additions, 0 deletions...e/frame/election-provider-support/benchmarking/Cargo.toml
- substrate/frame/election-provider-support/benchmarking/src/lib.rs 2 additions, 1 deletion...e/frame/election-provider-support/benchmarking/src/lib.rs
- substrate/frame/fast-unstake/src/mock.rs 1 addition, 1 deletionsubstrate/frame/fast-unstake/src/mock.rs
- substrate/frame/nomination-pools/benchmarking/src/lib.rs 6 additions, 4 deletionssubstrate/frame/nomination-pools/benchmarking/src/lib.rs
- substrate/frame/support/procedural/src/benchmark.rs 36 additions, 37 deletionssubstrate/frame/support/procedural/src/benchmark.rs
- substrate/frame/support/test/tests/construct_runtime_ui/number_of_pallets_exceeds_tuple_size.stderr 3 additions, 1 deletion...ct_runtime_ui/number_of_pallets_exceeds_tuple_size.stderr
- substrate/frame/timestamp/Cargo.toml 2 additions, 0 deletionssubstrate/frame/timestamp/Cargo.toml
Please register or sign in to comment