Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/promote-segme…
Browse files Browse the repository at this point in the history
…nted-storage
  • Loading branch information
garyschulte committed Jul 26, 2023
2 parents f63a720 + 1c099e8 commit e28eaa3
Show file tree
Hide file tree
Showing 398 changed files with 22,664 additions and 15,190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public static BlockHeader createBlockHeader(
null,
null,
null,
null,
blockHeaderFunctions);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;

@RunWith(Parameterized.class)
@Ignore("EIP-6110 is not yet implemented")
public class ExecutionEngineEip6110AcceptanceTest extends AbstractJsonRpcTest {
private static final String GENESIS_FILE = "/jsonrpc/engine/eip6110/genesis.json";
private static final String TEST_CASE_PATH = "/jsonrpc/engine/eip6110/test-cases/";
Expand Down
Loading

0 comments on commit e28eaa3

Please sign in to comment.