From c29271ab12950b6d83533d768dc7a95e9ca7fcb7 Mon Sep 17 00:00:00 2001 From: Matthias Geihs Date: Wed, 25 May 2022 14:38:28 +0200 Subject: [PATCH 1/2] Update CHANGELOG v0.10.0 Signed-off-by: Matthias Geihs --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ef96bb..cf0d7507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0] Janus - 2022-05-25 [:warning:] +Multi-ledger payment channels. + +### Added +- Multi-ledger payment channels: [#337] +- App channel test: [#339] + +### Changed +- Revise dispute test: [#340] +- Enable require in client tests: [#341] + +### Fixed +- Satisfy linter warnings: [#342] + +### Removed +- Remove go-ethereum dependency: [#338] + +[#337]: https://github.com/hyperledger-labs/go-perun/pull/337 +[#338]: https://github.com/hyperledger-labs/go-perun/pull/338 +[#339]: https://github.com/hyperledger-labs/go-perun/pull/339 +[#340]: https://github.com/hyperledger-labs/go-perun/pull/340 +[#341]: https://github.com/hyperledger-labs/go-perun/pull/341 +[#342]: https://github.com/hyperledger-labs/go-perun/pull/342 + ## [0.9.1] Io Pioneer - 2022-04-14 [:warning:] Moved Ethereum backend to separate repository. @@ -365,7 +389,8 @@ Initial release. [:warning:]: #warning [:boom:]: #breaking -[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.7.0...v0.8.0 From 16967723804761a680ee0e278d8bd65cf1ba8a16 Mon Sep 17 00:00:00 2001 From: Matthias Geihs Date: Wed, 25 May 2022 15:03:12 +0200 Subject: [PATCH 2/2] Update README v0.10.0 Signed-off-by: Matthias Geihs --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 261d46df..56ecc76c 100644 --- a/README.md +++ b/README.md @@ -55,21 +55,18 @@ A bunch of examples can be found at [perun-examples](https://github.com/perun-ne ## Features -_go-perun_ currently supports all features needed for two-party generalized state channels. -The following features are provided: -* Generalized two-party state channels, including app/sub-channels -* Cooperative settling -* Channel disputes +_go-perun_ currently provides two-party channels with the following features: +* Generalized state channels, including app/sub-channels * Dispute watchtower * Data persistence -* Virtual two-party payment channels (direct dispute) +* Virtual payment channels (direct dispute) +* Multi-ledger channels The following features are planned for future releases: -* Virtual two-party state channels (direct dispute) -* Virtual two-party channels (indirect dispute) -* Multi-party ledger channels -* Virtual multi-party channels (direct dispute) -* Cross-blockchain virtual channels (indirect dispute) +* Virtual payment channels (indirect dispute) +* Virtual state channels +* Multi-party channels +* Multi-ledger app/virtual channels ### Backends @@ -168,7 +165,7 @@ We thank the German Federal Ministry of Education and Research (BMBF) for their ## Copyright -Copyright 2021 - See [NOTICE file](NOTICE) for copyright holders. +Copyright 2022 - See [NOTICE file](NOTICE) for copyright holders. Use of the source code is governed by the Apache 2.0 license that can be found in the [LICENSE file](LICENSE). Contact us at [info@perun.network](mailto:info@perun.network).