erigontech / erigontech/erigon
to port simulated backend v2
Open
tech debt reduction
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
If port from geth `https://github.com/ethereum/go-ethereum/pull/28202` (and following PR's to new simulated backend) - then:
can get rid of `type Message interface {` in `core/state_transition.go`. Geth using exact type instead of interface.
Which is faster. For example: in `buyGas` we have many calls to `st.msg.From()`
Contributor guide
Assessment
This issue has not been assessed yet.