-
Notifications
You must be signed in to change notification settings - Fork 721
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
Update dependencies on consensus and ledger #1465
Conversation
@CodiePP perhaps you can enlighten me. |
@mrBliss This also depends on a one-liner in consensus
|
@@ -168,78 +168,78 @@ source-repository-package | |||
source-repository-package | |||
type: git | |||
location: https://github.com/input-output-hk/cardano-ledger-specs | |||
tag: 6611345670dad971fbd03594a00b5ef8afa4cae6 | |||
--sha256: 0rhdlf7kz62231127ywbakhsgsxhhkba5gz24dfy7l9r45a1ijkk | |||
tag: 47e2075f751d8370222a2aad32f37699a341ec40 |
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.
I was planning to update the dependency on cardano-ledger-specs today, now that IntersectMBO/cardano-ledger#1664 is merged.
Is that alright or does that perhaps breaking changes that are not wanted?
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.
@nc6 is working on this already.
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.
More than one update is fine. Yes we'll need to do it again to get the latest ledger changes.
A couple tracers gained some extra warning fields.
c9e4810
to
8691083
Compare
bors merge |
👎 Rejected by too few approved reviews |
-- Text.concat [ "\nWarning: " <> formatText w o | w <- ws ] | ||
--TODO: we could trace these warnings but then a | ||
-- HasTextFormatter (LedgerWarning blk) constraint will propagate everywhere | ||
-- and it's not clear that's how it's supposed to work, since we don't have any | ||
-- other HasTextFormatter constraints floating around |
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.
I haven't looked at this in detail, but would show
work for now?
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.
done
8691083
to
75b1e5b
Compare
bors merge |
1465: Update dependencies on consensus and ledger r=dcoutts a=dcoutts A couple tracers gained some extra warning fields. Log the new ledger warnings Only properly supported for the JSON logging, not for the human readable, since I can't quite see how it's supposed to be done without HasTextFormatter constaints propagating everywhere, which does not seem to be the intended pattern. Co-authored-by: Duncan Coutts <duncan@well-typed.com>
Build failed |
bors r+ |
Build succeeded |
A couple tracers gained some extra warning fields. Log the new ledger
warnings
Only properly supported for the JSON logging, not for the human
readable, since I can't quite see how it's supposed to be done without
HasTextFormatter constaints propagating everywhere, which does not seem
to be the intended pattern.