Skip to content

Commit aee0d1d

Browse files
committed
docs: fix notes
1 parent 58f0f1c commit aee0d1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/workshop/day-1-recap.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
| **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|
99
| **Any-Labeled Inputs (Extension)** | • any labeled input gets labeled<br>• Maximum conflict prevention<br>• Higher bootstrapping cost | N/A |
1010

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.
1213
1314
### Labeled UTxOs - Fees
1415
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
3031
### Accounts - All-Labeled Inputs Extension
3132
This extension is not applicable to the Accounts approach.
3233

33-
> [!NOTE]
34+
> [!Note]
3435
> Considering any account based solution and making it too powerful could make builders design purely around it, disregarding UTxOs.
3536
> Simple constraints such as exclusively allowing to withdraw the entire balance from the account could prevent misue of accounts.
3637
> 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.
6061
- Impractical for exchange withdrawals
6162
- shows technically infeasiable
6263

63-
> [!NOTE]
64+
> [!Note]
6465
> You cannot have pure account solutions. We can either have only labeled UTxO or labeled UTxO with accounts.
6566
6667
2. **Self-blocking Account**

0 commit comments

Comments
 (0)