From 4625e3033d2fa914df67d951d73f51e05e99beb4 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 22 Jul 2020 16:32:39 +0200 Subject: [PATCH] root: Add CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f8ea468d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# CHANGELOG + +## HEAD + +- @cosmjs/cosmwasm: Rename `CosmWasmClient.getNonce` method to `.getSequence`. +- @cosmjs/cosmwasm: Remove `RestClient` class in favour of new modular + `LcdClient` class from @cosmjs/sdk38. +- @cosmjs/sdk38: Rename `CosmosClient.getNonce` method to `.getSequence`. +- @cosmjs/sdk38: Remove `RestClient` class in favour of new modular `LcdClient` + class. +- @cosmjs/sdk38: Remove `Pen` type in favour of `OfflineSigner` and remove + `Secp256k1Pen` class in favour of `Secp256k1Wallet` which takes an + `OfflineSigner` instead of a `SigningCallback`.