namada icon indicating copy to clipboard operation
namada copied to clipboard

Remove unused WASM memory export

Open sug0 opened this issue 1 year ago • 1 comments

Describe your changes

The wasm execution environment instantiated a block of memory that went unused by txs/vps. In this PR, we remove the code that instantiated that memory block.

Indicate on which release or other PRs this topic is based on

v0.35.1

Checklist before merging to draft

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

sug0 avatar May 16 '24 13:05 sug0

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.23%. Comparing base (4ed6229) to head (8362b9a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3258      +/-   ##
==========================================
- Coverage   60.24%   60.23%   -0.02%     
==========================================
  Files         303      303              
  Lines       93191    93183       -8     
==========================================
- Hits        56145    56126      -19     
- Misses      37046    37057      +11     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 16 '24 13:05 codecov[bot]