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

docs: update features in README #574

Merged
merged 1 commit into from
Apr 2, 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
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ This is not an exhaustive list of existing and planned features, but it covers t
- [X] TxSubmission
- [X] Client support
- [X] Server support
- [ ] PeerSharing
- [ ] Client support
- [ ] Server support
- [X] PeerSharing
- [X] Client support
- [X] Server support
- [X] LocalTxSubmission
- [X] Client support
- [X] Server support
- [ ] LocalTxMonitor
- [X] LocalTxMonitor
- [X] Client support
- [ ] Server support
- [X] Server support
- [ ] LocalStateQuery
- [X] Client support
- [ ] Server support
Expand All @@ -58,15 +58,15 @@ This is not an exhaustive list of existing and planned features, but it covers t
- [X] Stake distribution
- [ ] Non-myopic member rewards
- [ ] Proposed protocol parameter updates
- [ ] UTxOs by address
- [X] UTxOs by address
- [ ] UTxO whole
- [ ] UTxO by TxIn
- [X] UTxO by TxIn
- [ ] Debug epoch state
- [ ] Filtered delegations and reward accounts
- [ ] Genesis config
- [X] Genesis config
- [ ] Reward provenance
- [ ] Stake pools
- [ ] Stake pool params
- [X] Stake pools
- [X] Stake pool params
- [ ] Reward info pools
- [ ] Pool state
- [ ] Stake snapshots
Expand All @@ -76,8 +76,8 @@ This is not an exhaustive list of existing and planned features, but it covers t
- [ ] Byron
- [X] Blocks
- [X] Transactions
- [ ] TX inputs
- [ ] TX outputs
- [X] TX inputs
- [X] TX outputs
- [X] Shelley
- [X] Blocks
- [X] Transactions
Expand Down