-
Notifications
You must be signed in to change notification settings - Fork 730
Add symbolic logging to cardano-tracer #6125
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
base: master
Are you sure you want to change the base?
Conversation
d173839
to
41d5393
Compare
f82d303
to
6d25d88
Compare
d24c23d
to
fcc7d97
Compare
671e209
to
3d6f737
Compare
-> [PeerT blk] | ||
-> IO () | ||
traceNodePeers tr ev = traceWith tr $ NodePeers (fmap ppPeer ev) | ||
|
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.
double-check: can that be rmoved?
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.
Yes this was safely removed.
cardano-tracer/CHANGELOG.md
Outdated
@@ -1,5 +1,10 @@ | |||
# ChangeLog | |||
|
|||
## 0.3.2 (March 31, 2025) |
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.
use 0.3.3
trace-dispatcher/CHANGELOG.md
Outdated
@@ -1,5 +1,11 @@ | |||
# Revision history for trace-dispatcher | |||
|
|||
|
|||
## 2.8.2 (March 31, 2025) |
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.
defer version bump until after 10.3 release
Please update PR description + title. Leave as draft until Node 10.3 release on |
dffe5fb
to
78297ba
Compare
fe6ccda
to
7c1acf3
Compare
7c1acf3
to
d5fe4dd
Compare
Description
This includes 3 separate commits:
cardano-tracer
: Eliminatecardano-node
dependency.cardano-tracer
: Hide mkTimer module, change STM to IORef (fixes issue "Leaky thread in mkTimer").cardano-node:
Make rpMaxAgeMinutes optional.Checklist
CHANGELOG.md
for affected package.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7
Note on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.