Release v0.49.0 -2024-05-27
The base cosmos-sdk version is v0.45.10
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
Document Updates
- (x/token,collection) #1202 Deprecate legacy features on x/token,collection (backport #1201)
- (build) #1402 add current directory as suffix for docker container (backport #1393)
Full Changelog: v0.48.0...v0.49.0