-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate litep2p into Polkadot SDK #2944
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
70670ae
Introduce `sc-network-types` and `PeerId` for the crate
altonen 265a674
Make Polkadot SDK generic over the networking implementation
altonen 39a6428
Implement `litep2p` network backend for Polkadot SDK
altonen 7472a60
Fix CI complaints
altonen 38f0003
Apply review comments
altonen 1ad2bdc
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen e6fc19e
Fix clippy
altonen 62aedb3
more clippy fixes
altonen 39dc59c
bind to both ipv4 and ipv6
altonen 1319e66
Apply suggestions from code review
altonen 7d0aaee
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 99a6705
Apply review comments
altonen b4cab2b
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 0396c06
Add support for fallback request-responses
altonen f60faad
Apply review comments
altonen 5f7c2a8
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen e5bb679
fix
altonen 2fec872
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen b08c3d3
prdoc + workspace fix
altonen 98379bd
fixes
altonen 439e65e
Reimplement fallback request support
altonen cf2b6d5
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 9ca02df
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 669c428
updates
altonen 9a68856
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen b0e9567
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen a0542ac
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 7c3df5b
fixes
altonen 83988d4
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen cef84e6
fix metrics
altonen 246ba63
fix prdoc
altonen bfbfaa0
fix url
altonen beae17e
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
altonen 58722ba
fix Cargo.lock
altonen f212d54
Apply suggestions from code review
altonen 33e030e
Apply suggestions from code review
dmitry-markin 1812dc8
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
dmitry-markin 4561871
rustfmt
dmitry-markin 43cb163
Apply suggestion: `reserved_peer` -> `is_reserved_peer`
dmitry-markin d4d89c0
monor: rustfmt
dmitry-markin e4470e1
Upgrade litep2p identify implementation (#3785)
dmitry-markin 62cc8b1
Merge branch 'master' into altonen-integrate-litep2p
dmitry-markin d88ba6d
Update `Cargo.lock`
dmitry-markin ddc98a2
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
lexnv 188cf3f
node: Fix clippy
lexnv 3496f29
bench: Remove unused imports
lexnv d475762
bench: Remove PeerId to fix clippy
lexnv 73d5770
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
lexnv df191f4
cumulus: Merge conflict with network generic type
lexnv 08b038c
Apply cargo fmt
lexnv 0690577
Update prdoc/pr_2944.prdoc
lexnv 0735488
beefy/tests: Impl missing method
lexnv a00b965
beefy/tests: Add #[async_trait::async_trait]
lexnv 612cd7b
Fix clippy
lexnv 25be974
tests: Apply rustfmt
lexnv 02e072a
Remove unused import
lexnv 5b9a70f
prdoc: Fix PR doc
lexnv f5d028a
Merge remote-tracking branch 'origin/master' into altonen-integrate-l…
lexnv 656ac74
Remove unused bitswap (merge conflict)
lexnv 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.