CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
369 stars 405 forks source link

Fix temp dir creation #2018

Closed chipshort closed 4 weeks ago

chipshort commented 1 month ago

fixes #2017

Looks like most chains copied this code for their wasmd integration. We should probably inform them about this change.

chipshort commented 4 weeks ago

Sounds good. I added a comment.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 48.81%. Comparing base (028261c) to head (8df66c4). Report is 5 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2018/graphs/tree.svg?width=650&height=150&src=pr&token=rxXgFH3QTf&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm)](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2018?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #2018 +/- ## ========================================== + Coverage 48.79% 48.81% +0.01% ========================================== Files 65 65 Lines 10079 10079 ========================================== + Hits 4918 4920 +2 + Misses 4726 4725 -1 + Partials 435 434 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/CosmWasm/wasmd/pull/2018/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm)