Skip to content

Commit

Permalink
WIP: Phase 2 refactor exit manager
Browse files Browse the repository at this point in the history
Big changes
 - identities should be ipv6 type for the ip
 - integrate rust babeld
 - no billing mode

Small Changes
- use a single uniform function for keeping track of loop time
- update all the deps
- use one routes and neighbors call everywhere
  • Loading branch information
jkilpatr committed Feb 16, 2024
1 parent e9f266c commit 2b8be0c
Show file tree
Hide file tree
Showing 24 changed files with 1,634 additions and 1,198 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion althea_kernel_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ version = "1.6"
default-features = false
features = ["std"]


[features]
integration_test = []
1 change: 1 addition & 0 deletions althea_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ deep_space = { workspace = true }

[dev-dependencies]
rand = "0.8"
althea_kernel_interface = { path = "../althea_kernel_interface" }
2 changes: 1 addition & 1 deletion althea_types/src/contact_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! we need to convert said enum between different types left and right. Both to migrate from the old storage, to handle the fact that TOML refuses
//! to serialize enums with struct members. This file is all boilerplate conversion code for pretty small storage formats.
use crate::ExitRegistrationDetails;
use crate::exit_interop::ExitRegistrationDetails;
use lettre::Address as EmailAddress;
use phonenumber::PhoneNumber;

Expand Down
Loading

0 comments on commit 2b8be0c

Please sign in to comment.