-
Notifications
You must be signed in to change notification settings - Fork 80
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 TokenDataV2 and CurrentTokenDataV2 #636
[parquet-sdk][token_v2] migrate TokenDataV2 and CurrentTokenDataV2 #636
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #636 +/- ##
=======================================
+ Coverage 47.8% 48.0% +0.1%
=======================================
Files 224 225 +1
Lines 26873 26918 +45
=======================================
+ Hits 12866 12924 +58
+ Misses 14007 13994 -13 ☔ View full report in Codecov by Sentry. |
04cdd33
to
9d696b3
Compare
24a6f77
to
cc70a9d
Compare
9d696b3
to
8ec8c22
Compare
cc70a9d
to
ae12560
Compare
8ec8c22
to
89d4083
Compare
ae12560
to
7a6a7f9
Compare
89d4083
to
1e88d0b
Compare
7a6a7f9
to
f7d158f
Compare
1e88d0b
to
db30b8a
Compare
f7d158f
to
69d5c9b
Compare
db30b8a
to
610b02c
Compare
69d5c9b
to
3690bb3
Compare
610b02c
to
136dcaf
Compare
3690bb3
to
1e4e874
Compare
136dcaf
to
d9654f1
Compare
1e4e874
to
ece7950
Compare
d9654f1
to
6eadf7a
Compare
ece7950
to
5193ef9
Compare
6eadf7a
to
2448db8
Compare
5193ef9
to
e9d7817
Compare
2448db8
to
a80d5d2
Compare
e9d7817
to
5d501e4
Compare
a80d5d2
to
da99b1b
Compare
5d501e4
to
c70afcd
Compare
supply: Some(raw_item.supply.unwrap().to_string()), // todo: handle error | ||
largest_property_version_v1: raw_item.largest_property_version_v1.unwrap().to_u64(), | ||
token_uri: raw_item.token_uri, | ||
token_properties: canonical_json::to_string(&raw_item.token_properties).unwrap(), // todo: handle error |
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.
Seems like the error handling should be included in this change. Does it fail silently at the moment?
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.
updated1
da99b1b
to
7829964
Compare
c70afcd
to
6c21d80
Compare
7829964
to
5fb6366
Compare
6c21d80
to
4dd8e80
Compare
4dd8e80
to
df1767d
Compare
Description
TestPlan
Current Token Datas
test table
Token Datas
test table