From ad0f79d4c6bdc40dd17e28a260097cd0b3c44489 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 May 2024 08:43:01 +0000
Subject: [PATCH] build(deps): bump github.com/Finschia/finschia-sdk from
0.49.0-rc7 to 0.49.0 (#383)
Bumps [github.com/Finschia/finschia-sdk](https://github.com/Finschia/finschia-sdk) from 0.49.0-rc7 to 0.49.0.
Release notes
Sourced from github.com/Finschia/finschia-sdk's releases.
v0.49.0
Changelog
Build, CI
- 054ccaea4 build: add suffix string to docker container (#1393) (#1402)
Others
- 9c2bf2d7b Release finschia-sdk v0.49.0 (#1404)
Changelog
Sourced from github.com/Finschia/finschia-sdk's changelog.
Features
- (x/fswap) #1336 Initialize fswap module
- (x/fswap) #1339 Implement fswap module's genesis
- (x/fbridge) #1340 Initialize fbridge module
- (x/fbridge) #1347 Implement bridge transfer feature (sending side)
- (x/fbridge) #1351 Map a sequence to block number for every bridge request (sending side)
- (x/fswap) #1345 Implement fswap's basic functionality(MsgSwap, MsgSwapAll, Query, Proposal)
- (x/fbridge) #1360 Add Role-based Access Control for bridge (backport #1358)
Improvements
- (types) #1317 replace IsEqual with Equal (backport #1314)
- (x/fswap) #1364 introduce new event for MakeSwapProposal (backport #1363)
- (x/fbridge) #1368 Set target denom as module parameters (backport #1366)
- (x/fbridge) #1370 Add the event of
SetBridgeStatus
(bacport #1369)
- (x/fswap) #1373 support message based proposals (backport #1372)
- (x/fswap) #1389 add new Swap query to get a single swap (backport #1387)
- (x/fswap) #1390 add validation & unit tests in fswap module (backport #1382)
- (x/fbridge) #1400 Return error instead of panic for behaviors triggered by client (backport #1395)
- (x/fswap) #1397 refactor to use snake_case in proto (backport #1396)
- (x/fswap) #1399 add cli_test for fswap module (backport #1391)
Bug Fixes
- (x/auth) #1281
ModuleAccount.Validate
now reports a nil .BaseAccount
instead of panicking. (backport #1274)
- (x/foundation) #1283 add init logic of foundation module accounts to InitGenesis in order to eliminate potential panic (backport #1277)
- (x/collection) #1282 eliminates potential risk for Insufficient Sanity Check of tokenID in Genesis (backport #1276)
- (x/collection) #1290 export x/collection params into genesis (backport #1268)
- (x/foundation) #1295 add missing error handling for migration
- (sec) #1305 remove map iteration non-determinism with keys + sorting (backport #1302)
- (client) #1307 fix possible overflow in BuildUnsignedTx (backport #1303)
- (types) #1308 add missing nil checks (backport #1299)
- (x/staking) #1309 Use bytes instead of string comparison in delete validator queue (backport cosmos/cosmos-sdk#12303) (backport #1301)
- (client/keys) #1315 ignore error when key not found in
keys delete
(backport #1312)
- (store) #1318 fix app-hash mismatch if upgrade migration commit is interrupted(backport cosmos/cosmos-sdk#13530) (backport #1310)
- (types) #1320 fix correctly coalesce coins even with repeated denominations(backport cosmos/cosmos-sdk#13265) (backport #1313)
- (x/crypto) #1322 error if incorrect ledger public key (backport cosmos/cosmos-sdk#14460, cosmos/cosmos-sdk#19691) (backport #1316)
- (x/auth) #1324 prevent signing from wrong key in multisig (backport #1319)
- (x/mint, x/slashing) #1325 add missing nil check for params validation (backport #1323)
- (x/server) #1343 fix panic when defining minimum gas config as
100stake;100uatom
. Use a ,
delimiter instead of ;
. Fixes the server config getter to use the correct delimiter (backport cosmos/cosmos-sdk#18537) (backport #1337)
- (x/fbridge) #1362 Fixes fbridge auth checking bug (backport #1361)
- (x/fswap) #1367 fix update swap keys for possibly overlapped keys(
(hello,world) should be different to (hel,loworld)
) (backport #1365)
- (x/fswap) #1381 add missing router registration (backport #1379)
- (x/fswap, x/fbridge) #1380 Fix bug where amino is not supported in fswap and fbridge (backport #1378)
- (x/fswap) #1386 add accidentally deleted event emissions(EventSetSwap, EventAddDenomMetadata) (backport #1385)
- (x/fswap) #1398 fix dummy denom coin data for test in fswap (backport #1392)
Build, CI
- (build) #1298 Set Finschia/ostracon version
... (truncated)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Finschia/finschia-sdk&package-manager=go_modules&previous-version=0.49.0-rc7&new-version=0.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
---
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)
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index db049316..b3d243ce 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/Finschia/finschia/v4
go 1.20
require (
- github.com/Finschia/finschia-sdk v0.49.0-rc7
+ github.com/Finschia/finschia-sdk v0.49.0
github.com/Finschia/ostracon v1.1.3
github.com/Finschia/wasmd v0.3.0
github.com/Finschia/wasmvm v1.1.1-0.12.0
diff --git a/go.sum b/go.sum
index 639136c1..67c0223f 100644
--- a/go.sum
+++ b/go.sum
@@ -47,8 +47,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg=
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
-github.com/Finschia/finschia-sdk v0.49.0-rc7 h1:rCFFYGbtYes3RW89B8RD0uuR/1kspMBxF1TO9muea4Y=
-github.com/Finschia/finschia-sdk v0.49.0-rc7/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY=
+github.com/Finschia/finschia-sdk v0.49.0 h1:w7XGTbDa4WuCx8SQ0u9QeAgnUY/rXV9MRXrQSNuMlrc=
+github.com/Finschia/finschia-sdk v0.49.0/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY=
github.com/Finschia/ibc-go/v4 v4.3.1 h1:pUKry0j+1/ypCC3X1TkEzoLrS1A/low/1PE2HZL+13k=
github.com/Finschia/ibc-go/v4 v4.3.1/go.mod h1:kFZgmXXT2pt9QL7Ngx/eA7lI9JlOMGRG/oU4RTDXKcg=
github.com/Finschia/ostracon v1.1.3 h1:GYPTc8et+sXEq9W2SUlYwvnImpZ4aG8hI2cIhyBWRSU=