Brian Anderson

Results 400 comments of Brian Anderson

I'm still having a tough time keeping a block pace that both keeps up with the optimism chain and doesn't get ip blocked. A "block pace" of anything less than...

Ok, now that I look at the actual optimism block data we are receiving, I see that we receiving many blocks of 1 tx, with identical timestamps; the optimism explorer...

Well I don't see any alternative RPC APIs for optimism, so it's not clear what a "batch" is. I do see that the official docs say not to use their...

Thanks for the report! This is interesting indeed. `rust-mingw` is installed with the win/gnu toolchain but not with the `rust-std` package. The easy way to fix this would be to...

@Diggsey ah interesting observation. Yep.

Maybe we will deprecate the rust-mingw package and fold it into the NDK support feature of rustup when it arrives.

@colin-kiegel Thanks for the great report and investigation, and again sorry I haven't responded earlier. This kind of sporadic crate resolution failure is because skeptic's tests aren't passing the `--extern`...

> PS: I can't locate the file /tmp/rust-skeptic.ocUVTbTQ1DCk/test.rs:1:1 from the error message above. All I can find is this This is a tempfile that is deleted during test execution. It...

> I'm not familiar with cargo plugins. But could it help to introduce a cargo skeptic or cargo query subcommand? I could imagine that cargo plugins might already have some...

> Cargo clippy forwards to cargo rustc and injects a custom compiler through the RUSTC env var. This way we avert these issues entirety. But it has the downside of...