Ref https://github.com/goerli/testnet/issues/60#issuecomment-532200530 https://github.com/paritytech/parity-ethereum/pull/11068 https://github.com/ethereum/go-ethereum/pull/20090
6485846 (Oct 2)1561651 (Oct 30)5435345 (November)14111141 (December)blake2b EIP Update
I just opened a simple language update PR for EIP-152 (BLAKE2 precompile) following the outcomes of our discussion from last call.
Note that no client implementer (that I'm aware of) has voiced support for m_len as an additional param, or continued to push past the call for a restriction of the rounds parameter to a lower bound. I'm interpreting the silence as consensus and moving forward, but I'll try to be available on the call in case we need to discuss further!
I'd like to make a note that for EIP-1344, there was a suggestion that the EVM return a 64-bit sized value for the CHAINID opcode, and that suggestion was removed via https://github.com/ethereum/EIPs/pull/2263#issuecomment-533395673 because it was found to be conflicting with some of the other uses of this parameter as described in other EIPs.
If clients had made this update for EIP-1344 at my recommendation, the should revert this change and stick to the current spec of the proposal, which states that the opcode returns a 256-bit value. This does not change how the value is provided in any way, nor should it change the outcome of how it's used since Chain ID is a pre-defined parameter, but it is something to be aware of.
Reviewing the state of client implementations, only Parity and Trinity would be affected by this update.
The Istanbul meta EIP lists a couple of EIPs as accepted and hard fork block numbers are already being set, despite many of them are not final and some aren't even merged.
EIP-1884: still in draft mode. Is this final? Any changes expected?
I don't expect any changes. Are EIP-authors expected to PR it into final? I'm not sure about the process. If I make it PR, the auto-merge bot will merge it, is that the "Right Way" to do it?
@Shadowfiend just opened a PR to flip the status on 1108. Happy to see that the mergebot knew not to merge 馃槉 - what's the process here?
Quick update re fuzz-testing:
For go-evmlab based standard json fuzzing,
blake F-fuzzer has done did 7.6M testcases on parity vs geth. sstore/sload targeted fuzzer has done 7.1M testcases on parity vs gethFor libfuzzer-based fuzzing, it's not fully functional, as there's been some problems enabling Istanbul identically on both.
Hive is up and running on a new server: https://hivetests.ethdevops.io/ . While in prod, there are still some bugs and snags to iron out, so might be unreliable and have some downtime as we fix things.
Reviewing the state of client implementations, only Parity and Trinity would be affected by this update.
@fubuloubu I believe Parity returns U256 as per the original spec. Happy to take a deeper look if you think it's wrong. :)
@dvdplm glad that's the case! I just quickly purused what implementation PRs were linked and saw u64, but that could be old information!
@axic the PR in question for EIP-1344 has been closed with no change applied.
@IfDefElse statement on Suggestion 1
https://gitter.im/ethereum-cat-herders/ProgPoW-review?at=5d82a0d2a38dae3a6377c6c8
original tweet storm
https://twitter.com/IfDefElse_/status/1174480889532698624
Closed in favor of https://github.com/ethereum/pm/issues/129