Skip to content

Commit

Permalink
Merge pull request #83 from mycognosist/simple_ebt
Browse files Browse the repository at this point in the history
Improve event driven connection manager and implement EBT replication
  • Loading branch information
mycognosist authored Dec 4, 2023
2 parents 0dea49f + 5f99fbd commit 85fc864
Show file tree
Hide file tree
Showing 23 changed files with 1,659 additions and 126 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
go_sbot_benchmarks
/releases
/cmds
/logs
4 changes: 3 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions solar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ futures = "0.3"
hex = "0.4.0"
jsonrpsee = { version = "0.18.2", features = ["server"] }
kuska-sodiumoxide = "0.2.5-0"
#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb", branch = "master" }
kuska-ssb = { path = "../../ssb" }
kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb", branch = "master" }
log = "0.4"
once_cell = "1.16"
rand = "0.8"
Expand Down
Loading

0 comments on commit 85fc864

Please sign in to comment.