-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: implement reconciliation onchain #956
feat: implement reconciliation onchain #956
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #956 +/- ##
===========================================
- Coverage 49.46% 49.08% -0.39%
===========================================
Files 126 127 +1
Lines 12570 12698 +128
===========================================
+ Hits 6218 6233 +15
- Misses 5932 6042 +110
- Partials 420 423 +3
☔ View full report in Codecov by Sentry. |
0eac8a5
to
d4c0cf0
Compare
app/reconciliation.go
Outdated
preCoins = preCoins.Plus(nacc2.GetLockedCoins()) | ||
} | ||
} | ||
iavlStore.ResetDiff() |
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 reset diff outside this function, it would be better this function is just a view function.
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.
refactored the codes
1b2b4c3
to
42aad21
Compare
a874af1
to
8cfb1f0
Compare
revert some changes
45a76da
to
d85e3fc
Compare
State Sync can work.
|
Description
This pr will
Rationale
Security Enhancement
Example
NA
Changes
Notable changes:
Preflight checks
make build
)make test
)make integration_test
)Already reviewed by
...
Related issues
... reference related issue #'s here ...