AbstractSDK / cw-orchestrator

All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.
https://orchestrator.abstract.money
GNU General Public License v3.0
76 stars 18 forks source link

Update cw-storage-plus requirement from 1.2.0 to 2.0.0 #466

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on cw-storage-plus to permit the latest version.

Changelog

Sourced from cw-storage-plus's changelog.

[2.0.0] - 2024-03-14

[2.0.0-rc.0] - 2024-02-09

Changed

  • Update to cosmwasm-std 2.0.0-beta.1 (#73)
  • Fix incorrect implementation of KeyDeserialize for (T, U). This required a breaking change to the KeyDeserialize trait. See MIGRATING.md. (#34)
  • Make UniqueIndex PK type parameter mandatory. See MIGRATING.md. (#37)
  • Internally, Prefix::keys now uses [cosmwasm_std::Storage::range_keys]. This improves efficiency if you use cosmwasm-std with the cosmwasm_1_4 feature (#70)

#34: CosmWasm/cw-storage-plus#34 #37: CosmWasm/cw-storage-plus#37 #73: CosmWasm/cw-storage-plus#73

Breaking

  • Remove the Prefix::with_deserialization_functions constructor (#70)
  • MultiIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} and UniqueIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} now return IndexPrefix instead of Prefix. (#70)

#70: CosmWasm/cw-storage-plus#70

[1.2.0] - 2023-11-14

Added

  • Warning about KeyDeserialize bug (#65)

#65: CosmWasm/cw-storage-plus#65

Fixed

  • Dequeue::back docs (#62)

#62: CosmWasm/cw-storage-plus#62

Changed

  • Use range_keys for Prefix::keys_raw. This improves efficiency if you use cosmwasm-std with the cosmwasm_1_4 feature (#55)
  • Improve error message when deserialization fails (#63)

#55: CosmWasm/cw-storage-plus#55 #63: CosmWasm/cw-storage-plus#63


... (truncated)

Commits
  • 372608a update CHANGELOG
  • 990cc01 bump to cosmwasm-std 2.0.0
  • 659f20a Merge pull request #76 from CosmWasm/bump-cosmwasm-std
  • 1980179 Update changelog
  • 10217a1 Bump cosmwasm-std version
  • 661dd46 Merge pull request #75 from CosmWasm/range_keys-cleanup
  • 24f5484 deduplicate prefix tests
  • 63032f2 refactor: use composition for IndexPrefix
  • e0621ed Merge pull request #74 from CosmWasm/release/2.0.0-beta.0
  • e07d930 Update CHANGELOG cw-std bump entry
  • 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 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)
cloudflare-pages[bot] commented 1 month ago

Deploying cw-orchestrator with  Cloudflare Pages  Cloudflare Pages

Latest commit: e24d63e
Status:🚫  Build failed.

View logs

dependabot[bot] commented 1 month ago

Looks like cw-storage-plus is up-to-date now, so this is no longer needed.