Integrate the claims module (#355)
* Integrate the claims.
* Remove accidetnal code.
* Update runtime/src/lib.rs
Co-Authored-By:
thiolliere <gui.thiolliere@gmail.com>
* Add Config.
* Introduce claims to config
* Expose claims module signing Prefix (#358)
* Update parking_lot, bette trait args
Showing
- polkadot/Cargo.lock 40 additions, 5 deletionspolkadot/Cargo.lock
- polkadot/availability-store/Cargo.toml 1 addition, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/network/Cargo.toml 1 addition, 1 deletionpolkadot/network/Cargo.toml
- polkadot/runtime/src/claims.rs 6 additions, 3 deletionspolkadot/runtime/src/claims.rs
- polkadot/runtime/src/lib.rs 12 additions, 1 deletionpolkadot/runtime/src/lib.rs
- polkadot/service/Cargo.toml 1 addition, 1 deletionpolkadot/service/Cargo.toml
- polkadot/service/src/chain_spec.rs 7 additions, 0 deletionspolkadot/service/src/chain_spec.rs
- polkadot/test-parachains/adder/collator/Cargo.toml 1 addition, 1 deletionpolkadot/test-parachains/adder/collator/Cargo.toml
- polkadot/validation/Cargo.toml 1 addition, 1 deletionpolkadot/validation/Cargo.toml
Please register or sign in to comment