Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

86 lines (51 loc) · 2.95 KB

Changelog

[Unreleased]

v0.13.5 - 2024-09-18

Improvements

  • #21712 Add AminoNameAsTypeURL option to Amino JSON encoder.

v0.13.4 - 2024-08-02

Improvements

  • #21073 In Context use sync.Map getSignersFuncs map from concurrent writes, we also call Validate when creating the Context.

v0.13.3 - 2024-04-22

Improvements

  • #20049 Sort JSON attributes for inline_json encoder.

v0.13.2 - 2024-04-12

Features

  • #19786/#19919 Add "inline_json" option to Amino JSON encoder.

Improvements

  • #19845 Use hybrid resolver instead of only protov2 registry

Bug Fixes

  • #19955 Don't shadow Amino marshalling error messages

v0.13.1 - 2024-03-05

Features

  • #19618 Add enum as string option to encoder.

Improvements

  • #18857 Moved FormatCoins from core/coins to this package under signing/textual.

Bug Fixes

  • #19265 Reject denoms that contain a comma.

v0.13.0 - 2023-12-19

Improvements

  • #18740 Support nested messages when fetching signers up to a default depth of 32.