Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(anvil): notify on promoted transactions #1898

Merged

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Jun 9, 2022

Motivation

the test can_stream_pending_transactions in ethers-rs led to jobs running forever:

https://github.com/gakonst/ethers-rs/runs/6801222172?check_suite_focus=true

because not all transactions were emitted as "pending" by anvil

Solution

  • also notify promoted transactions
  • port over can_stream_pending_transactions

Ref gakonst/ethers-rs#1365

@mattsse mattsse added T-bug Type: bug C-anvil Command: anvil labels Jun 9, 2022
@mattsse mattsse force-pushed the matt/notify-promoted-transactions branch from 13131e8 to e533040 Compare June 9, 2022 17:58
@gakonst gakonst merged commit a53b8f6 into foundry-rs:master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-anvil Command: anvil T-bug Type: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants