- (auth, bank) Agoric/agoric-sdk#8989 Remove deprecated lien support
- (baseapp) #338 Make sure we don't execute blocks beyond the halt height. Restored from #305 but compatible with older
SIGINT
,SIGTERM
logic
- (server) #419 More unit tests for flag vs toml precedence for ABCI client type.
- (baseapp) #415 Unit tests and documentation for event history.
- (server) #416 Config entry to select ABCI client type.
- (baseapp) #415 Avoid duplicates in event history.
- (baseapp) #413 Ignore events from simulated transactions
- (auth) #407 Configurable fee collector module account in DeductFeeDecorator. (backport #407)
- Agoric/agoric-sdk#8871 Have
tx gov submit-proposal
accept either new or legacy syntax
- (crypto) #19371 Avoid cli redundant log in stdout, log to stderr instead.
- Agoric/agoric-sdk#8719 MsgClawback returns the wrong Type
- (vesting) #342 recipient can return clawback vesting grant to funder
- Agoric/agoric-sdk#8223 Merge cosmos/cosmos-sdk v0.45.16
- (vesting) #303 Improve vestcalc comments and documentation.
- (snapshots) #304 raise the per snapshot item limit. Fixes Agoric/agoric-sdk#8325
- (baseapp) #305 Make sure we don't execute blocks beyond the halt height. Port of cosmos/cosmos-sdk#16639
- (snapshot) #13400 Fix snapshot checksum issue in golang 1.19.
- (store) #11825 Make extension snapshotter interface safer to use, renamed the util function
WriteExtensionItem
toWriteExtensionPayload
.