mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* Execution stage * StorageProviderRef. cleanup, fmt/clippy * block inclusion * insert blocks for execution stage * Sanity test for execution stage * nits * Update crates/stages/src/stages/execution.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * Update crates/stages/Cargo.toml Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * Update crates/stages/src/stages/execution.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * Update crates/stages/src/stages/execution.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * feat(execution) Execution change diff. (#323) * Insert to execution changediffs * progress on exec stage unwind * wip * Remove tables:BlockBody from execution stage * unwind passing * Nits cleanup and refactoring * DatabaseIntegrity errors * KECCAK_EMPTY acc to None * Update crates/interfaces/src/db/tables.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * Update crates/interfaces/src/provider/block.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * Update crates/stages/src/stages/execution.rs Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> * nits Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>