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 unused WASM memory export #3258

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

sug0
Copy link
Collaborator

@sug0 sug0 commented May 16, 2024

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

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

@sug0 sug0 added enhancement New feature or request refactor / code quality labels May 16, 2024
@sug0 sug0 marked this pull request as ready for review May 16, 2024 13:15
@sug0 sug0 requested a review from tzemanovic May 16, 2024 13:15
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tzemanovic added a commit that referenced this pull request May 17, 2024
* origin/tiago/dont-export-wasm-mem:
  Changelog for #3258
  Remove unused WASM memory export
brentstone added a commit that referenced this pull request May 17, 2024
* tiago/dont-export-wasm-mem:
  Changelog for #3258
  Remove unused WASM memory export
@sug0 sug0 mentioned this pull request May 20, 2024
2 tasks
brentstone added a commit that referenced this pull request May 21, 2024
* origin/tiago/dont-export-wasm-mem:
  Changelog for #3258
  Remove unused WASM memory export
@tzemanovic tzemanovic merged commit bbaadc7 into main May 21, 2024
17 of 19 checks passed
@tzemanovic tzemanovic deleted the tiago/dont-export-wasm-mem branch May 21, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants