Renames `frame` crate to `polkadot-sdk-frame` (#3813)
Step in https://github.com/paritytech/polkadot-sdk/issues/3155
Needed for https://github.com/paritytech/eng-automation/issues/6
This PR renames `frame` crate to `polkadot-sdk-frame` as `frame` is not
available on crates.io
---------
Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- Cargo.lock 35 additions, 35 deletionsCargo.lock
- docs/sdk/Cargo.toml 1 addition, 1 deletiondocs/sdk/Cargo.toml
- prdoc/pr_3813.prdoc 14 additions, 0 deletionsprdoc/pr_3813.prdoc
- substrate/client/chain-spec/src/lib.rs 1 addition, 1 deletionsubstrate/client/chain-spec/src/lib.rs
- substrate/frame/Cargo.toml 2 additions, 2 deletionssubstrate/frame/Cargo.toml
- substrate/frame/examples/frame-crate/Cargo.toml 1 addition, 1 deletionsubstrate/frame/examples/frame-crate/Cargo.toml
- substrate/frame/src/lib.rs 14 additions, 10 deletionssubstrate/frame/src/lib.rs
- substrate/frame/support/procedural/src/lib.rs 4 additions, 4 deletionssubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/procedural/src/pallet/parse/config.rs 34 additions, 8 deletions...trate/frame/support/procedural/src/pallet/parse/config.rs
- substrate/frame/support/procedural/tools/src/lib.rs 11 additions, 5 deletionssubstrate/frame/support/procedural/tools/src/lib.rs
- substrate/frame/support/test/stg_frame_crate/Cargo.toml 1 addition, 1 deletionsubstrate/frame/support/test/stg_frame_crate/Cargo.toml
- substrate/frame/support/test/tests/pallet_ui/event_type_invalid_bound_no_frame_crate.rs 3 additions, 3 deletions...ests/pallet_ui/event_type_invalid_bound_no_frame_crate.rs
- substrate/frame/support/test/tests/pallet_ui/event_type_invalid_bound_no_frame_crate.stderr 1 addition, 1 deletion.../pallet_ui/event_type_invalid_bound_no_frame_crate.stderr
- substrate/primitives/api/proc-macro/src/utils.rs 3 additions, 1 deletionsubstrate/primitives/api/proc-macro/src/utils.rs
- substrate/utils/frame/benchmarking-cli/src/pallet/command.rs 1 addition, 1 deletionsubstrate/utils/frame/benchmarking-cli/src/pallet/command.rs
- substrate/utils/frame/rpc/support/src/lib.rs 1 addition, 1 deletionsubstrate/utils/frame/rpc/support/src/lib.rs
- templates/minimal/node/Cargo.toml 1 addition, 1 deletiontemplates/minimal/node/Cargo.toml
- templates/minimal/pallets/template/Cargo.toml 1 addition, 1 deletiontemplates/minimal/pallets/template/Cargo.toml
- templates/minimal/runtime/Cargo.toml 1 addition, 1 deletiontemplates/minimal/runtime/Cargo.toml
Please register or sign in to comment