mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* bug: Apply block reward to evm cache * Move cache to all blocks * add tests * Update crates/executor/src/executor.rs Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com> Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
RLP encoder/decoder
Forked from an earlier Apache licenced version of the fastrlp crate, before it changed licence to GPL.
NOTE: The Rust fastrlp implementation is itself a port of the Golang Apache licensed fastrlp