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

cardano-node-3644: node state ADT expand. #3656

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Conversation

denisshevchenko
Copy link
Contributor

@denisshevchenko denisshevchenko commented Feb 28, 2022

As a result of #3591, we now have a new DataPoint called NodeState. An external application (for example, cardano-wallet) can ask for this DataPoint to know the current state of the node.

Initially, NodeState was a primitive ADT and contained a very small portion of information. Now it's expanded.

Also, this PR moved node's peers info in a separate DataPoint.

The documentation is at: https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo

@denisshevchenko denisshevchenko self-assigned this Feb 28, 2022
@denisshevchenko denisshevchenko linked an issue Feb 28, 2022 that may be closed by this pull request
@denisshevchenko denisshevchenko force-pushed the cardano-node-3644 branch 4 times, most recently from 28a6f7c to f4a1a92 Compare March 9, 2022 10:11
@denisshevchenko denisshevchenko force-pushed the cardano-node-3644 branch 3 times, most recently from fb7ba7a to 2ba1f80 Compare March 15, 2022 14:01
Copy link
Contributor

@deepfire deepfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful, thank you @denisshevchenko!

@deepfire
Copy link
Contributor

bors r+

iohk-bors bot added a commit that referenced this pull request Mar 15, 2022
3656: cardano-node-3644: node state ADT expand. r=deepfire a=denisshevchenko

As a result of #3591, we now have a new `DataPoint` called `NodeState`. An external application (for example, `cardano-wallet`) can ask for this `DataPoint` to know the current state of the node.

Initially, `NodeState` was a primitive ADT and contained a very small portion of information. Now it's expanded.

Also, this PR moved node's peers info in a separate `DataPoint`.

The documentation is at: https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo

3707: Workbench:  make geneses effectively cacheable in CI, by pinning the producing workbench r=deepfire a=deepfire

This makes workbench-produced geneses effectively cacheable in CI, by pinning the producing workbench as a new flake input.

Co-authored-by: Denis Shevchenko <denis.shevchenko@iohk.io>
Co-authored-by: Kosyrev Serge <serge.kosyrev@iohk.io>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 15, 2022

Build failed (retrying...):

iohk-bors bot added a commit that referenced this pull request Mar 15, 2022
3656: cardano-node-3644: node state ADT expand. r=deepfire a=denisshevchenko

As a result of #3591, we now have a new `DataPoint` called `NodeState`. An external application (for example, `cardano-wallet`) can ask for this `DataPoint` to know the current state of the node.

Initially, `NodeState` was a primitive ADT and contained a very small portion of information. Now it's expanded.

Also, this PR moved node's peers info in a separate `DataPoint`.

The documentation is at: https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo

Co-authored-by: Denis Shevchenko <denis.shevchenko@iohk.io>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 15, 2022

This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried.

Additional information:

{"message":"Waiting on code owner review from DavidEichmann, JaredCorduan, Jimbo4350, dcoutts, erikd, nc6, and/or newhoggy.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@deepfire
Copy link
Contributor

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 16, 2022

Build succeeded:

@iohk-bors iohk-bors bot merged commit 6ad9048 into master Mar 16, 2022
@iohk-bors iohk-bors bot deleted the cardano-node-3644 branch March 16, 2022 00:34
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.

cardano-node: node state ADT expanding
3 participants