-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ethereum Core Devs Meeting 83 Agenda #159
Comments
Hello. I would like to propose adding to the agenda EIP-2542 (ethereum/EIPs#2542) |
Can we put the following five EIP proposals on the agenda? Thanks.
|
@adlerjohn Do we have EIP numbers for all of these? |
@gcolvin No. The latter four require essentially a sanity check from the core devs that they are worth pursuing. IMO they are, and so long as there isn't vehement opposition I can start implementing them. See: https://molochdao.discourse.group/t/mgp-eips-to-improve-rollup-performance/145 |
@adlerjohn are you able to attend the call Friday? |
EIP2537 was reworked and may be considered final. |
If I am able to join, I would like to discuss white-box fuzzing for EIP-1962 and/or similar EIPs. We have some work on-going. I would like to go over high-level idea, challenges and hear thoughts on the suitability of this approach |
@Souptacular Yes I can. |
@Giulio2002 will join to discuss the white-box fuzzing of EIP-1952, because he has been doing the work on it: https://github.com/Giulio2002/eip1962-whitebox and https://github.com/Giulio2002/eip1962/tree/master/src/fuzz |
I'd love to just get a shoutout for the Ethereum Developer Survey (from ETHGlobal)>> https://ethglobal.typeform.com/to/RxHlK8 We're trying to get max participation on this |
Discussion on possible uncle rule changes as part of a larger discussion for time based forks. Cc: Jason carver |
I’d like to go through updates on all potential Berlin EIPs. |
Looks like @axic is no longer pushing for EIP2046. I’ve made some tests on cost of invocation of precompiles in OpenEthereum and pricers are cheap (below 1 microsecond) and invocations involve no memory copying (output is written, but users have already paid for it by allocating memory in EVM), so I’d propose to accept it and set CALL to precompile cost to double of what it’s on my machine (35 gas per microsecond), so 70 gas. |
Regarding 2046, here's my previous analysis: https://github.com/holiman/goevmlab/tree/master/examples/callPrecompiles#summary . |
I know that there is (or coming soon) a proposal to remeasure “modexp” with huge decrease of the cost, and highly doubt that Blake was measured taking 700 gas into account (as a stateless function that only depends on the input length, it’s not a full hash function), will try to check it explicitly. Keccak256 has fixed cost + price per byte, so one-off costs should have already been taken into account. At least it should be EIFed. |
@shamatar I'm still hopeful for 2046, but right now working on an analysis to establish cost relationships. That should help us define new values. |
@axic Thank you. I’ll try to move my benchmarks into the separate repo. What I don’t know is how to benchmark the “copy” one cause it’s not that “stateless”. |
The "copy" is stateless. Memory expansion is outside the scope of the metering (since it's paid separately). |
Also, the |
Here are the meeting notes, |
Closing in favor of #162. |
Ethereum Core Devs Meeting 83 Agenda
Agenda
Next call: April 3, 2020 14:00 UTC
The text was updated successfully, but these errors were encountered: