You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(x/warden) Add AddKeychainAdmin and RemoveKeychainAdmin to manage Keychain's admins
(cosmwasm) Add interoperability with the following messages, that can now be used in CosmWasm contracts:
MsgNewSignatureRequest
KeysBySpaceId
KeyById
SignRequests
SignRequestById
Bug Fixes
(wardend) Upgrade Cosmos SDK to v0.50.8
(wardend) Upgrade cosmos/iavl to v1.2.0
(cosmwasm) Upgrade to wasmvm v2.1.0
(x/act) When an Action is approved, the new approval was not recorded in the database
(x/warden) Fixed a bug where UpdateKey could be used to set RuleID to a non-existent Rule
(x/warden) Fixed a bug where Keychains fees could be set to negative or invalid amounts
(x/warden) Fixed a bug in v3 migrations where some insertions in the database were performed in a non-deterministic order. From our tests this didn't lead to any problem, in this particular case, but we want to play it safe.