This commit is contained in:
Simon Warta 2023-12-04 17:22:12 +01:00
parent bc79f8eb6d
commit 05707785c8

View File

@ -8,8 +8,10 @@ and this project adheres to
### Fixed ### Fixed
- @cosmjs/encoding: Ensure RFC dates between years 0001 and 0099 are parsed correctly. ([#1516]) - @cosmjs/encoding: Ensure RFC dates between years 0001 and 0099 are parsed
- @cosmjs/tendermint-rpc: Remove hacky dewcodeOptionalTime() from adaptros now that `time.Time` dates are parsed correctly. ([#1516]) correctly. ([#1516])
- @cosmjs/tendermint-rpc: Remove hacky `decodeOptionalTime()` from adaptors now
that `time.Time` dates are parsed correctly. ([#1516])
[#1516]: https://github.com/cosmos/cosmjs/pull/1516 [#1516]: https://github.com/cosmos/cosmjs/pull/1516