Henry de Valence
Henry de Valence
some possibly outdated notes on the tokio refactoring, which could be helpful for reference: https://github.com/tokio-rs/tokio-rfcs/blob/master/text/0001-tokio-reform.md
This probably makes sense to do after #103
I think if we're going to do the work of adding pins we might as well add released versions... adding a pin doesn for instance the reason that the build...
No, I think that many of the dependencies that are there don't need to be git dependencies at all -- like the secp bindings -- or could be eliminated from...
Let's try using https://github.com/mehcode/config-rs . Bikeshed: which file format for the config file?
Or: https://twitter.com/bascule/status/1144760314908401664
Looks like we're going to try using Abscissa to start, in which case the work for this issue is probably to go through the fields of the existing `Config` struct,...
I'm actually not sure how to blow away or even find the local state, we should probably document that too.
If no location is specified, the zebra data is kept in a platform-dependent location selected by the `app_dirs` crate, e.g., `~/.local/share/zebra`. The database is opened by some functions in `zebra/util.rs`....
Yeah, I'm going to start a branch with the following changes: - [ ] rework the `Config` struct so that it can be created in multiple ways - [ ]...