Commit f176ff1
authored
feat: create feehandler system (#48)
* create feehandler system
* add fee handling
* modify system and add docs
* custom evm
* remove feehandler
* make it work with chainspec and update docs
* remove feehandler doc
* fix clippy and test imports
* rename
* tests, e2e still needs loving
* snakecase and write more tests
* build docker images on pull requests
* rename to evolve
* pipe fees through the executpr
* clippy
* if no tip address is set use the sink address
* cleanup
* modify adr1 parent 9b41302 commit f176ff1
28 files changed
Lines changed: 2011 additions & 69 deletions
File tree
- .github/workflows
- bin/ev-reth
- src
- crates
- ev-revm
- src
- api
- node
- src
- tests
- src
- docs/adr
- etc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
53 | 65 | | |
54 | 66 | | |
55 | 67 | | |
| |||
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| 76 | + | |
64 | 77 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments