Skip to content

v0.46.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@amaury1093 amaury1093 released this 18 Jul 11:21
· 4449 commits to main since this release
db2949e

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.