Skip to content

Commit

Permalink
Merge pull request #346 from perun-network/release-0.10.0
Browse files Browse the repository at this point in the history
Update CHANGELOG v0.10.0
  • Loading branch information
matthiasgeihs authored May 30, 2022
2 parents c749e1a + 1696772 commit 11bbe2a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 13 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 [[email protected]](mailto:[email protected]).

0 comments on commit 11bbe2a

Please sign in to comment.