Steven Roose
Steven Roose
A safeguard against accidentally changing the interface or the implementation methods.
I can't find a way to hold a `DeviceHandle` in a struct and pass it around. It has a lifetime that must be longer than the `Context` object that created...
I left Armory on for the night to sync, but in the morning I got a crash notice. I ran it again and it kept crashing after several seconds. This...
Sorry for my previous 2 issues, I forgot to re-build the project. Now I got a real one. After starting, Armory started scanning the transaction history. For some reason it...
Is it intended to do so? Can't the transaction index be stored and the history only scanned from the last point? Also, I run bitcoind with the `-txindex` option, is...
It might not be available there.
Clippy is complaining about these in CI.
Extends https://github.com/pyfisch/cbor/pull/192.
Inspired by serde_json::Value.
I noticed that you changed the MSRV to 1.40 in 026b1213247f1a8b23f34a0539efaeb2fb1450cd. However, version 1.36 is currently supported (1.32 would be without `alloc`]. Only supporting "latest stable" (which in itself changes...