This commit is contained in:
Sina Mahmoodi 2025-02-05 16:52:55 +01:00
parent 90dcd2adab
commit 939bfe0805

View file

@ -48,6 +48,7 @@ func TestTransaction(t *testing.T) {
txt.skipLoad("^ttEIP3860/DataTestInitCodeTooBig.json") txt.skipLoad("^ttEIP3860/DataTestInitCodeTooBig.json")
// The following tests require the tx precheck to be performed. // 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/maxPriorityFeePerGass32BytesValue.json")
txt.skipLoad("^ttEIP1559/maxPriorityFeePerGasOverflow.json") txt.skipLoad("^ttEIP1559/maxPriorityFeePerGasOverflow.json")
txt.skipLoad("^ttEIP1559/maxFeePerGas32BytesValue.json") txt.skipLoad("^ttEIP1559/maxFeePerGas32BytesValue.json")