Skip to content
  1. Aug 07, 2020
    • Max Inden's avatar
      client/authority-discovery: Split into worker and service mod · e9a12e83
      Max Inden authored
      Move `Service` and `Worker` to their own Rust modules resulting in the
      following file structure.
      
      ├── build.rs
      ├── Cargo.toml
      └── src
          ├── error.rs
          ├── lib.rs
          ├── service.rs
          ├── tests.rs
          ├── worker
          │   ├── addr_cache.rs
          │   ├── schema
          │   │   └── dht.proto
          │   └── tests.rs
          └── worker.rs
      e9a12e83
  2. Jul 29, 2020
  3. Jul 28, 2020
  4. Jul 27, 2020
  5. Jul 26, 2020
  6. Jul 24, 2020
  7. Jul 23, 2020
  8. Jul 22, 2020
  9. Jul 21, 2020