PM/AllCoreDevs-EL-Meetings/Meeting 24.md
Tim Beiko 6dbd82303b First pass
Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
2023-01-04 10:01:39 -08:00

7.9 KiB

Ethereum Core Devs Meeting #24

Meeting Date/Time: Friday 9/8/17 at 14:00 UTC

Meeting Duration 1.5 hours

Audio/Video of the meeting

Reddit thread

Agenda

Reminder: Metropolis is now split into 2 hard forks: "Byzantium" first and then "Constantinople".

  1. Metropolis updates/EIPs. a. Any "subtleties" or questions we need to work out. - EIP96 = PR210 contains three different hex code for the BLOCKHASH contract, but there should be at most two (runtime code and initcode). [Yoichi] - EIP #603: Add ECADD and ECMUL precompiles for secp256k1. See this comment for details and request to add to Constantinople. [Matthew D.] b. Updates to testing. c. Details and implementations of EIPs. 1. Updates from client teams. - geth - https://github.com/ethereum/go-ethereum/issues?q=label%3Ametropolis+is%3Aclosed - Parity - https://github.com/paritytech/parity/issues/4833 - cpp-ethereum - https://github.com/ethereum/cpp-ethereum/issues/4050 - ethereumJ - https://github.com/ethereum/ethereumj/issues/923 - ethereumJS - yellowpaper - https://github.com/ethereum/yellowpaper/issues/229 - pyethapp - Other clients 2. Determining gas prices for new opcodes & pre-compiles [Martin HS/Arkadiy] d. Review time estimate for testing/release.

  2. EIP 706: Snappy compression for devp2p - very simple change yet reduces sync bandwidth by 60-80%. [Peter]

Notes

1. Metropolis updates/EIPs.

a. Any "subtleties" or questions we need to work out.

  • 0:36 Topic: EIP96 = PR210 contains three different hex code for the BLOCKHASH contract, but there should be at most two (runtime code and initcode).
    • Resolution: Figured out on the call. Issue resolved.
  • 3:48 EIP #603: Add ECADD and ECMUL precompiles for secp256k1. See this comment for details and request to add to Constantinople.
    • Resolution: Sounds like a good idea. Easy to add to all clients. Needs more feedback on the EIP PR and for editors to make sure it is correctly written. The change would be added to Constantinople if it is accepted. We will discuss official acceptance in future meetings.

b. Updates to testing.

  • 9:23 On Hive multi-client cross-compatibility testing we are seeing better numbers wrt passing tests. geth has < 10 failing tests. cpp-ethereum has 700 errors, but because we cannot locally reproduce them there may be another unrelated issue causing it to fail. Many people pointed out mistakes in tests this week and that helped a lot. Parity is

c. Details and implementations of EIPs.

  1. Implementation Updates
  1. Determining gas prices for new opcodes & pre-compiles.
  • 17:55 Meeting occurred earlier in the week to discuss gas prices for Metropolis. Gas price benchmarks are complete and we are ready to confirm the suggestions created based on analysis of the benchmarks. This is will be discussed further in Gitter chat. More technical details discussed in the call.
  • 23:00 Cat plays with squeaky mouse toy.

d. Review time estimate for testing/release of Byzantium.

  • 24:27 The testing team has determined that we are at a place where we can launch the testnet within two weeks, pending the resolution of the Hive consensus issues in CPP we are currently having.
  • Projected block times for mainnet:
    • 30 second block times on September 22nd
    • 39 seconds October 22nd
  • We set a target date for the Ropsten testnet hard fork for 10 days from now - September 18th.
    • If testnet variables remain as they are now, that block number will likely be block number 1.7 million on Ropsten.
    • We will pick a block time that is around September 18th. This block number will be decided at 14:00 UTC Wednesday September 13th in the core developers chat.
    • We are picking the block number 5 days from now so we can account for difficulty adjustments on testnet that may occur between now and then. This allows us to pick a more accurate block number and adjust for mining changes on testnet.
    • These dates can be changed if we determine that we need more time for testing or major issues are found.
  • A mainnet fork block number will be decided around or after the testnet hard fork launches.
    • The testnet will run for at least 3 weeks, which would put a tentative main net hard fork date at October 9th.
    • These dates are very unofficial and can be changed if we determine that we need more time for testing or major issues are found. October 9th is a tentative date assuming that the testnet fork goes smoothly and no major issues are found.

2. EIP 706: Snappy compression for devp2p - "very simple change yet reduces sync bandwidth by 60-80%."

Attendance