| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump every crate by one patch version. | Nick Mathewson | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -0/+1 |
| | | |||||
| * | More typo fixes that I forgot to save :( | Nick Mathewson | 2021-11-24 | 1 | -1/+1 |
| | | |||||
| * | Bump all crate versions to 0.0.1 | Nick Mathewson | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Initial backend implementation for guard node manager. | Nick Mathewson | 2021-10-07 | 1 | -0/+11 |
| | | | | | | | | There are some missing parts here (like persistence and tests) and some incorrect parts (I am 90% sure that the "exploratory circuit" flag is bogus). Also it is not integrated with the circuit manager code. | ||||
| * | Add an IntegerDays numeric type. | Nick Mathewson | 2021-09-09 | 1 | -0/+54 |
| | | |||||
| * | Use macros and traits to simplify the declaration of parameters. | Nick Mathewson | 2021-09-09 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | Previously, we'd have to declare the field for a parameter in one place, its default in a second, and its consensus key in a third. That's error-prone and not so fun! This patch changes the way we declare parameters so that we declare a structure once, and macros expand it to all do the right thing. This required a few new traits and implementations to ensure uniformity across the types that can go in parameters: We need every parameter type to implement TryFrom<i32> and to implement SaturatingFromInt32. Eventually we might want SaturatingFromInt32 to be a more generic SaturatingFrom, but that's not for now. | ||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 2 | -6/+12 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 3 | -0/+566 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
