EIPs icon indicating copy to clipboard operation
EIPs copied to clipboard

Update EIP-5732: Move to Last Call

Open xinbenlv opened this issue 3 years ago • 1 comments

  • [x] Add ENS Ref Impl
  • [x] Move to last call
  • [ ] Update last call deadline to 2 weeks ahead before merge

xinbenlv avatar Oct 06 '22 14:10 xinbenlv

All tests passed; auto-merging...

(pass) eip-5732.md

classification
updateEIP
  • passed!

eth-bot avatar Oct 06 '22 14:10 eth-bot

The payable modifier should also be considered for this interface's commit() function.

There are some use-cases where the initial commit will want to accept a transaction value that we would want to support.

Adding a payable keyword also lowers the number of opcodes being executed (no check for msg.value == 0), which lowers the gas consumption. Many production use-cases will include it in the final contract design for gas efficiency reasons even if it doesn't use msg.value, assuming there is no security concern with accepting it.

mattstam avatar Oct 22 '22 19:10 mattstam

@mattstam good point, thanks for the contribution.

@Pandapip1 @SamWilsn this is ready for merge

xinbenlv avatar Oct 27 '22 05:10 xinbenlv

@Pandapip1 Thanks for reviewing this: https://github.com/ethereum/EIPs/pull/5758 I was curious, why the eipbot didn't approve it despite you already approved it

xinbenlv avatar Oct 27 '22 13:10 xinbenlv

Not sure. I'll re-run CI.

Pandapip1 avatar Oct 27 '22 13:10 Pandapip1