-
Notifications
You must be signed in to change notification settings - Fork 720
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
RTView: MVP #4105
RTView: MVP #4105
Conversation
3ad471d
to
c4912e4
Compare
eda3ce7
to
72db433
Compare
72db433
to
f8503de
Compare
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.
bors r+
4105: RTView: MVP r=deepfire a=denisshevchenko Closes #4096 MVP for RTView: it's not ready for production yet, but ready for testing by SPOs. Co-authored-by: Denis Shevchenko <[email protected]>
bors r- |
Canceled. |
|
||
-- | This information is taken from 'BasicInfoShelleyBased'. It is required for | ||
-- 'cardano-tracer' service (particularly, for RTView). | ||
data NodeStartupInfo = NodeStartupInfo { |
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.
If it is taken from BasicInfoShelleyBased
why are we essentially duplicating the type?
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.
NodeStartupInfo
takes not all fields fromBasicInfoShelleyBased
.NodeStartupInfo
can (and I'm sure, will) contain additional data in the future, not only fromBasicInfoShelleyBased
.
bors r+ |
4105: RTView: MVP r=denisshevchenko a=denisshevchenko Closes #4096 MVP for RTView: it's not ready for production yet, but ready for testing by SPOs. Co-authored-by: Denis Shevchenko <[email protected]>
Timed out. |
bors r+ |
Build succeeded: |
Closes #4096
MVP for RTView: it's not ready for production yet, but ready for testing by SPOs.