docs: Fix README links (#81)
This commit is contained in:
parent
248da4c46d
commit
995ef127d6
1 changed files with 8 additions and 8 deletions
|
|
@ -12,14 +12,14 @@ The following architectural decisions were made for this particular Rust impleme
|
|||
|
||||
## Development Status
|
||||
|
||||
| mini-protocol | status |
|
||||
| ------------------------------ | ------- |
|
||||
| [block-fetch](/blockfetch) | done |
|
||||
| [chain-sync](/chainsync) | done |
|
||||
| [handshake](/handshake) | done |
|
||||
| [local-state](/localstate) | done |
|
||||
| [tx-submission](/txsubmission) | done |
|
||||
| local-tx-submission | ongoing |
|
||||
| mini-protocol | status |
|
||||
| ------------------------------- | ------- |
|
||||
| [block-fetch](./blockfetch) | done |
|
||||
| [chain-sync](./chainsync) | done |
|
||||
| [handshake](./handshake) | done |
|
||||
| [local-state](./localstate) | done |
|
||||
| [tx-submission](./txsubmission) | done |
|
||||
| local-tx-submission | ongoing |
|
||||
|
||||
## Implementation Details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue