-
Notifications
You must be signed in to change notification settings - Fork 260
Direct Sequencer & Progressive Block Building #716
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
Closed
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
338d8ae
separate server for centralized sequencer user facing inputs
806639e
handler
fc6bba4
directTx now works with bytes arrays instead of p2p.GossipMessage. ne…
d7b6090
test for direct sequencer server
98a6d61
progressive block build
675e547
test almost done
12f01ad
test for multiple transactions sent directly
1dfb882
fixed bug in test
0623f6e
ProgressiveAggregation test works.
539cf74
clean up
b3a5ba2
merged main
3c752f8
began adding receive_direct_tx to the existing server, to phase out t…
fa6c6e4
made modificiations necessary to reuse existing server, test in the w…
2d4d7ec
working on test for using existing server
beee58c
wsConn was the issue
43eabae
cleaned up
d2da042
changed bool to ResultDirectTx
315e7ae
working test
7b34fdb
consolidate progressive and regular aggregation loops
791c633
changed var to const
3043a70
merge main
87c0bbd
goimports
9763b8b
removed some unnecessary calls
0038a55
simplified err handling
886a514
fixed comments
3ef0521
added option to reap all transactions from mempool
2a90334
reoved TestProgressiveAggregation, as the Sequencer Server test shoul…
b4598ef
signal for when mempool still has transactions after clearing it
b536949
moved moreTxsAvailable
05eaf2c
removed unnecessary logs
ced5da3
removed unnecessary channel argument
5399282
removed the timer field, replaced with a local timer
37a6fc3
remove some direct tx things
af1ff44
removed more direct tx things
2448735
test for lazy sequencer
15becf5
renamed Progressive to Lazy
241b457
removed more direct things
7cd1a0b
removed more direct
cd95c42
removed more direct tx stuff so it can be a separate pr
7a5efa2
fix lints
b855ced
Merge branch 'main' into connor/centralized-sequencer
bd4def1
fixed test
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
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.