-
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
[parquet-sdk][token_v2] migrate token ownership table [pt1] #637
[parquet-sdk][token_v2] migrate token ownership table [pt1] #637
Conversation
4a7a975
to
7212d38
Compare
@@ -507,3 +508,108 @@ impl TokenOwnershipV2 { | |||
Ok(None) | |||
} | |||
} | |||
|
|||
// // Copyright © Aptos Foundation |
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.
TODO: Didn't update this yet, have to decide how to handle lookups
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.
this is handled in pt2 pr
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.
Commented out portion is deleted in next PR. Leaving in to prevent having to remerge here.
7212d38
to
1b91927
Compare
f7d158f
to
69d5c9b
Compare
1b91927
to
bbe4e9c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #637 +/- ##
========================================
- Coverage 47.6% 35.1% -12.6%
========================================
Files 227 228 +1
Lines 27125 27205 +80
========================================
- Hits 12931 9556 -3375
- Misses 14194 17649 +3455 ☔ View full report in Codecov by Sentry. |
69d5c9b
to
3690bb3
Compare
bbe4e9c
to
6fba30b
Compare
3690bb3
to
1e4e874
Compare
6fba30b
to
4962105
Compare
1e4e874
to
ece7950
Compare
4962105
to
6d18a30
Compare
ece7950
to
5193ef9
Compare
6d18a30
to
67e9ddd
Compare
5193ef9
to
e9d7817
Compare
67e9ddd
to
f146c09
Compare
e9d7817
to
5d501e4
Compare
f146c09
to
85f18b4
Compare
5d501e4
to
c70afcd
Compare
85f18b4
to
f8b375a
Compare
6c21d80
to
4dd8e80
Compare
f8b375a
to
d8088ef
Compare
d8088ef
to
09d3514
Compare
Merge activity
|
Description
changes made
TokenOwnershipV2
andCurrentTokenOwnershipV2