-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(iroh): Gossip client #2258
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e99aad - Browse repository at this point
Copy the full SHA 4e99aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a2993 - Browse repository at this point
Copy the full SHA 48a2993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4882412 - Browse repository at this point
Copy the full SHA 4882412View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88398e - Browse repository at this point
Copy the full SHA b88398eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4ef9e - Browse repository at this point
Copy the full SHA 2d4ef9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f53cef5 - Browse repository at this point
Copy the full SHA f53cef5View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2201a40 - Browse repository at this point
Copy the full SHA 2201a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b83cd2 - Browse repository at this point
Copy the full SHA 6b83cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b19ed51 - Browse repository at this point
Copy the full SHA b19ed51View commit details -
Merge branch 'main' into gossip-client
# Conflicts: # Cargo.lock # iroh-docs/src/engine/gossip.rs # iroh-gossip/Cargo.toml # iroh/src/client.rs # iroh/src/node.rs # iroh/src/node/builder.rs # iroh/src/rpc_protocol.rs
Configuration menu - View commit details
-
Copy full SHA for 5e4b557 - Browse repository at this point
Copy the full SHA 5e4b557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6b7d0 - Browse repository at this point
Copy the full SHA 5d6b7d0View commit details
Commits on Jun 7, 2024
-
- remove some error level loggings - more docs for subscribe - add subscribe opts - allow passing in raw topic
Configuration menu - View commit details
-
Copy full SHA for 865bc0d - Browse repository at this point
Copy the full SHA 865bc0dView commit details
Commits on Jun 19, 2024
-
Merge branch 'main' into gossip-client
# Conflicts: # iroh-cli/Cargo.toml # iroh/src/client.rs # iroh/src/node.rs # iroh/src/node/builder.rs
Configuration menu - View commit details
-
Copy full SHA for 12f564e - Browse repository at this point
Copy the full SHA 12f564eView commit details
Commits on Jun 28, 2024
-
Merge branch 'main' into gossip-client
# Conflicts: # iroh-cli/Cargo.toml # iroh/src/node.rs # iroh/src/node/builder.rs # iroh/src/node/rpc.rs
Configuration menu - View commit details
-
Copy full SHA for 150dcd9 - Browse repository at this point
Copy the full SHA 150dcd9View commit details -
- connect two nodes - send a message from node 1 - recv it on node 2
Configuration menu - View commit details
-
Copy full SHA for cb216f6 - Browse repository at this point
Copy the full SHA cb216f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3656b5a - Browse repository at this point
Copy the full SHA 3656b5aView commit details
Commits on Jul 1, 2024
-
Add new request to add a NodeAddr via rpc
otherwise it is impossible to write certain tests using just the client.
Configuration menu - View commit details
-
Copy full SHA for 3771dc2 - Browse repository at this point
Copy the full SHA 3771dc2View commit details -
Move the various node ops into a separate subservice
impl deref for backwards compat (maybe we can remove this at some point)
Configuration menu - View commit details
-
Copy full SHA for 609626f - Browse repository at this point
Copy the full SHA 609626fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d2d30 - Browse repository at this point
Copy the full SHA 07d2d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf4e86 - Browse repository at this point
Copy the full SHA eaf4e86View commit details -
Merge branch 'add-addr-request' into gossip-client
# Conflicts: # iroh/src/client.rs
Configuration menu - View commit details
-
Copy full SHA for c4c8ce9 - Browse repository at this point
Copy the full SHA c4c8ce9View commit details -
Make sure the nodes know each others addr without discovery
this test is not meant to be a discovery test...
Configuration menu - View commit details
-
Copy full SHA for 51dfde8 - Browse repository at this point
Copy the full SHA 51dfde8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b227c0 - Browse repository at this point
Copy the full SHA 0b227c0View commit details -
Merge branch 'main' into gossip-client
# Conflicts: # iroh/src/client.rs
Configuration menu - View commit details
-
Copy full SHA for 08fd369 - Browse repository at this point
Copy the full SHA 08fd369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2363448 - Browse repository at this point
Copy the full SHA 2363448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc00c2 - Browse repository at this point
Copy the full SHA 4fc00c2View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ede9549 - Browse repository at this point
Copy the full SHA ede9549View commit details
Commits on Jul 4, 2024
-
Merge branch 'main' into gossip-client
# Conflicts: # Cargo.lock # iroh/src/node/rpc.rs # iroh/src/rpc_protocol.rs
Configuration menu - View commit details
-
Copy full SHA for e71b0c8 - Browse repository at this point
Copy the full SHA e71b0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d067b - Browse repository at this point
Copy the full SHA 41d067bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c417236 - Browse repository at this point
Copy the full SHA c417236View commit details