-
Notifications
You must be signed in to change notification settings - Fork 524
p2p: Capabilities Advertisement for Archival/Catchpoints #5702
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ce487ee
Initial commit of adding kad-dht/discovery
Eric-Warehime eac5f77
Add licenses
Eric-Warehime 1f91286
Fix circular import in tests
Eric-Warehime eacd32b
Update bootstrap
Eric-Warehime b879a9d
partition test
Eric-Warehime 26376d1
Add capabilities advertisement
Eric-Warehime 998ad9e
Run initial advertisement immediately
Eric-Warehime 4cb649c
Integrate capabilities retrieval
Eric-Warehime fb0b53d
Fix lint
Eric-Warehime dd79fb4
Refactor catchpoint storing capability
Eric-Warehime 0f75566
Remove circular import
Eric-Warehime d8dfb52
Add test
Eric-Warehime 0780dd5
Merge remote-tracking branch 'upstream/master' into introduce-dht
Eric-Warehime 4071d55
Make tidy
Eric-Warehime a440359
Make generate
Eric-Warehime b0ac19b
Merge remote-tracking branch 'upstream/master' into introduce-dht
Eric-Warehime 0e67a0b
p2p: peerstore backed phonebook (#5710)
shiqizng 55f6430
docker: fix typo in README.md (#5707)
eltociear ade30a8
scripts(configure_dev): conditional tap homebrew (#5573)
emg110 3c77a7f
p2p: Return non-loopback multiaddr from Address() if available (#5716)
iansuvak b212f94
Feature: Disable EnableBlockServiceFallbackToArchiver by default. (#5…
gmalouf ba92ba3
merklearray: simplify single-leaf proofs (#5703)
zeldovich caf472a
p2p: Make p2p listen address configurable via config.NetAddress (#5721)
iansuvak 4780a87
chore: fix misspelled filename (#5717)
bbroder-algo c4dfc1b
goal: Add export and import options for genesis files during network …
algochoi 02b99bb
Simulate: Return application initial states accessed during simulatio…
ahangsu 91c5b1c
Convert to addressTTL
Eric-Warehime c1bc2b6
Refactor catchpoint tracking logic into config
Eric-Warehime 3e26bab
Add TracksCatchpoints
Eric-Warehime 9bccbf2
Add partitiontest
Eric-Warehime 0c6fd25
Add force catchpoint tracking comment to localTemplate
Eric-Warehime 031f10f
Rename default values CatchpointTracking
Eric-Warehime 9bc7474
Merge branch 'refactor-catchpoint-storing-config' into introduce-dht
Eric-Warehime 3ddf71a
Fix listenAddr refactoring
Eric-Warehime 11d0e67
Don't close ledger in node.Stop
Eric-Warehime eba2f75
Remove unused test
Eric-Warehime e5a8aec
Add tests, filter out self in capability peers
Eric-Warehime 89ef9ab
Move forceCatchpointFileGenerationTrackingMode to internal logic
Eric-Warehime fa24be2
Merge branch 'refactor-catchpoint-storing-config' into introduce-dht
Eric-Warehime 9481a1f
Add invalid addr dht bootstrap test
Eric-Warehime ee634b4
Avoid name conflict
Eric-Warehime 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v31