nethermind
nethermind copied to clipboard
Feature/eip 3074
Note that AUTHCALL gas rules are different than normal CALL
https://eips.ethereum.org/EIPS/eip-3074
Changes
Introduces opcodes: AUTH AUTHCALL
What types of changes does your code introduce?
- [ ] Bugfix (a non-breaking change that fixes an issue)
- [x] New feature (a non-breaking change that adds functionality)
- [ ] Breaking change (a change that causes existing functionality not to work as expected)
- [ ] Optimization
- [ ] Refactoring
- [ ] Documentation update
- [ ] Build-related changes
- [ ] Other: Description
Testing
Requires testing
- [x] Yes
- [ ] No
If yes, did you write tests?
- [x] Yes
- [ ] No