We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it is beneficial to have a listener for the pending block:
reth/crates/chain-state/src/in_memory.rs
Lines 50 to 51 in 7486d5b
like we do with the latest as well:
reth/crates/chain-state/src/chain_info.rs
Lines 141 to 144 in 7486d5b
This will be useful for #5617
The text was updated successfully, but these errors were encountered:
👊🏻
Sorry, something went wrong.
hey @mvares this one's already taken by @jenpaff
perhaps I can interest you in #7490
Not related to this issue, but since it's my one, wanted to raise some questions for my own understanding:
rust-toolchain.toml
lockfile.rs
but I noticed you don't have a rust-toolchain.toml and was wondering is there a reason
can't remember why, likely because we never needed it
2 tests in lockfile.rs are still failing locally for me on main, will debug, I suppose that's on my end
It could be because there are some issues if they are run in the same process via cargo t in CI this isn't an issue with cargo nextest
cargo t
jenpaff
Successfully merging a pull request may close this issue.
it is beneficial to have a listener for the pending block:
reth/crates/chain-state/src/in_memory.rs
Lines 50 to 51 in 7486d5b
like we do with the latest as well:
reth/crates/chain-state/src/chain_info.rs
Lines 141 to 144 in 7486d5b
TODO
This will be useful for #5617
The text was updated successfully, but these errors were encountered: