pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[Relay Mining] Introduce & Test Relay Mining Difficulty #542

Open Olshansk opened 1 month ago

Olshansk commented 1 month ago

Objective

Implement on-chain relay mining difficulty.

Origin Document

Relay Mining paper - https://arxiv.org/abs/2305.10672

Goals

Deliverables

Non-goals / Non-deliverables


Creator: @Olshansk Co-Owners: @RawthiL

RawthiL commented 1 month ago

Just to be clear, estimation of volume and difficulty tracking should be done per-service, ie. each service will have a pair of values, the total traffic and its difficulty.

Olshansk commented 1 month ago

Just to be clear, estimation of volume and difficulty tracking should be done per-service, ie. each service will have a pair of values, the total traffic and its difficulty.

Aligned.

Work has been started in #548 and #549.