nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Feature/eip 3074

Open ak88 opened this issue 1 year ago • 0 comments

Note that AUTHCALL gas rules are different than normal CALL

https://eips.ethereum.org/EIPS/eip-3074

image

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

Remarks

ak88 avatar Apr 23 '24 19:04 ak88