mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Consensus crate and verification functions. (#152)
* wip executor * wip * Cleanup added some checks and structure to executor * adding additional block/header checks * add basefee calculation and check * some cleanup * Sanity check test * Test for sanity check * move verification to consensus crate * cleanup * Better Error handling
This commit is contained in:
@ -4,6 +4,7 @@ members = [
|
||||
"crate-template",
|
||||
"crates/common/rlp",
|
||||
"crates/common/rlp-derive",
|
||||
"crates/consensus",
|
||||
"crates/db",
|
||||
"crates/executor",
|
||||
"crates/interfaces",
|
||||
|
||||
Reference in New Issue
Block a user