Remove most all usage of `sp-std` (#5010)
This should remove nearly all usage of `sp-std` except:
- bridge and bridge-hubs
- a few of frames re-export `sp-std`, keep them for now
- there is a usage of `sp_std::Writer`, I don't have an idea how to move
it
Please review proc-macro carefully. I'm not sure I'm doing it the right
way.
Note: need `/bot fmt`
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
Co-authored-by: command-bot <>
Showing
- Cargo.lock 0 additions, 159 deletionsCargo.lock
- cumulus/client/parachain-inherent/Cargo.toml 0 additions, 1 deletioncumulus/client/parachain-inherent/Cargo.toml
- cumulus/client/relay-chain-inprocess-interface/src/lib.rs 2 additions, 2 deletionscumulus/client/relay-chain-inprocess-interface/src/lib.rs
- cumulus/client/relay-chain-rpc-interface/src/lib.rs 1 addition, 2 deletionscumulus/client/relay-chain-rpc-interface/src/lib.rs
- cumulus/client/relay-chain-rpc-interface/src/rpc_client.rs 1 addition, 2 deletionscumulus/client/relay-chain-rpc-interface/src/rpc_client.rs
- cumulus/pallets/aura-ext/Cargo.toml 0 additions, 2 deletionscumulus/pallets/aura-ext/Cargo.toml
- cumulus/pallets/aura-ext/src/consensus_hook.rs 2 additions, 2 deletionscumulus/pallets/aura-ext/src/consensus_hook.rs
- cumulus/pallets/aura-ext/src/lib.rs 2 additions, 2 deletionscumulus/pallets/aura-ext/src/lib.rs
- cumulus/pallets/collator-selection/Cargo.toml 0 additions, 2 deletionscumulus/pallets/collator-selection/Cargo.toml
- cumulus/pallets/collator-selection/src/benchmarking.rs 2 additions, 1 deletioncumulus/pallets/collator-selection/src/benchmarking.rs
- cumulus/pallets/collator-selection/src/lib.rs 4 additions, 2 deletionscumulus/pallets/collator-selection/src/lib.rs
- cumulus/pallets/collator-selection/src/migration.rs 4 additions, 6 deletionscumulus/pallets/collator-selection/src/migration.rs
- cumulus/pallets/collator-selection/src/weights.rs 1 addition, 1 deletioncumulus/pallets/collator-selection/src/weights.rs
- cumulus/pallets/dmp-queue/Cargo.toml 0 additions, 2 deletionscumulus/pallets/dmp-queue/Cargo.toml
- cumulus/pallets/dmp-queue/src/benchmarking.rs 1 addition, 1 deletioncumulus/pallets/dmp-queue/src/benchmarking.rs
- cumulus/pallets/dmp-queue/src/lib.rs 2 additions, 0 deletionscumulus/pallets/dmp-queue/src/lib.rs
- cumulus/pallets/dmp-queue/src/migration.rs 1 addition, 1 deletioncumulus/pallets/dmp-queue/src/migration.rs
- cumulus/pallets/parachain-system/proc-macro/src/lib.rs 2 additions, 2 deletionscumulus/pallets/parachain-system/proc-macro/src/lib.rs
- cumulus/pallets/parachain-system/src/consensus_hook.rs 2 additions, 2 deletionscumulus/pallets/parachain-system/src/consensus_hook.rs
- cumulus/pallets/parachain-system/src/lib.rs 8 additions, 5 deletionscumulus/pallets/parachain-system/src/lib.rs
Please register or sign in to comment