Steven Roose
Steven Roose
I wanted to open another issue with the question if it is normal that Python reaches 2.3GiB memory use when Armory is running, but I assume that has to do...
Sounds ambitious! I'd really like to help. Sadly, work for school and my responsibility in our local youth movement prevents me from diving into projects for now. Who knows in...
Is this fixed yet?
There is a question about this request on the Bitcoin SE here: http://bitcoin.stackexchange.com/questions/10473/how-can-i-import-public-keys-into-armory
Regardless of what decision is made, I would strongly request the stability in Rust version to be taken into consideration. Supporting only very new Rust versions is clearly unproductive for...
I'm not sure who's in charge atm for merging in this repo. But I think this is a good change.
What is the motivation for this change? Without any other package in the top-level it doesn't make much sense to me to do this.
I don't see the idea of a workspace mentioned in #179 at all...
It looks like `serde_json` is instead using `serde::de::StdError`: https://github.com/serde-rs/json/blob/4bcc3625c34b4f9b6c76013b8a5afcaed5a1f1da/src/error.rs#L317 It probably is not a meaningful difference.
What is a meaningful difference though is that `serde_json` is only providing the `source` method on the `std` feature. Instead of only doing that for the `Error::Io` variant. I think...