Features
- (telemetry) #12405 Add query calls metric to telemetry.
Improvements
- #12589 Allow zero gas in simulation mode.
- #12453 Add
NewInMemoryWithKeyring
function which allows the creation of in memorykeystore
instances with a specified set of existing items. - #11390
LatestBlockResponse
&BlockByHeightResponse
types'Block
filed has been deprecated and they now contains new fieldsdk_block
withproposer_address
asstring
CLI Breaking Changes
- (x/group) #12551 read the decision policy from disk in group CLI commands.
Bug Fixes
- (testutil/sims) #12374 fix the non-determinstic behavior in simulations caused by
GenSignedMockTx
and check empty coins slice before it is used to createbanktype.MsgSend
. - #12448 Start telemetry independently from the API server.
- #12509 Fix
Register{Tx,Tendermint}Service
not being called, resulting in some endpoints like the Simulate endpoint not working.