-
Notifications
You must be signed in to change notification settings - Fork 4
Abstract block looping to seperate crate #247
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
56 commits
Select commit
Hold shift + click to select a range
21c4a6e
feat: add common ancestor to notif
LeoPatOZ 5ef900b
fix: update test for new reorg notif
LeoPatOZ c956b43
feat: update common fn with new ancestor block notif
LeoPatOZ 4bc5b1f
feat: add reorg streaming and log removal logic
LeoPatOZ 567ddda
ref: move reorg check to internal
LeoPatOZ 31c0e5a
feat: finalized tip reorg opt
LeoPatOZ 5af945c
format: common rs
LeoPatOZ 4737724
Merge branch 'main' into reorg-log-opt
LeoPatOZ e0286f2
ref: simplify if else
LeoPatOZ 8f204d5
test: latest roerg logic
LeoPatOZ 637fa87
doc: add note about possible opt
LeoPatOZ 3633605
doc: fix comment
LeoPatOZ 11c71aa
Merge branch 'main' into reorg-log-opt
LeoPatOZ aa6c884
ref: ignore reorg tests for now (add comment why)
LeoPatOZ c27b70d
ref: remove from in handle reorg
LeoPatOZ c74e6d5
fix: only send reorg range but continue rewind from previous batch to
LeoPatOZ e357412
ref: remove retain
LeoPatOZ b0eaf4b
ref: better reorg block included test + naming
LeoPatOZ 87ad933
ref: use skip_while
LeoPatOZ 3be4d69
feat: maintain proper log ordering + tests
LeoPatOZ c7584ae
Merge branch 'main' into reorg-log-opt
LeoPatOZ d8a7fb0
Merge branch 'reorg-log-opt' into maintain-log-order-rewind
LeoPatOZ 81875e4
doc: add comment about reorg handling
LeoPatOZ d8ffb21
Merge branch 'reorg-log-opt' into maintain-log-order-rewind
LeoPatOZ ea42f53
ref: use range end instead + remove clone
LeoPatOZ b216fa7
comment: explain ignored test in comment
LeoPatOZ ffe122e
test: add BRS tests (ignored until ack channel)
LeoPatOZ f695d40
Merge branch 'reorg-log-opt' into maintain-log-order-rewind
LeoPatOZ 3370ebe
feat: reverse rewind range to maintain event order
LeoPatOZ 67293ce
feat: add batch iterator helper
LeoPatOZ 1de069d
ref: use for loop
LeoPatOZ 500405e
fix: small bug with batch start
LeoPatOZ 26c0fce
Merge branch 'main' into abstract-loop
LeoPatOZ 12de3ea
fix: merge
LeoPatOZ f396bc9
fix: doc
LeoPatOZ 3abc3ad
fix: fmt
LeoPatOZ b20e9b7
Merge branch 'main' into abstract-loop
LeoPatOZ 7a5692c
Merge branch 'main' into abstract-loop
LeoPatOZ 51a29e0
ref: remove example
LeoPatOZ 47134df
ref: use typestate pattern
LeoPatOZ e38ed39
Merge branch 'main' into abstract-loop
LeoPatOZ 01b0706
ref: remove dead code clippy
LeoPatOZ 1b23f99
feat: add total batches and remove option current
LeoPatOZ 17cbcca
ref: remove tests
LeoPatOZ a9b4e43
ref: remove unused fns
LeoPatOZ 526ba75
ref: use pub const
LeoPatOZ 2131781
feat: add size hint
LeoPatOZ 217626b
Merge branch 'main' into abstract-loop
LeoPatOZ 3cd38d1
revert: exact size + fix size_hint
LeoPatOZ 606cf4b
ref: use consitent end logic
LeoPatOZ 628aae6
feat: size hint for foward
LeoPatOZ 41469b9
ref: batch --> range
LeoPatOZ e76aded
remove reference to taiko constant values
0xNeshi cc39627
add newline between DEFAULT_MAX_BLOCK_RANGE and DEFAULT_BLOCK_CONFIRM…
0xNeshi 6c326f6
Merge branch 'main' into abstract-loop
LeoPatOZ aced50f
Merge branch 'main' into abstract-loop
0xNeshi 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
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.