Skip to content

Commit

Permalink
feat: Listen on onion address using arti_client
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 22, 2024
1 parent 23d22b5 commit b8bcfd2
Show file tree
Hide file tree
Showing 12 changed files with 247 additions and 242 deletions.
188 changes: 187 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ hex = "0.4"
jsonrpsee = { version = "0.16.2", features = [ "server" ] }
jsonrpsee-core = "0.16.2"
libp2p = { version = "0.53.2", features = [ "tcp", "yamux", "dns", "noise", "request-response", "ping", "rendezvous", "identify", "macros", "cbor", "json", "tokio", "serde", "rsa" ] }
libp2p-community-tor = { git = "https://github.com/UnstoppableSwap/libp2p-tor", branch = "main" }
libp2p-community-tor = { git = "https://github.com/UnstoppableSwap/libp2p-tor", branch = "feat/listen-hidden-service", features = [ "listen-onion-service" ] }
monero = { version = "0.12", features = [ "serde_support" ] }
monero-rpc = { path = "../monero-rpc" }
once_cell = "1.19"
Expand Down
Loading

0 comments on commit b8bcfd2

Please sign in to comment.