-
Notifications
You must be signed in to change notification settings - Fork 82
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
Migrate parquet account txn processor to sdk #626
Migrate parquet account txn processor to sdk #626
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #626 +/- ##
=======================================
- Coverage 48.7% 48.3% -0.4%
=======================================
Files 210 214 +4
Lines 26223 26397 +174
=======================================
+ Hits 12775 12776 +1
- Misses 13448 13621 +173 ☔ View full report in Codecov by Sentry. |
69a1b32
to
19cb208
Compare
aed4387
to
63a30df
Compare
19cb208
to
3bc956d
Compare
63a30df
to
92335a8
Compare
3bc956d
to
b6dfdc6
Compare
0cedb4b
to
bdf9888
Compare
/// We will do 1 level of redirection for now (e.g. if it's an object, we will record the owner as account address). | ||
/// We will also consider transactions that the account signed or is part of a multi sig / multi agent. | ||
/// TODO: recursively find the parent account of an object | ||
/// TODO: include table items in the detection path |
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.
Are these TODOs still relevant?
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.
Just for context, they're from this original PR: aptos-labs/aptos-core#9076
did you do a sanity check on number of rows in the equivalent version range on the respective legacy processor? |
b6dfdc6
to
e1b7479
Compare
bdf9888
to
8cebf59
Compare
e1b7479
to
a61e32f
Compare
8cebf59
to
60cc57a
Compare
a61e32f
to
ecfeae8
Compare
60cc57a
to
11a7977
Compare
ecfeae8
to
cc6872f
Compare
11a7977
to
106eb92
Compare
cc6872f
to
877caaf
Compare
106eb92
to
24ace6a
Compare
877caaf
to
f5f38f0
Compare
24ace6a
to
b0aa109
Compare
f5f38f0
to
d49cc2e
Compare
b0aa109
to
36d1ed3
Compare
d49cc2e
to
764a852
Compare
36d1ed3
to
5e8bc02
Compare
764a852
to
c468b4c
Compare
5e8bc02
to
08d3a8f
Compare
08d3a8f
to
c8f2719
Compare
Merge activity
|
Description
migrating parquet account txn processor to sdk
Test Plan
mroe rows in parquet is expected