Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/Finschia/finschia-sdk from 0.48.0-rc2.0.20230905020121-022614f80a0d to 0.48.0 #13

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps github.com/Finschia/finschia-sdk from 0.48.0-rc2.0.20230905020121-022614f80a0d to 0.48.0.

Changelog

Sourced from github.com/Finschia/finschia-sdk's changelog.

v0.48.0 - 2023-10-17

Features

  • (x/auth) #1011 add the api for querying next account number
  • (server/grpc) #1017 support custom r/w gRPC options (backport cosmos/cosmos-sdk#11889)
  • (x/auth) #1085 rollback GetBlockWithTxs of cosmos service.proto for compatibility with cosmos-sdk APIs
  • (proto) #1087 add tendermint query apis for compatibility with cosmos-sdk

Improvements

  • (third_party/proto) #1037 change the proof.proto path to third_party/proto/confio
  • (ostracon) #1057 Bump up Ostracon from to v1.1.1
  • (x/foundation) #1072 Address generation of the empty coins in x/foundation (backport #952)
  • (cli) #1086 Fix for redundant key generation. With running kms, generating priv-key is unnecessary.
  • (ostracon) #1089 Bump up ostracon from v1.1.1 to v1.1.1-449aa3148b12
  • (ostracon) #1099 Remove libsodium vrf library.
  • (refactor) #1114 Check statistics and balance on x/collection mint and burn operations
  • (x/token) #1128 add more unittest for MsgIssue of x/token
  • (x/token) #1129 add more unittest for MsgGrantPermission and MsgRevokePermission of x/token
  • (x/token) #1130 Add more unittest for MsgMint, MsgBurn, MsgOperatorBurn, MsgModify of x/token
  • (x/collection) #1131 add additional unittest of x/collection(MsgIssueFT, MsgMintFT, MsgBurnFT)
  • (x/collection) #1133 Refactor unittest for SendFT, OperatorSendFT, AuthorizeOperator, and RevokeOperator to check more states
  • (x/token) #1137 Add test for event compatibility
  • (x/collection) #1139 refactor overall unittests of x/collection
  • (x/token) #1140 Refactor unittest for x/token
  • (ostracon) #1142 Bump up ostracon from v1.1.2-0.20230822110903-449aa3148b12 to v1.1.2

Bug Fixes

  • (ledger) #1040 Fix a bug(unable to connect nano S plus ledger on ubuntu)
  • (x/foundation) #1053 Make x/foundation MsgExec propagate events
  • (baseapp) #1091 Add events.GetAttributes and event.GetAttribute methods to simplify the retrieval of an attribute from event(s) (backport #1075)
  • (x/foundation) #1108 Rollback MsgUpdateParams parts from #999

Breaking Changes

State Machine Breaking

  • (x/foundation) #999 migrate x/foundation FoundationTax into x/params
  • (x/collection) #1102 Reject modifying NFT class with token index filled in MsgModify
  • (x/collection) #1105 Add minted coins to balance in x/collection MsgMintFT
  • (x/collection) #1106 Support x/collection migration on old chains

Event Breaking Changes

  • (refactor) #1090 Automate EventTypeMessage inclusion in every message execution (backport #1063)
  • (x/bank) #1093 Remove message events including sender attribute whose information is already present in the relevant events (backport #1066)
  • (baseapp) #1092 Do not add module attribute in case of ibc messages (backport #1079)
  • (x/foundation) #1053 Make x/foundation MsgExec propagate events

Build, CI

  • (build,ci) #1043 Update golang version to 1.20

Document Updates

... (truncated)

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 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)

Bumps [github.com/Finschia/finschia-sdk](https://github.com/Finschia/finschia-sdk) from 0.48.0-rc2.0.20230905020121-022614f80a0d to 0.48.0.
- [Release notes](https://github.com/Finschia/finschia-sdk/releases)
- [Changelog](https://github.com/Finschia/finschia-sdk/blob/v0.48.0/RELEASE_CHANGELOG.md)
- [Commits](https://github.com/Finschia/finschia-sdk/commits/v0.48.0)

---
updated-dependencies:
- dependency-name: github.com/Finschia/finschia-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@zemyblue zemyblue closed this Oct 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Finschia/finschia-sdk-0.48.0 branch October 20, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant