Remark storage (#10698)
* Remark storage * Fixed benches * Update frame/remark/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Fixed build * Fixed build Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/Cargo.lock 17 additions, 0 deletionssubstrate/Cargo.lock
- substrate/Cargo.toml 1 addition, 0 deletionssubstrate/Cargo.toml
- substrate/bin/node/runtime/Cargo.toml 3 additions, 0 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 7 additions, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/remark/Cargo.toml 42 additions, 0 deletionssubstrate/frame/remark/Cargo.toml
- substrate/frame/remark/README.md 6 additions, 0 deletionssubstrate/frame/remark/README.md
- substrate/frame/remark/src/benchmarking.rs 47 additions, 0 deletionssubstrate/frame/remark/src/benchmarking.rs
- substrate/frame/remark/src/lib.rs 85 additions, 0 deletionssubstrate/frame/remark/src/lib.rs
- substrate/frame/remark/src/mock.rs 79 additions, 0 deletionssubstrate/frame/remark/src/mock.rs
- substrate/frame/remark/src/tests.rs 55 additions, 0 deletionssubstrate/frame/remark/src/tests.rs
- substrate/frame/remark/src/weights.rs 71 additions, 0 deletionssubstrate/frame/remark/src/weights.rs
- substrate/frame/transaction-storage/src/lib.rs 1 addition, 1 deletionsubstrate/frame/transaction-storage/src/lib.rs
Please register or sign in to comment