-
Notifications
You must be signed in to change notification settings - Fork 89
node to client api changes #1962
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
Conversation
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.
Maybe forever $ threadDelay 43200
should be replaced with something better.
@MarcFontaine any ideas? Note that we need to trick |
bors merge |
Right. I did not think about |
But that's ugly :D; we even avoided such global state in
|
1928: Fix thunks in Shelley r=mrBliss a=mrBliss Fixes #1558. 1962: node to client api changes r=coot a=coot Small changes to NodeToClient api and LocalStateQuery protocol type signatures. Related to #1950 - Added null peers in NodeToNode module - Add kinds to type signatures of LocalQueryProtocol Co-authored-by: Thomas Winant <thomas@well-typed.com> Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
bors cancel |
This PR was included in a batch that was canceled, it will be automatically retried |
bors r- |
Canceled |
Seriously? This PR was closed and the job cancelled, and still it retries? Useless 😩 |
@MarcFontaine why did you closed it? |
bors merge |
Sorry. I just click on the wrong button I guess. |
1962: node to client api changes r=coot a=coot Small changes to NodeToClient api and LocalStateQuery protocol type signatures. Related to #1950 - Added null peers in NodeToNode module - Add kinds to type signatures of LocalQueryProtocol Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
bors cancel |
bors r- |
Canceled |
thanks @mrBliss for looking into this. |
Makeing query kind explicit make it much easier to spot what is the goal; Otherwise it is burried deep in the `Protocol` instance.
`Peer` can be pulgged directly in `MuxPeer`; we could add a null `MuxPeerRaw`, but this will be deprecated sooner (or later).
32f0c9e
to
4e6791b
Compare
@coot Make sure to rebase on master before trying to bors it. |
I did :):
|
borse merge |
bors merge |
Small changes to NodeToClient api and LocalStateQuery protocol type signatures.
Related to #1950