-
- Downloads
ProofRecorder: Implement transactional support (#13769)
* TrieRecorder: Start adding support for transactions * Adds `transactions` functions and some test * More tests * Docs * Ensure that we rollback failed transactions in the storage proof * FMT * Update primitives/trie/src/recorder.rs Co-authored-by:Dmitry Markin <dmitry@markin.tech> * Review comments * Update primitives/trie/src/recorder.rs Co-authored-by:
Sebastian Kunert <skunert49@gmail.com> * ".git/.scripts/commands/fmt/fmt.sh" * For the holy clippy! * Update primitives/trie/src/recorder.rs Co-authored-by:
Anton <anton.kalyaev@gmail.com> --------- Co-authored-by:
Dmitry Markin <dmitry@markin.tech> Co-authored-by:
Sebastian Kunert <skunert49@gmail.com> Co-authored-by: command-bot <> Co-authored-by:
Anton <anton.kalyaev@gmail.com>
Showing
- client/block-builder/src/lib.rs 61 additions, 1 deletionclient/block-builder/src/lib.rs
- primitives/api/proc-macro/src/impl_runtime_apis.rs 40 additions, 10 deletionsprimitives/api/proc-macro/src/impl_runtime_apis.rs
- primitives/trie/src/recorder.rs 435 additions, 28 deletionsprimitives/trie/src/recorder.rs
- test-utils/runtime/src/lib.rs 11 additions, 1 deletiontest-utils/runtime/src/lib.rs
- test-utils/runtime/src/system.rs 26 additions, 0 deletionstest-utils/runtime/src/system.rs
Loading
Please register or sign in to comment