-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Miner] Foundation for the Miner submodule #13
Comments
@bryanchriswhite Looking at the deliverables of this ticket, I would argue it is not complete yet. |
@Olshansk agreed, thanks for re-opening. Are you aware of a way to prevent the issue from automatically closing when a linked PR is merged? Perhaps I should just not link them in the "development" section? |
I am not. As far as I'm concerned, it's an open GitHub Issue:
If you remember to reopen issues that aren't done, feel free to link to it. Otherwise, we can rely on mentions. |
---
title: Clients Dependency Tree
---
flowchart
sup[SupplierClient]
tx[TxClient]
bl[BlockClient]
evt[EventsQueryClient]
sup --"#SignAndBroadcast()"--> tx
tx --"#CommittedBlocksSequence()"--> bl
tx --"#EventsBytes()"--> evt
bl --"#EventsBytes()"--> evt
|
@bryanchriswhite I believe this was closed by accident, so I've reopened it. Feel free to close if that was intentional. |
Objective
Create a foundation for the
Miner
submodule in the poktroll repo for the Shannon upgrade.Origin Document
The business logic for mining relays from the Relay Mining paper.
Goals
Miner
submodule for theRelayer
Deliverables
Miner
structure & interfaceMiner
functionalitySessionManager
,Proxy
,Relayer
,Client
, etc...) to enable E2E functionalitypoktroll-alpha
repo to thepoktroll
repoNon-goals / Non-deliverables
General deliverables
Creator: @Olshansk
Co-Owners: @bryanchriswhite @red-0ne
The text was updated successfully, but these errors were encountered: