Skip to content

Commit feeb4d8

Browse files
committed
doc: protocol units.
1 parent c77a8a2 commit feeb4d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protocol-units/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
`protocol-units` are used to collect runnable and composable units for interacting with the `ffs` protocol. We store contracts within protocol units, for example.
33

44
## Contents
5-
- **[`mcr`](./mcr/)**: the `MCR` implementation of `ffs` provided prior to the specification of the `fast-confirmations` and `post-confirmations` protocols.
5+
- **[`mcr`](./mcr/)**: the `MCR` implementation of `ffs` provided prior to the specification of the `fast-confirmations` and `post-confirmations` protocols. It is maintained for legacy purposes.
6+
- **[`post-confirmations`](./post-confirmations/)**: the `post-confirmations` sub-protocol implementation for `ffs`.
7+
- **[`fast-confirmations`](./fast-confirmations/)**: the `fast-confirmations` sub-protocol implementation for `ffs`.
8+
- **[`ffs`](./ffs/)**: the full `ffs` protocol implementation.

0 commit comments

Comments
 (0)