Péter Szilágyi
Péter Szilágyi
We've discussed this a bit on triage today, but figured we'll let it marinate a bit more. One one hand we agree that it's a meaningful optimization and it's already...
Figured it out-ish. The compatibility note is wrong: ```go config.WithRequestChecksumCalculation(0) config.WithResponseChecksumValidation(0) ``` The first call here is a noop: ```go // WithRequestChecksumCalculation is a helper function to construct functional options...
I think the PR is actually a stab at your local pool that piles up local transactions and drips them into the live pool. @emailtovamos If your goal is to...
Gentle ping on moving this forward?
Seems the site is now completely down, so either the SSL cert is being resurrected, or it's disappearing for good. Might be a good idea to start thinking about a...
This was the fix for `Deserialize`: https://github.com/serde-rs/serde/pull/2855 I assume a similar PR would be nice for `Serialize` too.
@shammahalchemy Could you please check this comment: https://github.com/ethereum/go-ethereum/issues/30470#issuecomment-2391204220 ?
For what it's worth, hit a similar weird issue myself today: - On macos, running a virtual serial port via socat, setting any baud rate apart of 0 results in...