refactor(torii/processor): use contract type info to select processor - #2451
Merged
Conversation
This was referenced Sep 19, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## spr/main/923dbba6 #2451 +/- ##
====================================================
Coverage ? 67.68%
====================================================
Files ? 377
Lines ? 49088
Branches ? 0
====================================================
Hits ? 33224
Misses ? 15864
Partials ? 0 ☔ View full report in Codecov by Sentry. |
itzlambda
force-pushed
the
spr/main/923dbba6
branch
from
September 22, 2024 18:39
7ee793e to
2231a11
Compare
itzlambda
force-pushed
the
spr/main/4acad5f3
branch
2 times, most recently
from
September 23, 2024 06:29
77e8da1 to
a2cea00
Compare
itzlambda
force-pushed
the
spr/main/923dbba6
branch
from
September 23, 2024 06:29
2231a11 to
16ca179
Compare
itzlambda
force-pushed
the
spr/main/4acad5f3
branch
from
September 23, 2024 07:48
a2cea00 to
c8a9e08
Compare
- cleanup plus other refactor for the PR stack - `start_block` configuration removed since it was no longer necessary now that we use `get_events` for `sync_range` - use debug log level transfer events commit-id:4acad5f3
itzlambda
force-pushed
the
spr/main/4acad5f3
branch
from
September 24, 2024 11:38
c8a9e08 to
0a975f8
Compare
commit-id:c6195721
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
start_blockconfiguration removed since it was no longer necessary now that we useget_eventsforsync_rangeStack: