CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
364 stars 386 forks source link

[DO NOT MERGE] Allow more gas efficient migrations #1846

Closed pinosu closed 3 weeks ago

pinosu commented 4 months ago

Resolves #1813

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 54.87%. Comparing base (08567ff) to head (ea54914). Report is 18 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1846/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/1846?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) ```diff @@ Coverage Diff @@ ## main #1846 +/- ## ========================================== - Coverage 54.89% 54.87% -0.02% ========================================== Files 64 64 Lines 9770 9776 +6 ========================================== + Hits 5363 5365 +2 - Misses 3863 3865 +2 - Partials 544 546 +2 ``` | [Files](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1846?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm) | Coverage Δ | | |---|---|---| | [x/wasm/keeper/keeper.go](https://app.codecov.io/gh/CosmWasm/wasmd/pull/1846?src=pr&el=tree&filepath=x%2Fwasm%2Fkeeper%2Fkeeper.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CosmWasm#diff-eC93YXNtL2tlZXBlci9rZWVwZXIuZ28=) | `77.86% <84.00%> (-0.36%)` | :arrow_down: |
webmaster128 commented 3 weeks ago

Thank you! Closing in favour of this solution as discussed: #1924