From 939bfe0805e4b8f49c37451585d3f686f034b08e Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 5 Feb 2025 16:52:55 +0100 Subject: [PATCH] add todo --- tests/transaction_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/transaction_test.go b/tests/transaction_test.go index d061d8bdba..99d22ab4ea 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -48,6 +48,7 @@ func TestTransaction(t *testing.T) { txt.skipLoad("^ttEIP3860/DataTestInitCodeTooBig.json") // The following tests require the tx precheck to be performed. + // TODO(s1na): expose stateTransition.precheck publicly to be able to run these tests. txt.skipLoad("^ttEIP1559/maxPriorityFeePerGass32BytesValue.json") txt.skipLoad("^ttEIP1559/maxPriorityFeePerGasOverflow.json") txt.skipLoad("^ttEIP1559/maxFeePerGas32BytesValue.json")