erigontech / erigontech/erigon
Improve AA execution calls
Open
tech debt reduction
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
The current approach relies heavily on checking the txtype and calling the validate and execution functions individually. Ideally, these can be part of a common call to reduce duplication. For example: we can do this in functions such as `ApplyTransaction`.
Contributor guide
Assessment
This issue has not been assessed yet.