This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
NetworkBridge: validator (authorities) discovery api #1699
Merged
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
3e9abcf
stupid, but it compiles
ordian e1fe858
redo
ordian d09622b
cleanup
ordian 9e8cfe2
add ValidatorDiscovery to msgs
ordian 0bae9e4
sketch network bridge code
ordian 4fa0236
ConnectToAuthorities instead of validators
ordian 9f81f90
more stuff
ordian d8d1302
cleanup
ordian 6c18572
more stuff
ordian 251427d
complete ConnectToAuthoritiesState
ordian 31d7329
Update node/network/bridge/src/lib.rs
ordian f715c33
Collator protocol subsystem (#1659)
montekki b80e050
handle multiple in-flight connection requests
ordian 0e0525d
handle cancelled requests
ordian 64dcdb1
Merge branch 'master' into ao-validator-discovery-api
ordian 2cf1610
Update node/core/runtime-api/src/lib.rs
ordian 1bee32c
redo it again
ordian c0d3a5a
more stuff
ordian de19f1d
redo it again
ordian eb1afd7
Merge branch 'ao-validator-discovery-api' of github.com:paritytech/po…
ordian dbbfe23
Merge branch 'master' into ao-validator-discovery-api
ordian e6a0a85
update comments
ordian 36cf3f4
workaround Future is not Send
ordian 9f20552
fix trailing spaces
ordian ef4c6da
clarify comments
ordian 6305c41
bridge: fix compilation in tests
ordian 14fe353
update more comments
ordian 7ea8588
small fixes
ordian f6a4068
port collator protocol to new validator discovery api
ordian ac02180
collator tests compile
ordian 3dea047
collator tests pass
ordian 62e46a1
do not revoke a request when the stream receiver is closed
ordian bbaf435
make revoking opt-in
ordian 8cfab6f
fix is_fulfilled
ordian 68fc8bb
handle request revokation in collator
ordian a23edc0
tests
ordian 0a9c064
Merge branch 'master' into ao-validator-discovery-api
ordian 98d8346
wait for validator connections asyncronously
ordian c03f766
Merge branch 'master' into ao-validator-discovery-api
ordian e077b51
fix compilation
ordian 2132114
relabel my todos
ordian eb3bacb
apply Fedor's patch
ordian 1112368
resolve reconnection TODO
ordian 6fbca68
Merge branch 'master' into ao-validator-discovery-api
ordian 3d2def9
resolve revoking TODO
ordian dee8b27
resolve channel capacity TODO
ordian c59d5a7
resolve peer cloning TODO
ordian 0580441
resolve peer disconnected TODO
ordian db37a2f
resolve PeerSet TODO
ordian a237119
wip tests
ordian a8e3105
more tests
ordian 95f989e
resolve Arc TODO
ordian 86a64fa
rename pending to non_revoked
ordian 7585d6e
one more test
ordian 9534c2b
Merge branch 'master' into ao-validator-discovery-api
ordian f83534c
extract utility function into util crate
ordian cb97211
fix compilation in tests
ordian c1da4c6
Apply suggestions from code review
ordian c6aa649
Merge branch 'master' into ao-validator-discovery-api
ordian ae7f529
revert pin_project removal
ordian fbf8901
fix while let loop
ordian 78216fc
Revert "revert pin_project removal"
ordian 4cb79ad
fix compilation
ordian 0295436
Update node/subsystem/src/messages.rs
ordian 66a6eed
Merge branch 'master' into ao-validator-discovery-api
ordian 7e67489
docs on pub items
ordian 30da479
guide updates
ordian 9c5b654
Merge branch 'master' into ao-validator-discovery-api
ordian 0e9771c
remove a TODO
ordian 4cc5f3e
small guide update
ordian 23bde8d
fix a typo
ordian 88e83ed
link to the issue
ordian 3893324
Merge branch 'master' into ao-validator-discovery-api
ordian a7b5ddc
validator discovery: on_request docs
ordian 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
fix a typo
- Loading branch information
commit 23bde8d71f958ca89f495b8c1cb245bfc2ba7922
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
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.