We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae4375 commit ed416a6Copy full SHA for ed416a6
src/ledger/plan.md
@@ -20,10 +20,14 @@ details needed by all potential implementations.
20
- Transactions
21
- Eras
22
- The structure of an epoch
23
+ - Determinism
24
- The ledger state transition
25
- How to read the specs
26
- Old-style semi-formal specs
27
- New-style Agda specifications
28
+ - Validity
29
+ - Multi-phase validity
30
+ - Static vs dynamic checks
31
- Ledger interfaces
32
- To the consensus layer
33
- Applying a block
@@ -45,6 +49,7 @@ details needed by all potential implementations.
45
49
- Transaction and block formats
46
50
- The ledger state
47
51
- Decomposition - large and small parts
52
+ - Non-canonical serialisation
48
53
- Constraints on the ledger
54
- Computational concerns
55
- Avoiding spikes
0 commit comments