Skip to content

Commit

Permalink
Merge branch 'merge/foundation-release/1.12.2' into merge/foundation-…
Browse files Browse the repository at this point in the history
…release/1.12.2+spiral
  • Loading branch information
meowsbits committed Aug 29, 2023
2 parents 9e174f9 + eade8b2 commit 432cae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eth/api_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ func (api *DebugAPI) GetAccessibleState(from, to rpc.BlockNumber) (uint64, error
// RemovePendingTransaction removes a transaction from the txpool.
// It returns the transaction removed, if any.
func (api *DebugAPI) RemovePendingTransaction(hash common.Hash) (*types.Transaction, error) {
// TODO (ziogaschr): add support for RemoveTx in bloppool
// TODO (ziogaschr): add support for RemoveTx in blobpool
return nil, nil
}
3 changes: 3 additions & 0 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ func TestState(t *testing.T) {
st.skipFork("London") // ETH
st.skipFork("Mystique") // ETC
st.skipFork("Merge") // ETH
st.skipFork("Shanghai") // ETH
st.skipFork("Spiral") // ETC
st.skipFork("Cancun") // ETH
}

// Un-skip this when https://github.com/ethereum/tests/issues/908 is closed
Expand Down

0 comments on commit 432cae1

Please sign in to comment.