-
Notifications
You must be signed in to change notification settings - Fork 79
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
[event_v2] indexer logic update to handle migration (#360) #388
Conversation
1303843
to
749e76b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushing back to your queue. Is it still relevant? If so let's address the comments.
3d03609
to
a2f6c9b
Compare
a2f6c9b
to
4e61692
Compare
4e61692
to
8f9cb42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove these? we're no longer maintaining the python stuff anyway so it's not needed and we don't want to test it anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
larry added these.
what to do with this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uh just revert to how it was.
Need a better summary and test plan. The summary cannot be "revert of a revert". |
rust/processor/src/db/common/models/coin_models/coin_activities.rs
Outdated
Show resolved
Hide resolved
rust/processor/src/db/common/models/coin_models/coin_activities.rs
Outdated
Show resolved
Hide resolved
8f9cb42
to
d6d2fba
Compare
d6d2fba
to
a59477d
Compare
we will not do double emission. |
4af98d8
to
9313b13
Compare
9313b13
to
bdb6f70
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
=======================================
+ Coverage 48.9% 49.2% +0.3%
=======================================
Files 186 186
Lines 24900 25210 +310
=======================================
+ Hits 12189 12422 +233
- Misses 12711 12788 +77 ☔ View full report in Codecov by Sentry. |
bdb6f70
to
d781c63
Compare
d781c63
to
d24865f
Compare
* [event_v2] an example code for event v2 migration * event v2 indexing. --------- Co-authored-by: Larry Liu <[email protected]>
d24865f
to
a57e9d3
Compare
revert 8c41d26
with a fix