forked from Peergos/nabu
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge upstream dec 2024 #22
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
refactor EmbeddedIPFS to configure RAM version of stores.
add shutdown hook implicitly so client does not need to
connected peers before resorting to DHT findProviders
Optimise legacy bitswap usage
candidates for bitswap broadcast Make bitswap tolerate errors connecting to some peers disable TLS by default until it is less noisy (pun intended)
Improve bitswap peer selection
Update jvm-libp2p to remove DNSADDR logspam
with pre generated keys
If we are listening on a wildcard address we need to expand it, and find all the matching interfaces and their ip addresses. Add a test to verify this to EmbeddedIpfsTest
…-identify Fix addresses we announce via Identify with wildcards
Also make sure mdns is stopped with the node
…e-addresses Configureable announce addresses
Guard against false positive block attacks on filtered blockstore
…eaks Make sure we close connections in kademlia after queries
This is to not interfere with other protocols. Then we can close connections with no open streams.
Add a test for it too.
Add failing test for it
Fix p2p http memory leak
# Conflicts: # pom.xml # src/main/java/org/peergos/EmbeddedIpfs.java # src/main/java/org/peergos/HostBuilder.java # src/main/java/org/peergos/IpnsPublisher.java # src/main/java/org/peergos/RamAddressBook.java # src/main/java/org/peergos/blockstore/s3/S3Blockstore.java # src/main/java/org/peergos/net/APIHandler.java # src/main/java/org/peergos/protocol/dht/Kademlia.java # src/main/java/org/peergos/protocol/dht/KademliaProtocol.java # src/test/java/org/peergos/BitswapMirrorTest.java # src/test/java/org/peergos/BitswapTest.java # src/test/java/org/peergos/BootstrapTest.java # src/test/java/org/peergos/EmbeddedIpfsTest.java # src/test/java/org/peergos/FindPeerTest.java # src/test/java/org/peergos/FindProviderTest.java # src/test/java/org/peergos/HandlerTest.java # src/test/java/org/peergos/HttpProxyTest.java # src/test/java/org/peergos/IpnsTest.java # src/test/java/org/peergos/KademliaTest.java # src/test/java/org/peergos/KuboFindProviderTest.java # src/test/java/org/peergos/P2pHttpChatTest.java # src/test/java/org/peergos/P2pHttpTest.java # src/test/java/org/peergos/PingTest.java # src/test/java/org/peergos/ProvideTest.java # src/test/java/org/peergos/RelayTest.java
Grigorov-Georgi
approved these changes
Dec 20, 2024
Tests stop failing if we remove the SLF4J exclusions from the pom. However, there are errors in the upstream implementation as well. Fixing them is not a prio as of rn. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.