From af445a2a3e0100b814882a0c6c9e9a1eae9e6fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vitor=20de=20Lima=20Matos?= Date: Tue, 12 Apr 2022 21:18:44 -0300 Subject: [PATCH] stable: add changelogs to sdk & cli --- raiden-cli/CHANGELOG.md | 4 ++++ raiden-ts/CHANGELOG.md | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/raiden-cli/CHANGELOG.md b/raiden-cli/CHANGELOG.md index 6cbcbc851b..c7f3f2cf93 100644 --- a/raiden-cli/CHANGELOG.md +++ b/raiden-cli/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## [Unreleased] +### Added +- [#3101] Add `OneToN` and `UserDepositToken` (SVT/RDN) addresses to `/contracts` and `/user_deposit` endpoints, `eth_balance`, current `block_number` and `network` info properties to `/address` endpoint + +[#3101]: https://github.com/raiden-network/light-client/pull/3101 ## [2.1.0] - 2021-12-29 diff --git a/raiden-ts/CHANGELOG.md b/raiden-ts/CHANGELOG.md index 47f280e77d..55a7de73f5 100644 --- a/raiden-ts/CHANGELOG.md +++ b/raiden-ts/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog ## [Unreleased] +### Added +- [#3069] SDK now can (and will first by default, in `auto` mode) query and use PFS's advertised `matrix-server` before `config.matrixServerLookup` +- [#3101] Try to read `deployment` JSON files at runtime, besides embedded ones at transpilation-time + +### Fixed +- [#3100] Filter out registered but misconfigured PFSs used for presence requests which are operating on a different network + +[#3069]: https://github.com/raiden-network/light-client/pull/3069 +[#3100]: https://github.com/raiden-network/light-client/issues/3100 +[#3101]: https://github.com/raiden-network/light-client/pull/3101 ## [2.1.0] - 2021-12-29