-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add live data page for Node-to-Client (N2C) feature #245
Conversation
Added documentation for live data integration with Cardano Node using N2C.
docs/pages/live_n2c_data.mdx
Outdated
| `local_constitution` | Stores the current constitution fetched from the Cardano node. | | ||
| `local_committee` | Stores the current committee fetched from the Cardano node. | | ||
| `local_committee_member` | Stores the current committee members fetched from the Cardano node. | | ||
| `local_drep_dist` | Stores the current DRep distribution fetched from the Cardano node. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change "DRep distribution" to "DRep stake distribution" for more clarity?
docs/pages/live_n2c_data.mdx
Outdated
| `local_committee_member` | Stores the current committee members fetched from the Cardano node. | | ||
| `local_drep_dist` | Stores the current DRep distribution fetched from the Cardano node. | | ||
| `local_gov_action_proposal_status` | Stores the current governance action proposal status fetched from the Cardano node. | | ||
| `local_hard_fork_initiation` | Stores the current hard fork initiation fetched from the Cardano node. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now it's good but should we change to "Stores the enacted hard fork initiation actions fetched from the Cardano node." or if we describe it in the context of live data, it could be 'Stores the most recently enacted action for initiating hark fork" or something for more clarity....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Let me change that.
docs/pages/live_n2c_data.mdx
Outdated
| `local_drep_dist` | Stores the current DRep distribution fetched from the Cardano node. | | ||
| `local_gov_action_proposal_status` | Stores the current governance action proposal status fetched from the Cardano node. | | ||
| `local_hard_fork_initiation` | Stores the current hard fork initiation fetched from the Cardano node. | | ||
| `local_treasury_withdrawal` | Stores the current treasury withdrawal fetched from the Cardano node. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to local_hard_fork_initiation
Added documentation for live data integration with Cardano Node using N2C.