You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#21073](https://github.com/cosmos/cosmos-sdk/pull/21073) In Context use sync.Map `getSignersFuncs` map from concurrent writes, we also call Validate when creating the Context.
*[#19618](https://github.com/cosmos/cosmos-sdk/pull/19618) Add enum as string option to encoder.
65
+
66
+
### Improvements
67
+
68
+
*[#18857](https://github.com/cosmos/cosmos-sdk/pull/18857) Moved `FormatCoins` from `core/coins` to this package under `signing/textual`.
69
+
70
+
### Bug Fixes
71
+
72
+
*[#19265](https://github.com/cosmos/cosmos-sdk/pull/19265) Reject denoms that contain a comma.
*[#18740](https://github.com/cosmos/cosmos-sdk/pull/18740) Support nested messages when fetching signers up to a default depth of 32.
79
+
80
+
## v0.12.0
81
+
82
+
### Improvements
83
+
84
+
*[#18309](https://github.com/cosmos/cosmos-sdk/pull/18309) Update encoder so that amino types default to msg type url.
85
+
86
+
## v0.11.0
87
+
88
+
### Improvements
89
+
90
+
*[#17787](https://github.com/cosmos/cosmos-sdk/pull/17787) Drop tip support.
91
+
92
+
## v0.10.0
93
+
94
+
### Features
95
+
96
+
*[#17681](https://github.com/cosmos/cosmos-sdk/pull/17681) Add encoder `DefineTypeEncoding` method for defining custom type encodings.
97
+
*[#17600](https://github.com/cosmos/cosmos-sdk/pull/17600) Add encoder `DefineScalarEncoding` method for defining custom scalar encodings.
98
+
*[#17600](https://github.com/cosmos/cosmos-sdk/pull/17600) Add indent option to encoder.
99
+
100
+
## v0.9.1
101
+
102
+
### Improvements
103
+
104
+
*[#16936](https://github.com/cosmos/cosmos-sdk/pull/16936) Remove extra whitespace when marshalling module accounts.
105
+
106
+
## v0.9.0
107
+
108
+
### Bug Fixes
109
+
110
+
*[#16681](https://github.com/cosmos/cosmos-sdk/pull/16681): Catch and fix `(*Decoder).Decode` crash from invalid length prefix in Tx bytes.
111
+
112
+
### Improvements
113
+
114
+
*[#16846](https://github.com/cosmos/cosmos-sdk/pull/16846): Harmonize interface `signing.TypeResolver` with the rest of the codebase (orm and client/v2).
115
+
*[#16684](https://github.com/cosmos/cosmos-sdk/pull/16684): Use `io.WriteString`+`fmt.Fprintf` to remove unnecessary `string`->`[]byte` roundtrip.
116
+
117
+
>>>>>>> de0708b40 (fix(x/tx): concurrent map writes when calling GetSigners (#21073))
0 commit comments