-
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
Remove delta map #3172
Remove delta map #3172
Conversation
…rk with the balance keys
6d2dec9
to
0ae083b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3172 +/- ##
==========================================
+ Coverage 59.40% 59.76% +0.36%
==========================================
Files 298 298
Lines 92326 91769 -557
==========================================
Hits 54849 54849
+ Misses 37477 36920 -557 ☔ View full report in Codecov by Sentry. |
@yuji does this need a hermes update for |
@brentstone not this pr but the one on which it's based, see here #3142 (comment) |
* grarco/remove-delta-map: Changelog #3172 Removes `delta_map` from the `ShieldedContext` and all the code to work with the balance keys Removes `query_tx_deltas` Changelog #2675 Removes unused errors and integration test Fixes econding. Updates shielded keys and addresses for tests Adjusts wasm txs and client args Removes masp pin key Rmoves old allowlisted gas
* origin/grarco/remove-delta-map: Changelog #3172 Removes `delta_map` from the `ShieldedContext` and all the code to work with the balance keys Removes `query_tx_deltas` Changelog #2675 Removes unused errors and integration test Fixes econding. Updates shielded keys and addresses for tests Adjusts wasm txs and client args Removes masp pin key Rmoves old allowlisted gas
Describe your changes
Extends #3142 by removing the unused
delta_map
. Also refactors/removes functions dealing with the balance keys.Indicate on which release or other PRs this topic is based on
#3142 rebased on the tip ob base (diff for review: https://github.com/anoma/namada/pull/3172/files/2a25031ec579b802a0af75cff1ccbd08c8905c88..0ae083b7c347f2de353bc8b0dc1ee31baa1b3be6)
Checklist before merging to
draft