-
Notifications
You must be signed in to change notification settings - Fork 983
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
Move ConversionState token map to the storage for inflation proposal #2601
Conversation
We will need to change |
e0cef09
to
1ac8568
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2601 +/- ##
=======================================
Coverage 53.88% 53.88%
=======================================
Files 308 308
Lines 100154 100173 +19
=======================================
+ Hits 53966 53981 +15
- Misses 46188 46192 +4 ☔ View full report in Codecov by Sentry. |
84e35b4
to
3088e2b
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.
Could be nice to transform TokenMap
and its usage into lazy data, but other than that LGTM
* yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
* yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
* yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
* origin/yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
Since this adds the masp |
* origin/yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
* origin/yuji/e2e-reward-shielded-ibc-token: revert LazyMap making token map lazy WIP making token map lazy add changelog reduce epochs add shielded-sync wait more epoch wait long add retries change the epoch query interval fix integration test propose before ibc transfer leave assets in ConversionState and store the hash merklize root of masp convert_anchor check nam move token/asset maps from conversion_state back to storage add e2e test
Describe your changes
ConversionState
to the storage to be updated by wasm txsConversionState
to be merklizedIndicate on which release or other PRs this topic is based on
#2618v0.31.9
Checklist before merging to
draft