Steven Roose
Steven Roose
Damn we missing @sanket1729 here..
Maybe I should use the opportunity to change the serde for all confidential types to be a bit more JSON-friendly and use the lenght/type of the field to know whether...
Really? Clippy in CI?? I disagree with clippy's suggestion in this case, though. I think ```rust Ok(method_with_same_error_type()?) ``` is more expressive than leaving out the Ok and just forwarding. It...
Hmm, came here to report this again, but probably different broken. The PSET ones are broken now. Many errors about private fields: ``` Some errors have detailed explanations: E0308, E0433,...
I'm generally not a fan of formatters. I think formatting can help in presenting and conveying information so formatting is part of the process of writing code and formatting can/should...
(The links in the first line don't work.)
Seems like https://github.com/ElementsProject/rust-elements/pull/77 introduced this. We definitely could use more tests where all serializations are tested for regressions.
It's the danger of having all our releases be breaking. 0.15-0.16 is breaking, so both rust-elements, electrs and espora should have had regression tests for data formats..
I also tried installing Twisted using `pip`, but the error persists.
Where can I report issues with Istanbul? I found one that might be slightly related to this change. It's explained here in more detail: https://github.com/ethereum/EIPs/issues/650#issuecomment-360085474