Skip to content

v1.3.0

Choose a tag to compare

@clockworkgr clockworkgr released this 27 Apr 13:38
· 20 commits to main since this release
ff60d66

commit ff60d66

⚠️ Breaking Changes

  • Proto field naming changed from camelCase to snake_case. Any.typeUrlAny.type_url, ResponseDeliverTx.gasWanted/gasUsedgas_wanted/gas_used, Tx.responseBaseresponse_base, etc. Any code that read/wrote those fields directly must be updated. This change aligns the TS proto types with the on-the-wire field names.

Changed

  • Regenerated proto bindings to use snake_case field names (scripts/generate.sh updated accordingly).