Skip to content

Commit

Permalink
Merge branch 'main' into feat/shuttle/hotspot
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Jan 17, 2025
2 parents 225511d + aca31b5 commit 54d13ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ image = { workspace = true }
derive_more.workspace = true
mediatype.workspace = true

async-rt = "0.1.3"
async-rt = "0.1.4"

bincode.workspace = true
bytes.workspace = true
Expand Down
6 changes: 0 additions & 6 deletions extensions/warp-ipfs/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ impl Default for RelayClient {
#[cfg(not(target_arch = "wasm32"))]
relay_address: vec![
//NYC-1
"/ip4/146.190.184.59/tcp/4001/p2p/12D3KooWCHWLQXTR2N6ukWM99pZYc4TM82VS7eVaDE4Ryk8ked8h".parse().unwrap(),
"/ip4/146.190.184.59/udp/4001/quic-v1/p2p/12D3KooWCHWLQXTR2N6ukWM99pZYc4TM82VS7eVaDE4Ryk8ked8h".parse().unwrap(),
//SF-1
"/ip4/64.225.88.100/udp/4001/quic-v1/p2p/12D3KooWMfyuTCbehQYy68zPH6vpGUwg8raKbrS7pd3qZrG7bFuB".parse().unwrap(),
"/ip4/64.225.88.100/tcp/4001/p2p/12D3KooWMfyuTCbehQYy68zPH6vpGUwg8raKbrS7pd3qZrG7bFuB".parse().unwrap(),
//NYC-1-EXP
"/ip4/24.199.86.91/udp/46315/quic-v1/p2p/12D3KooWQcyxuNXxpiM7xyoXRZC7Vhfbh2yCtRg272CerbpFkhE6".parse().unwrap(),
"/ip4/24.199.86.91/tcp/46315/p2p/12D3KooWQcyxuNXxpiM7xyoXRZC7Vhfbh2yCtRg272CerbpFkhE6".parse().unwrap()
],
Expand Down
4 changes: 0 additions & 4 deletions extensions/warp-ipfs/src/store/conversation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ impl ConversationDocument {
.iter()
.flat_map(|rec| rec.to_string().as_bytes().to_vec()),
)),
self.icon.map(|s| s.hash().digest().to_vec()),
self.banner.map(|s| s.hash().digest().to_vec()),
]
.into_iter(),
None,
Expand Down Expand Up @@ -313,8 +311,6 @@ impl ConversationDocument {
.iter()
.flat_map(|rec| rec.to_string().as_bytes().to_vec()),
)),
self.icon.map(|s| s.hash().digest().to_vec()),
self.banner.map(|s| s.hash().digest().to_vec()),
]
.into_iter(),
None,
Expand Down

0 comments on commit 54d13ce

Please sign in to comment.