Skip to content
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

Merged
merged 9 commits into from
May 9, 2024
Merged

Remove delta map #3172

merged 9 commits into from
May 9, 2024

Conversation

grarco
Copy link
Collaborator

@grarco grarco commented May 3, 2024

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

  • I have added a changelog
  • Git history is in acceptable state

grarco added a commit that referenced this pull request May 3, 2024
@grarco grarco force-pushed the grarco/remove-delta-map branch from 6d2dec9 to 0ae083b Compare May 3, 2024 15:11
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 44 lines in your changes are missing coverage. Please review.

Project coverage is 59.76%. Comparing base (9d4de02) to head (0ae083b).
Report is 12 commits behind head on main.

Files Patch % Lines
crates/sdk/src/masp.rs 0.00% 34 Missing ⚠️
crates/core/src/masp.rs 0.00% 5 Missing ⚠️
crates/apps/src/lib/bench_utils.rs 0.00% 1 Missing ⚠️
crates/ibc/src/actions.rs 0.00% 1 Missing ⚠️
crates/namada/src/ledger/native_vp/ibc/context.rs 0.00% 1 Missing ⚠️
crates/shielded_token/src/storage_key.rs 0.00% 1 Missing ⚠️
crates/tx_prelude/src/ibc.rs 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@grarco grarco marked this pull request as ready for review May 3, 2024 15:44
@grarco grarco requested review from murisi and batconjurer May 3, 2024 15:44
@brentstone
Copy link
Collaborator

@yuji does this need a hermes update for run_ledger_ibc_with_hermes?

@grarco
Copy link
Collaborator Author

grarco commented May 7, 2024

@yuji does this need a hermes update for run_ledger_ibc_with_hermes?

@brentstone not this pr but the one on which it's based, see here #3142 (comment)

brentstone added a commit that referenced this pull request May 7, 2024
* 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
brentstone added a commit that referenced this pull request May 8, 2024
* 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
@brentstone brentstone merged commit e8a3fe5 into main May 9, 2024
15 of 19 checks passed
@brentstone brentstone deleted the grarco/remove-delta-map branch May 9, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants