Skip to content

Commit

Permalink
move routing.rs and all dependent types back into near_network
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Aug 18, 2021
1 parent b32999b commit 54a36c5
Show file tree
Hide file tree
Showing 9 changed files with 1,014 additions and 983 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions chain/network-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ edition = "2018"
[dependencies]
actix = "=0.11.0-beta.2"
tokio = { version = "1.1", features = ["full"] }
futures = "0.3"
chrono = { version = "0.4.4", features = ["serde"] }
borsh = "0.8.1"
serde = { version = "1", features = [ "derive" ] }
strum = { version = "0.20", features = ["derive"] }
tracing = "0.1.13"
conqueue = "0.4.0"
byteorder = "1.2"

near-crypto = { path = "../../core/crypto" }
near-primitives = { path = "../../core/primitives" }
Expand Down
1 change: 0 additions & 1 deletion chain/network-primitives/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod routing;
pub mod types;
228 changes: 0 additions & 228 deletions chain/network-primitives/src/routing.rs

This file was deleted.

Loading

0 comments on commit 54a36c5

Please sign in to comment.