Yuval Kogman

Results 98 comments of Yuval Kogman

it also seems to me like there might be legitimate value in allowing this regardless, since parsing URIs might be useful as a standalone thing (e.g. in a multiprocess wallet's...

I should have rewritten the commit message, it predates me verifying that the directory pads responses, details below (originally i was going to open another PR for that, realized i...

~~hmm actually it might not even raise content length mismatch since that's set by the directory, so i think it's just silently truncated and psbt parsing might fail, and trailing...

@0xZaddyy has asked to work on this, i can't assign so just tagging in comment

Thanks @Cyber-Lord! I assigned you. I did zero research on viable solutions, so it would be great if you could summarize and we could discuss the available options here before...

I'm specifically asking about the state transition methods, FWIW Related: https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-generics/

The app developer can choose how to implement their persister, but I do recall there being a vague agreement that we should ship both an async and a blocking persister...

> That makes sense to me too. The reason it came up now is we wanted to validate 1.0rc in a real-world implementation before shipping 1.0 and I was working...

it's a complex dependency but the code needed to support this functionality it shouldn't be complex. i don't think it should be a priority. if people actually use it there...

In the dev call we discussed this, but i forgot to follow up here, I think we should hold off until after 1.0 because using cargo all features is not...