build(deps): update cw-orch requirement from 0.16.4 to 0.17.0 #11

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/cw-orch-0.17.0 into main
dependabot[bot] commented 2023-10-20 09:07:54 -04: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.17.0

What's Changed

Added

  • Added possibility to not panic in parse network by @​Buckram123
  • Added Deploy to prelude
  • Exposed the state_dir location
  • Added better env variable management by @​Kayanski
  • Added message to enable logging if not enabled

Fixed

  • Added stargate feature to cw-multi-test
  • Using dirs instead of shellexpand for getting the default cw-orch state dir.
  • Removed unused dependencies

Breaking changes

  • 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

Full Changelog: https://github.com/AbstractSDK/cw-orchestrator/compare/v0.16.4...v0.17.0

Changelog

Sourced from cw-orch's changelog.

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

v0.16.4 [20th September 2023]

  • Added automatically derived docs
  • Added gzip support for smaller files sent on-chain
  • Added faster error when broadcast returns a non-0 error code

v0.16.3 [19th September 2023]

  • Changed cw-multi-test to an in-house cw-multi-test version
  • Fixed finding state file using cw-orch-daemon, the Home folder is now recognized from "~"

v0.16.2 [12th September 2023]

  • Fix finding state file using cw-orch-daemon

v0.16.1 [12th September 2023]

  • Fix dependencies on the traits::Stargate trait and on the osmosis-test-tube implementation
  • Made the chain_id mandatory in Mock::with_chain_id

v0.16.0 [11th September 2023]

  • Ability to use the ExecuteFns and QueryFns traits on Units and Unnamed enum variants by @​Kayanski
  • Added Sei Network
  • Make the broadcast function public on Sender
  • Added a call_as helper on TxHandler Trait
  • Added optional disable of sorting of ExecuteFns and QueryFns fields by @​Kayanski
  • Added automatic tx retrying in case of an account sequence error by @​Kayanski
  • Made transaction retrying more modular (for adding more retry cases) by Kayanski
  • Added ibc denom query (for completeness and working with ibc token transfers)
  • Added ibc connection-end query (for completeness and working with ibc connections)
  • Added transaction by event query (mainly for querying packets in and out of the chain)
  • Added helper to modify the chain id of cw-multi-test (Mock)
  • Added a trait to be able to commit any transaction to chain (Protobuf any type)
  • Added min gas and average gas utilization for computing the tx fee
  • Added Install Readme
  • Change the state file default location for relative paths ./ --> ~/.cw-orchestrator

... (truncated)

Commits

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.17.0</h2> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>Added possibility to not panic in parse network by <a href="https://github.com/Buckram123"><code>@​Buckram123</code></a></li> <li>Added <code>Deploy</code> to prelude</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> </ul> <h3>Fixed</h3> <ul> <li>Added stargate feature to cw-multi-test</li> <li>Using <code>dirs</code> instead of <code>shellexpand</code> for getting the default cw-orch state dir.</li> <li>Removed unused dependencies</li> </ul> <h3>Breaking changes</h3> <ul> <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> </ul> <h3></h3> <p><strong>Full Changelog</strong>: <a href="https://github.com/AbstractSDK/cw-orchestrator/compare/v0.16.4...v0.17.0">https://github.com/AbstractSDK/cw-orchestrator/compare/v0.16.4...v0.17.0</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.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> </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> <li>Added faster error when broadcast returns a non-0 error code</li> </ul> <h2>v0.16.3 [19th September 2023]</h2> <ul> <li>Changed cw-multi-test to an in-house cw-multi-test version</li> <li>Fixed finding state file using cw-orch-daemon, the Home folder is now recognized from &quot;~&quot;</li> </ul> <h2>v0.16.2 [12th September 2023]</h2> <ul> <li>Fix finding state file using cw-orch-daemon</li> </ul> <h2>v0.16.1 [12th September 2023]</h2> <ul> <li>Fix dependencies on the traits::Stargate trait and on the osmosis-test-tube implementation</li> <li>Made the chain_id mandatory in <code>Mock::with_chain_id</code></li> </ul> <h2>v0.16.0 [11th September 2023]</h2> <ul> <li>Ability to use the ExecuteFns and QueryFns traits on Units and Unnamed enum variants by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a></li> <li>Added Sei Network</li> <li>Make the broadcast function public on Sender</li> <li>Added a <code>call_as</code> helper on TxHandler Trait</li> <li>Added optional disable of sorting of ExecuteFns and QueryFns fields by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a></li> <li>Added automatic tx retrying in case of an account sequence error by <a href="https://github.com/Kayanski"><code>@​Kayanski</code></a></li> <li>Made transaction retrying more modular (for adding more retry cases) by Kayanski</li> <li>Added ibc denom query (for completeness and working with ibc token transfers)</li> <li>Added ibc connection-end query (for completeness and working with ibc connections)</li> <li>Added transaction by event query (mainly for querying packets in and out of the chain)</li> <li>Added helper to modify the chain id of cw-multi-test (Mock)</li> <li>Added a trait to be able to commit any transaction to chain (Protobuf any type)</li> <li>Added min gas and average gas utilization for computing the tx fee</li> <li>Added Install Readme</li> <li>Change the state file default location for relative paths <code>./</code> --&gt; <code>~/.cw-orchestrator</code></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/cafeba45f9ebea8a64591f051dfff7626f53039c"><code>cafeba4</code></a> Updated versions</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/d0ae0082ef2f45c1da2e6b8a9d4a777f0cb2b69f"><code>d0ae008</code></a> Merge branch 'main' of github.com:AbstractSDK/cw-orchestrator</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/9daa403c1c7caa87f0b4de2ab5af5da3b24cdc82"><code>9daa403</code></a> Started finalizing docs changes</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/8320b406c2c9efaa8fe52d201dc7c9c8d7c6c26c"><code>8320b40</code></a> Add some advertising in the memo field 💌 (<a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/issues/258">#258</a>)</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/f8d89eaa224cc9ab4b168d551c32f4451cbd358c"><code>f8d89ea</code></a> Interchain Docs (<a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/issues/240">#240</a>)</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/2c7af86df5446c4a4656b8302249b4e6fe0d1bb4"><code>2c7af86</code></a> Adding docs about Fork Testing (<a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/issues/244">#244</a>)</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/28c4d42e1e5d5fa42c546fb83a8c6f596d84dba3"><code>28c4d42</code></a> Removed interface_entry_point macro in readme</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/8e745cd17390cf58da83b7a83bdf0688c56ceae2"><code>8e745cd</code></a> Docs : Better quick start (<a href="https://redirect.github.com/AbstractSDK/cw-orchestrator/issues/249">#249</a>)</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/4363f6609ec3cf3b4767fd4061fccb40f9793415"><code>4363f66</code></a> Revert</li> <li><a href="https://github.com/AbstractSDK/cw-orchestrator/commit/d985f49866730092eb182b8f96f6b163d8e31681"><code>d985f49</code></a> Fixed default artifactsg</li> <li>Additional commits viewable in <a href="https://github.com/AbstractSDK/cw-orchestrator/compare/v0.16.4...v0.17.0">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.17.0:dependabot/cargo/cw-orch-0.17.0
git switch dependabot/cargo/cw-orch-0.17.0

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.17.0
git switch dependabot/cargo/cw-orch-0.17.0
git rebase main
git switch main
git merge --ff-only dependabot/cargo/cw-orch-0.17.0
git switch dependabot/cargo/cw-orch-0.17.0
git rebase main
git switch main
git merge --no-ff dependabot/cargo/cw-orch-0.17.0
git switch main
git merge --squash dependabot/cargo/cw-orch-0.17.0
git switch main
git merge --ff-only dependabot/cargo/cw-orch-0.17.0
git switch main
git merge dependabot/cargo/cw-orch-0.17.0
git push origin main
Sign in to join this conversation.
No description provided.