From 6e99b8e733166ddc486cd9d517158aade0b0c665 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 30 Sep 2020 14:07:34 +0200 Subject: [PATCH] Add CHANGELOG entries --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b9f68e..e9d3a914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,11 @@ Launchpad. Two new classes are provided: `LedgerSigner` (for most use cases) and `LaunchpadLedger` for more fine-grained access. - @cosmjs/math: Add `.multiply` method to `Decimal` class. +- @cosmjs/math: Deprecate `Uint32.fromBigEndianBytes` in favour of + `Uint32.fromBytes`, which supports both big and little endian. +- @cosmjs/math: Deprecate `Uint64.fromBytesBigEndian` in favour of + `Uint64.fromBytes`, which supports both big and little endian. +- @cosmjs/math: Add `Uint32.fromString`. - @cosmjs/tendermint-rpc: Make `BroadcastTxCommitResponse.height` non-optional. - @cosmjs/tendermint-rpc: Make `TxProof.proof.leafHash` non-optional because it is always set.