You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3496: trace-forward: new API for acceptor's part. r=denisshevchenko a=denisshevchenko
This PR changes API of the acceptor's part only, it doesn't touch the forwarder's part (used by `trace-dispatcher`):
1. `IO`-action returning `DataPointAsker` is provided. It allows avoiding `unsafePerformIO` in the acceptor application.
2. Peer error handlers were added. It allows the acceptor application to know if the connection with the node was dropped.
Additionally:
1. `ekg-forward` dependency is updated.
2. `DataPoint` protocol is fixed: now there is a check if the reply with `DataPoint`s is empty.
**Please note that `cardano-tracer` service, the next part of the new tracing infrastructure, depends on this PR. After it will be merged, the PR for `cardano-tracer` will be opened.**
Co-authored-by: Denis Shevchenko <[email protected]>
0 commit comments