v1.3.0
commit ff60d66
⚠️ Breaking Changes
- Proto field naming changed from camelCase to snake_case.
Any.typeUrl→Any.type_url,ResponseDeliverTx.gasWanted/gasUsed→gas_wanted/gas_used,Tx.responseBase→response_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.shupdated accordingly).