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
Support for multiple backends, allowing multiple address implementations per client. This enables the simultaneous use of several smaller backends, enhancing modularization.
9
31
10
-
## Added :boom:
32
+
###Added :boom:
11
33
12
34
* Backend field in Allocation [#410]
13
35
14
36
* Added interface restrictions to ensure cross-contract compatibility, including new functions and fields in interfaces such as Asset and Address [#410]
15
37
16
-
## Changed
38
+
###Changed
17
39
18
40
* Updade action cache [#409]
19
41
@@ -31,53 +53,53 @@ Support for multiple backends, allowing multiple address implementations per cli
- <spanid="breaking">:boom:</span> This is a breaking change, e.g., it changes the external API.
36
58
37
59
[:boom:]: #breaking
38
60
39
61
## [0.12.0] Leda - 2024-11-19 [:boom:]
40
62
Flexibility in funding for payment channels and basic Layer-2 security.
41
63
42
-
## Added :boom:
64
+
###Added :boom:
43
65
44
66
* Egoistic funding allows users to wait for their peers to fund before they fund themselves. This change has to be adopted by the Perun backends to be usable ([in case of Ethereum](https://github.com/hyperledger-labs/perun-eth-backend/pull/45)): [#397]
45
67
46
68
* Wire authentication for Layer2 communication between Perun clients, using TLS: [#402]:boom:
0 commit comments