This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
p2p checkpoint #141
Open
chunningham
wants to merge
48
commits into
main
Choose a base branch
from
feat/p2p-checkpoint
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
p2p checkpoint #141
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a70a51f
impl a basic NetworkBehaviour and config objects
chunningham 463aac6
move relay out of config
chunningham 344be69
make generic over kad store and kad store config
chunningham c4fd4ea
extra config stuff, add swarm type
chunningham ccf7c71
IdentifyConfig conveniance changes
chunningham 1fac014
renames and streamline the builder process
chunningham 623889b
move behaviour to p2p mod and split into sub-mods
chunningham e4db46f
unused warns and stuff
chunningham 6a58a9b
add autonat to behaviour
chunningham df98195
add an incomplete relay impl
chunningham 8f40fb4
impl partially stubbed relay node with task
chunningham ff46d56
minor builder refactors
chunningham 4110ff2
wip
chunningham 2c1c348
make transport configs actually convenient
chunningham 1892692
fix errors
chunningham 969e2c1
use IntoTransport in relay::launch
chunningham d1a896e
clean up some unused builder stuff
chunningham 6d686a9
get addrs and listen with relay via the event channels
chunningham d505122
comments, add vanilla dns to kepler relay peer
chunningham 60914e1
remove currently unnecessary modules
chunningham f3cfcb9
remove janky builder derive workaround
chunningham 4434944
warnings
chunningham 1fc7ee5
minor cleanup, update to libp2p 0.50
chunningham ea1b72d
copy request-response protocol crate to kepler
chunningham b1b2b75
allow AsyncRead responses for stream req-res protocol
chunningham b817823
basic behaviour and builder for it
chunningham 520a9bb
add write_keyed to immutablestorage trait
chunningham 1e2a0d5
initial stubbed data swap behaviour
chunningham c9ddba5
exchange fixes
chunningham cb6a54b
wip
chunningham c8e950b
fix import deprecation warnings and relay instantiation in app()
chunningham bb21e20
updates for libp2p 0.51
chunningham 73f7f59
use KeyPair instead of Ed25519 everywhere
chunningham 5b80515
clean up a bunch of unused stuff and imports
chunningham 92427eb
fix relay and fully-specify errors
chunningham 12cd9e9
fix orbit behaviour builder and use specific errors
chunningham 67bba63
warnings + relay connected_peers fn
chunningham 7acd79e
remove exchange-protocol subcrate
chunningham 6e55927
satisfy clippy
chunningham 6f4e0b5
cargo-update
chunningham 622e92f
satisfy clippy again
chunningham 4fd7cba
relay test
chunningham 9faea0f
config relay with any multiaddr
chunningham 5253b89
fix rocket config, add .toml relay config comments
chunningham c3cc2a6
fix readme example
chunningham 4645b00
update docker relay config
chunningham d3e55c8
fix readme log config example
chunningham 9985cc6
unfix log readme example
chunningham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.