Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update README #513

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ This is not an exhaustive list of existing and planned features, but it covers t
- [X] support for separate initiator and responder instance for each protocol
- [ ] support for buffer limits for each mini-protocol
- [ ] Protocols
- [ ] Handshake
- [X] Handshake
- [X] Client support
- [ ] Server support
- [X] Server support
- [X] Keepalive
- [X] Client support
- [X] Server support
- [ ] ChainSync
- [X] ChainSync
- [X] Client support
- [ ] Server support
- [ ] BlockFetch
- [X] Server support
- [X] BlockFetch
- [X] Client support
- [ ] Server support
- [ ] TxSubmission
- [ ] Client support
- [ ] Server support
- [X] Server support
- [X] TxSubmission
- [X] Client support
- [X] Server support
- [ ] PeerSharing
- [ ] Client support
- [ ] Server support
- [ ] LocalTxSubmission
- [X] LocalTxSubmission
- [X] Client support
- [ ] Server support
- [X] Server support
- [ ] LocalTxMonitor
- [X] Client support
- [ ] Server support
Expand Down Expand Up @@ -78,42 +78,42 @@ This is not an exhaustive list of existing and planned features, but it covers t
- [X] Transactions
- [ ] TX inputs
- [ ] TX outputs
- [ ] Shelley
- [X] Shelley
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [ ] Allegra
- [X] Allegra
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [ ] Mary
- [X] Mary
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [ ] Alonzo
- [X] Alonzo
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [ ] Babbage
- [X] Babbage
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [X] Conway
- [X] Blocks
- [X] Transactions
- [X] TX inputs
- [X] TX outputs
- [ ] Conway
- [ ] Blocks
- [ ] Transactions
- [ ] TX inputs
- [ ] TX outputs
- [ ] Transaction attributes
- [X] Inputs
- [X] Outputs
- [X] Metadata
- [ ] Fees
- [ ] TTL
- [X] Fees
- [X] TTL
- [ ] Certificates
- [ ] Staking reward withdrawls
- [ ] Protocol parameter updates
Expand Down