v0.46.0-rc3
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 memory `keystore` instances with a specified set of existing items.
• #11390 `LatestBlockResponse` & `BlockByHeightResponse` types' `Block` filed has been deprecated and they now contains new field `sdk_block` with `proposer_address` as `string`
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 create `banktype.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.