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
Copy file name to clipboardExpand all lines: docs/workshop/day-1-recap.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
|**Collateral**| • Only consumed on conflicts<br>• Return address needed<br>• Bootstrap: requires additional transaction| • Only consumed on conflicts<br>• Requires additional replay protection<br>• No bootstrap transaction needed<br>• Registration costs|
9
9
|**Any-Labeled Inputs (Extension)**| • any labeled input gets labeled<br>• Maximum conflict prevention<br>• Higher bootstrapping cost | N/A |
10
10
11
-
> [!Note] These different options are not either or. They shall just define the solution space.
11
+
> [!Note]
12
+
> These different options are not either or. They shall just define the solution space.
12
13
13
14
### Labeled UTxOs - Fees
14
15
Explicit shard labeling of UTxOs with fees consumed on every transaction. Provides strong guarantees for conflict prevention. Requires one initial bootstrap transaction to transition from Praos to Leios, enabling immediate protocol participation.
@@ -30,7 +31,7 @@ In the Accounts approach, collateral is only consumed on conflicts but lacks rep
30
31
### Accounts - All-Labeled Inputs Extension
31
32
This extension is not applicable to the Accounts approach.
32
33
33
-
> [!NOTE]
34
+
> [!Note]
34
35
> Considering any account based solution and making it too powerful could make builders design purely around it, disregarding UTxOs.
35
36
> Simple constraints such as exclusively allowing to withdraw the entire balance from the account could prevent misue of accounts.
36
37
> You likely do not want to present accounts to scripts to further avoid misuse.
@@ -60,7 +61,7 @@ This extension is not applicable to the Accounts approach.
60
61
- Impractical for exchange withdrawals
61
62
- shows technically infeasiable
62
63
63
-
> [!NOTE]
64
+
> [!Note]
64
65
> You cannot have pure account solutions. We can either have only labeled UTxO or labeled UTxO with accounts.
0 commit comments