dymensionxyz / RDK

Server side for dymension Rollapps
Other
15 stars 3 forks source link

chore(deps): bump github.com/confio/ics23/go from 0.7.0 to 0.9.0 #145

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/confio/ics23/go from 0.7.0 to 0.9.0.

Release notes

Sourced from github.com/confio/ics23/go's releases.

Go: v0.9.0

Release of ics23/go including changes made in the fork of ics23/go housed in the Cosmos SDK

Changelog: https://github.com/cosmos/ics23/blob/master/CHANGELOG.md#090

Rust: v0.9.0

Release of the Rust ics23 crate, including matching changes from its Go counterpart.

Changelog: https://github.com/cosmos/ics23/blob/master/CHANGELOG.md#090

Rust: v0.8.1

What's Changed

Changelog: https://github.com/cosmos/ics23/blob/master/CHANGELOG.md#081

Rust: v0.8.0

What's Changed

Changelog: https://github.com/confio/ics23/blob/master/CHANGELOG.md#080

Changelog

Sourced from github.com/confio/ics23/go's changelog.

0.9.0

Go

Release of ics23/go including changes made in the fork of ics23/go housed in the Cosmos SDK.

Rust

This release includes the same changes as its Go counterpart.

0.8.1

Rust (ics23)

  • Fix no_std compatibility and add check for this on CI (#104)

0.8.0

Rust (ics23)

The following functions have been made generic over a new trait HostFunctionProvider:

  • [x] calculate_existence_root
  • [x] verify_batch_membership
  • [x] verify_batch_non_membership
  • [x] verify_membership
  • [x] verify_non_membership

For wasm32-unknown-unknown environments this trait allows you to delegate hashing functions to a native implementation through host functions.

With the host-functions feature (enabled by default), you can simply use ics23::HostFunctionManager as this provides a default implementation of this trait.

Commits


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 year ago

Dependabot tried to add @alexanderbez and @fedekunze as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/dymensionxyz/RDK/pulls/145/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the dymensionxyz/RDK repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 1 year ago

The following labels could not be found: automerge.