Skip to content

Commit 11bbe2a

Browse files
Merge pull request #346 from perun-network/release-0.10.0
Update CHANGELOG v0.10.0
2 parents c749e1a + 1696772 commit 11bbe2a

File tree

2 files changed

+35
-13
lines changed

2 files changed

+35
-13
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0] Janus - 2022-05-25 [:warning:]
10+
Multi-ledger payment channels.
11+
12+
### Added
13+
- Multi-ledger payment channels: [#337]
14+
- App channel test: [#339]
15+
16+
### Changed
17+
- Revise dispute test: [#340]
18+
- Enable require in client tests: [#341]
19+
20+
### Fixed
21+
- Satisfy linter warnings: [#342]
22+
23+
### Removed
24+
- Remove go-ethereum dependency: [#338]
25+
26+
[#337]: https://github.com/hyperledger-labs/go-perun/pull/337
27+
[#338]: https://github.com/hyperledger-labs/go-perun/pull/338
28+
[#339]: https://github.com/hyperledger-labs/go-perun/pull/339
29+
[#340]: https://github.com/hyperledger-labs/go-perun/pull/340
30+
[#341]: https://github.com/hyperledger-labs/go-perun/pull/341
31+
[#342]: https://github.com/hyperledger-labs/go-perun/pull/342
32+
933
## [0.9.1] Io Pioneer - 2022-04-14 [:warning:]
1034
Moved Ethereum backend to separate repository.
1135

@@ -365,7 +389,8 @@ Initial release.
365389
[:warning:]: #warning
366390
[:boom:]: #breaking
367391

368-
[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...HEAD
392+
[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...HEAD
393+
[0.10.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...v0.10.0
369394
[0.9.1]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.0...v0.9.1
370395
[0.9.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.8.0...v0.9.0
371396
[0.8.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.7.0...v0.8.0

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,18 @@ A bunch of examples can be found at [perun-examples](https://github.com/perun-ne
5555

5656
## Features
5757

58-
_go-perun_ currently supports all features needed for two-party generalized state channels.
59-
The following features are provided:
60-
* Generalized two-party state channels, including app/sub-channels
61-
* Cooperative settling
62-
* Channel disputes
58+
_go-perun_ currently provides two-party channels with the following features:
59+
* Generalized state channels, including app/sub-channels
6360
* Dispute watchtower
6461
* Data persistence
65-
* Virtual two-party payment channels (direct dispute)
62+
* Virtual payment channels (direct dispute)
63+
* Multi-ledger channels
6664

6765
The following features are planned for future releases:
68-
* Virtual two-party state channels (direct dispute)
69-
* Virtual two-party channels (indirect dispute)
70-
* Multi-party ledger channels
71-
* Virtual multi-party channels (direct dispute)
72-
* Cross-blockchain virtual channels (indirect dispute)
66+
* Virtual payment channels (indirect dispute)
67+
* Virtual state channels
68+
* Multi-party channels
69+
* Multi-ledger app/virtual channels
7370

7471
### Backends
7572

@@ -168,7 +165,7 @@ We thank the German Federal Ministry of Education and Research (BMBF) for their
168165

169166
## Copyright
170167

171-
Copyright 2021 - See [NOTICE file](NOTICE) for copyright holders.
168+
Copyright 2022 - See [NOTICE file](NOTICE) for copyright holders.
172169
Use of the source code is governed by the Apache 2.0 license that can be found in the [LICENSE file](LICENSE).
173170

174171
Contact us at [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)