Add ETC Spiral EVM configuration#6524
Conversation
|
shemnon
left a comment
There was a problem hiding this comment.
Is there a need for full fluent API support for classic forks?
|
@shemnon I think ProtocolSpecs fluency is pretty good, is that fluent API the one that you mean? |
|
APIs from this directory - https://github.com/hyperledger/besu/blob/d7e5b261141da6cbb4a8131ed2feb1603e3e68f8/evm/src/main/java/org/hyperledger/besu/evm/fluent Guido has a fuzzer he uses there. But I'm not sure it would have caught the DIFFICULTY/RANDAO swap, even against core-geth. |
|
That sounds really interesting, do you know where I can find some documentation on how to run the fuzzer with Besu's EVM? |
macfarla
left a comment
There was a problem hiding this comment.
this could use a changelog entry
Signed-off-by: Diego López León <dieguitoll@gmail.com>
fab-10
left a comment
There was a problem hiding this comment.
CI Publish job is failing due to a missing javadoc
> Task :evm:javadoc
/home/circleci/project/evm/src/main/java/org/hyperledger/besu/evm/ClassicEVMs.java:29: warning: no comment
public class ClassicEVMs {
^
Signed-off-by: Diego López León <dieguitoll@gmail.com> Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
PR description
During the last ETC network upgrade, Besu nodes got stalled because, inadvertently, EIP-4399 was included instead of omitted.
For the future, we'll also test omissions to the protocol and not only additions.