-
Notifications
You must be signed in to change notification settings - Fork 683
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
litep2p: Update litep2p to v0.8.0 #6353
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
lexnv
added
T0-node
This PR/Issue is related to the topic “node”.
I5-enhancement
An additional feature request.
labels
Nov 4, 2024
Testing DoneTwo nodes started side by side in Kusama with 200 in/out peers: Litep2p
Libp2p
It looks like libp2p is producing more errors from the peerstore than litep2p |
dmitry-markin
approved these changes
Nov 5, 2024
dmitry-markin
approved these changes
Nov 5, 2024
Co-authored-by: Dmitry Markin <dmitry@markin.tech>
bkchr
approved these changes
Nov 5, 2024
michalkucharczyk
approved these changes
Nov 5, 2024
ordian
added a commit
that referenced
this pull request
Nov 5, 2024
* master: (129 commits) pallet-revive: Use `RUSTUP_TOOLCHAIN` if set (#6365) [eth-rpc] proxy /health (#6360) [Release|CI/CD] adjust release pipelines (#6366) Bump the known_good_semver group across 1 directory with 3 updates (#6339) Run check semver in MQ (#6287) [Deprecation] deprecate treasury `spend_local` call and related items (#6169) refactor and harden check_core_index (#6217) litep2p: Update litep2p to v0.8.0 (#6353) [pallet-staking] Additional check for virtual stakers (#5985) migrate pallet-remarks to v2 bench syntax (#6291) Remove leftover references of Wococo (#6361) snowbridge: allow account conversion for Ethereum accounts (#6221) authority-discovery: Populate DHT records with public listen addresses (#6298) Bounty Pallet: add `approve_bounty_with_curator` call to `bounties` pallet (#5961) Silent annoying log (#6351) [pallet-revive] rework balance transfers (#6187) `statement-distribution`: RFC103 implementation (#5883) Disable flaky tests reported in #6343 / #6345 (#6346) migrate pallet-recovery to benchmark V2 syntax (#6299) inclusion emulator: correctly handle UMP signals (#6178) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR updates litep2p to the latest release.
KademliaEvent::PutRecordSucess
is renamed to fix word typoKademliaEvent::GetProvidersSuccess
andKademliaEvent::IncomingProvider
are needed for bootnodes on DHT work and will be utilized laterAdded
libp2p
conformance tests (#258)GET_PROVIDERS
query (#236)Changed
KademliaMessage
and use reference forRoutingTable::closest
(#233)Fixed
pending_opens
(#274)pending_opens
(#273)See release changelog for more details: https://github.com/paritytech/litep2p/releases/tag/v0.8.0
cc @paritytech/networking