Update cw-orch requirement from 0.16.4 to 0.19.1 #9

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/cw-orch-0.19.1 into main
dependabot[bot] commented 2023-12-20 23:22:31 -05:00 (Migrated from github.com)

Updates the requirements on cw-orch to permit the latest version.

Release notes

Sourced from cw-orch's releases.

v0.19.1

What's Changed

Full Changelog: https://github.com/AbstractSDK/cw-orchestrator/compare/v0.19.0...v0.19.1

Changelog

Sourced from cw-orch's changelog.

0.19.1

  • Fix: Min gas env variable processing.
  • Fix: Added specific local hash computation possibility

0.19.0

  • Add MutCwEnv for manipulating testing environments.
  • Add BankQuerier as trait bound to CwEnv.
  • Add WasmCodeQuerier as trait bound to CwEnv.
  • Changed the snapshot feature for better snapshot readability.
  • Added Readonly flag to the daemon state
  • Added min gas fee environment variable
  • Updated cosmrs to 0.15.0
  • Updated tonic to 0.10.2
  • Bumped MSRV to 1.72 because of dependency cosmrs@0.15.0

0.18.2

  • Added Snapshot-Testing

0.18.1

  • Fix : Added daemon flag on the networks import

0.18.0

  • Added wallet balance assertions to avoid erroring when the wallet doesn't have enough balance when submitting a daemon transaction
  • Added doravota network
  • Corrected Osmosis-1 network
  • Better handling of env variables --> Crate is becoming easier to maintain and document

0.17.0

  • Added possibility to not panic in parse network by @​Buckram123
  • Added stargate feature to cw-multi-test
  • Added Deploy to prelude
  • Add ability to provide custom state in Deploy::set_contracts_state
  • Breaking change: remove the &self dependency for the Deploy::deployed_state_file_path method
  • Using dirs instead of shellexpand for getting the default cw-orch state dir.
  • Exposed the state_dir location
  • Added better env variable management by @​Kayanski
  • Added message to enable logging if not enabled
  • Removed unused dependencies
  • Added snapshot testing in mock env by @​Kayanski (feature flagged)

v0.16.4 [20th September 2023]

  • Added automatically derived docs
  • Added gzip support for smaller files sent on-chain

... (truncated)

Commits
  • d038243 changelog
  • 16de8b2 Merge branch 'fix/conditional_upload'
  • b35f48a Add local_hash function to WasmCodeQuerier trait and implement it for env...
  • 809aa9b Changed version
  • 7f76995 Merge remote-tracking branch 'origin/main' into fix/conditional_upload
  • d9fc98c Fix : Added min gas env variable processing
  • f1e9b3e Add local_hash function to WasmCodeQuerier trait and implement it for envs
  • 4155f24 Keep the macro version
  • 2f69282 Changed version for releaseé
  • d17909a Added min gas env variable and behavior (#276)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on [cw-orch](https://github.com/AbstractSDK/cw-orchestrator) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AbstractSDK/cw-orchestrator/releases">cw-orch's releases</a>.</em></p> <blockquote> <h2>v0.19.1</h2> <h2>What's Changed</h2> <ul> <li>Add <code>local_hash</code> function to <code>WasmCodeQuerier</code> trait and implement it for envs by <a href="https://github.com/CyberHoward"><code>@​CyberHoward</code></a> in <a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/pull/290">AbstractSDK/cw-orchestrator#290</a></li> <li>Fix min gas env variable processing by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AbstractSDK/cw-orchestrator/compare/v0.19.0...v0.19.1">https://github.com/AbstractSDK/cw-orchestrator/compare/v0.19.0...v0.19.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AbstractSDK/cw-orchestrator/blob/main/CHANGELOG.md">cw-orch's changelog</a>.</em></p> <blockquote> <h2>0.19.1</h2> <ul> <li>Fix: Min gas env variable processing.</li> <li>Fix: Added specific local hash computation possibility</li> </ul> <h2>0.19.0</h2> <ul> <li>Add <code>MutCwEnv</code> for manipulating testing environments.</li> <li>Add <code>BankQuerier</code> as trait bound to <code>CwEnv</code>.</li> <li>Add <code>WasmCodeQuerier</code> as trait bound to <code>CwEnv</code>.</li> <li>Changed the snapshot feature for better snapshot readability.</li> <li>Added Readonly flag to the daemon state</li> <li>Added min gas fee environment variable</li> <li>Updated <code>cosmrs</code> to <code>0.15.0</code></li> <li>Updated tonic to <code>0.10.2</code></li> <li>Bumped MSRV to 1.72 because of dependency <code>cosmrs@0.15.0</code></li> </ul> <h2>0.18.2</h2> <ul> <li>Added Snapshot-Testing</li> </ul> <h2>0.18.1</h2> <ul> <li>Fix : Added daemon flag on the networks import</li> </ul> <h2>0.18.0</h2> <ul> <li>Added wallet balance assertions to avoid erroring when the wallet doesn't have enough balance when submitting a daemon transaction</li> <li>Added doravota network</li> <li>Corrected Osmosis-1 network</li> <li>Better handling of env variables --&gt; Crate is becoming easier to maintain and document</li> </ul> <h2>0.17.0</h2> <ul> <li>Added possibility to not panic in parse network by <a href="https://github.com/Buckram123"><code>@​Buckram123</code></a></li> <li>Added stargate feature to cw-multi-test</li> <li>Added <code>Deploy</code> to prelude</li> <li>Add ability to provide custom state in <code>Deploy::set_contracts_state</code></li> <li>Breaking change: remove the <code>&amp;self</code> dependency for the <code>Deploy::deployed_state_file_path</code> method</li> <li>Using <code>dirs</code> instead of <code>shellexpand</code> for getting the default cw-orch state dir.</li> <li>Exposed the state_dir location</li> <li>Added better env variable management by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a></li> <li>Added message to enable logging if not enabled</li> <li>Removed unused dependencies</li> <li>Added snapshot testing in mock env by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a> (feature flagged)</li> </ul> <h2>v0.16.4 [20th September 2023]</h2> <ul> <li>Added automatically derived docs</li> <li>Added gzip support for smaller files sent on-chain</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/d0382432ba24e6fa896b38ff06555a7fe3bb2359"><code>d038243</code></a> changelog</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/16de8b287b1bf1766f9efcbbacd1b129dee95d61"><code>16de8b2</code></a> Merge branch 'fix/conditional_upload'</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/b35f48ab36fa7f62d4362e447764be5a39939f5b"><code>b35f48a</code></a> Add <code>local_hash</code> function to <code>WasmCodeQuerier</code> trait and implement it for env...</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/809aa9bce53e47b8df9d62fdeaee4b78257d39b5"><code>809aa9b</code></a> Changed version</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/7f76995260d91d0ab77aefcd4d712238fd3c324b"><code>7f76995</code></a> Merge remote-tracking branch 'origin/main' into fix/conditional_upload</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/d9fc98c88012c034de47a94944686d442e3d22cb"><code>d9fc98c</code></a> Fix : Added min gas env variable processing</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/f1e9b3ec646971e6fc8569c8d3a622b91b2f09b3"><code>f1e9b3e</code></a> Add <code>local_hash</code> function to <code>WasmCodeQuerier</code> trait and implement it for envs</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/4155f24b11516396e2b3b288878b504f2a9380c6"><code>4155f24</code></a> Keep the macro version</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/2f692825f084477e1fabb94f91b23d766acfef75"><code>2f69282</code></a> Changed version for releaseé</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/d17909a155166d3d7cf8ea7858b37c91c1d090b7"><code>d17909a</code></a> Added min gas env variable and behavior (<a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/issues/276">#276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AbstractSDK/cw-orchestrator/compare/v0.16.4...v0.19.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/cargo/cw-orch-0.19.1:dependabot/cargo/cw-orch-0.19.1
git switch dependabot/cargo/cw-orch-0.19.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/cargo/cw-orch-0.19.1
git switch dependabot/cargo/cw-orch-0.19.1
git rebase main
git switch main
git merge --ff-only dependabot/cargo/cw-orch-0.19.1
git switch dependabot/cargo/cw-orch-0.19.1
git rebase main
git switch main
git merge --no-ff dependabot/cargo/cw-orch-0.19.1
git switch main
git merge --squash dependabot/cargo/cw-orch-0.19.1
git switch main
git merge --ff-only dependabot/cargo/cw-orch-0.19.1
git switch main
git merge dependabot/cargo/cw-orch-0.19.1
git push origin main
Sign in to join this conversation.
No description provided.