dpc
dpc
As I'm looking into rewrite, I need some place to sketch notes. * [x] Merge #625 * [x] Split fedimintd into it's own crate * [x] moved tiered* to api...
Some notes: * [ ] Client should generate nonces & blindnonces deterministically, by keeping track of some sequence counter and using a secret root seed. * [ ] On restore...
Pushed just in case anyone is interested. Please ignore for now, but feel free to comment.
See: https://github.com/zkcrypto/ff/issues/91
This is currently broken, but maybe we can get it to work after updating bitcoin & rand.
Since initial feedback on #546 are somewhat positive it's probably a good time to think about how would we implement it. There's no way around the fact that such refactoring...
I'd like a way to jump to `main` easily. Potentially even automatically on start, but that's optional. Could I do with a shortcut of some kind?
Hi, I'm the author of https://github.com/dpc/crev/tree/master/cargo-crev - a tool for keeping check of your dependencies. I was doing review of crates from https://crates.io/users/IvanUkhov, since I had previous instances when I...
This is to address my personal issue with #356. I'm not sure if this is an ideal implementation, or will it get merged, but was easy enough and it should...