Improve pallet claims file structure (#6779)
Linked to issue #590.
I moved the mod, tests, mock and benchmarking to their own seperate file
to reduce the bloat inside claims.rs
---------
Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com>
Showing
- polkadot/runtime/common/src/claims/benchmarking.rs 318 additions, 0 deletionspolkadot/runtime/common/src/claims/benchmarking.rs
- polkadot/runtime/common/src/claims/mock.rs 129 additions, 0 deletionspolkadot/runtime/common/src/claims/mock.rs
- polkadot/runtime/common/src/claims/mod.rs 723 additions, 0 deletionspolkadot/runtime/common/src/claims/mod.rs
- polkadot/runtime/common/src/claims/tests.rs 666 additions, 0 deletionspolkadot/runtime/common/src/claims/tests.rs
Please register or sign in to comment