Summary
EthNewPendingTransactionFilter doesn't seem to work as expected,EthGetFilterChanges returns nothing after a message is sent and has been added to the message pool.
To reproduce
- Go to
api_run_tests and remove the call to ignore in the last eth_new_pending_transaction_filter test
- Run
forest-tool api test-stateful with similar parameters that are on the CI
- See error
Expected behaviour
The test is passing, so we no longer need to call ignore on it.
Additional Links & Resources