You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-:memo: Update README to include references to existing backends [#314].
29
+
-:children_crossing: Minor usability improvements: [#268], [#278], [#315].
30
+
-:construction_worker: CI updates: [#260], [#274], [#276], [#277].
31
+
-:arrow_up: Use `LatestSigner` in Ethereum contract backend and don't set `GasLimit` by default, so that [EIP1559](https://eips.ethereum.org/EIPS/eip-1559) TXs are sent [#322].
32
+
33
+
### Fixed
34
+
-:bug: Fix a bug causing `Channel.Watch` to not work correctly for sub-channels and virtual channels [#251].
35
+
-:bug: Fix bugs causing `ContractBackend.confirmNTimes` to block indefintely or fail in some rare cases: [#254], [#309].
36
+
-:white_check_mark: Improve test stability: [#310], [#319].
37
+
38
+
### Security
39
+
-:lock: It is now checked that assets are not changed during a state update, which could otherwise cause a channel to become unfunded [#304].
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The following features are planned for future releases:
74
74
### Backends
75
75
76
76
There are multiple **blockchain backends** available. A backend is automatically initialized when its top-level package `backend/<name>` is imported.
77
-
-**Ethereum.** The Ethereum backend is integrated in the repository at `backend/ethereum`. The smart contracts can be found at [contracts-eth](https://github.com/hyperledger-labs/perun-eth-contracts/).
77
+
-**Ethereum.** The Ethereum backend is integrated in the repository at `backend/ethereum`. The smart contracts can be found at [perun-eth-contracts](https://github.com/hyperledger-labs/perun-eth-contracts/).
78
78
-**Polkadot.** The Polkadot backend is available at [perun-polkadot-backend](https://github.com/perun-network/perun-polkadot-backend).
79
79
-**Cosmos.** The Cosmos backend is available at [perun-cosmwasm-backend](https://github.com/hyperledger-labs/perun-cosmwasm-backend).
80
80
-**SimBackend.** The SimBackend represents an ideal blockchain backend (`backend/sim`) implementation that can be used for testing.
0 commit comments