-
Notifications
You must be signed in to change notification settings - Fork 22
feat: libp2p sync [skip-line-limit] #1358
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
66 commits
Select commit
Hold shift + click to select a range
e2846cc
draft refactor to generic reqres
3062690
tidy up debug comments
d8bf5ed
update abstraction
063f139
update direct requester
ed2e0ed
formatting
675447b
headers
afa2568
make it easy to test with direct requester tester
9730fe2
Merge branch 'main' into ry/1325-net-event-sync
ryardley 7281088
add failure test
42931a0
fix bad type
c2a9eb8
formatting
3d4d60c
Merge branch 'main' into ry/1325-net-event-sync
ryardley fbb75cc
refactor: add DirectResponder and ProtocolResponse for structured req…
1ec5d44
headers
d272971
tidy up imports
2dcf48c
first attempt at batch query
c9417a1
fix type
70d6aad
feat: add limit and filter to EventStoreQueryBy, make EventLog and St…
d6c5076
refactor: simplify EventLog trait by removing type parameter
c7346fb
tidy up formatting
8008052
fix: improve doc examples and add error context in DirectResponder
83e4336
Merge branch 'main' into ry/1325-net-event-sync
ryardley 37f4aff
feat: propagate limit and filter options in EventStoreRouter
090abb4
avoid spurious intermediate event states
76e8b90
add test event builder for testing sync events
85c0e1e
add tests and use feature flag
795a7dc
Merge branch 'main' into ry/1325-net-event-sync
ryardley 5918599
Merge branch 'main' into ry/1325-net-event-sync
ryardley 0b72951
update HistoricalSyncNetEventsReceived
5c62fca
Merge branch 'main' into ry/1325-net-event-sync
ryardley 6dad25e
remove generic
3712e31
refactor to allow simuating libp2p at the net_interface level
e4ac1b4
fix not awaiting async funnction
725a452
fix pnpm lock
691bfad
update pnpm lock file
ccd379d
fix headers
1fd7972
Merge branch 'main' into ry/1325-net-event-sync
db06cee
fix tests
52e1469
update names
36fc707
rename and tidy up
186d572
fix up bad field
19df585
Merge branch 'main' into ry/1325-net-event-sync
ryardley 238d0fe
--wip-- [skip ci]
e4b3fde
tidy up libp2p simulation to actually use net components
73eaada
add todo comment for tomorrow
f103b2a
make all tests pass locally
470d088
remove old history collector
281466d
ensure timeouts are long enough so that tests pass
b13edbd
Merge branch 'main' into ry/1325-net-event-sync
ryardley b1ed650
unsubscribe on wait_for
8f4a599
Merge branch 'main' into ry/1325-net-event-sync
a4ccf08
fix bad merge
23fcb76
fix up unlikely error condition
cbfae20
fix up bugs in requester
19bd161
Revert "fix up unlikely error condition"
dfecba9
add other code fixes
0b6ebfa
Merge branch 'main' into ry/1325-net-event-sync
ryardley 94e6e13
Merge branch 'main' into ry/1325-net-event-sync
ryardley 5a74145
add comma
accc8ea
fix up output and use arcbytes for large keys
6179f2e
add public key aggregated event
fd72e35
Merge branch 'main' into ry/1325-net-event-sync
ryardley a449bf3
Merge branch 'main' into ry/1325-net-event-sync
ryardley 8707413
Merge branch 'main' into ry/1325-net-event-sync
ryardley c5deb83
use iter() over to_vec().into_iter()
3554b13
Merge branch 'main' into ry/1325-net-event-sync
ryardley 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
Oops, something went wrong.
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.