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

Add live data page for Node-to-Client (N2C) feature #245

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

satran004
Copy link
Member

Added documentation for live data integration with Cardano Node using N2C.

Added documentation for live data integration with Cardano Node using N2C.
| `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. |
Copy link
Collaborator

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?

| `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. |
Copy link
Collaborator

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....

Copy link
Member Author

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.

| `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. |
Copy link
Collaborator

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

@satran004 satran004 merged commit 6718a7b into main Oct 21, 2024
4 checks passed
@satran004 satran004 deleted the docs_0.1.1_update branch October 21, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants