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

[TODO_BLOCKER] Red0ne's Iteration16 TODOs #572

Open red-0ne opened 4 weeks ago

red-0ne commented 4 weeks ago

Objective

Tackle all on-chain blockers assigned to red-0ne

Origin Document

Goals

Deliverables

The output of the following command from https://github.com/pokt-network/poktroll/pull/577:

grep -r "TODO_BLOCKER(@red-0ne)" . | sed 's/^/- [ ] `/' | sed 's/:/`:/'

Creator: @red-0ne

Olshansk commented 4 weeks ago

@red-0ne I recommend running grep -r "TODO_BLOCKER(@red-0ne )" . | sed 's/^/- [ ]/' | sed 's/:/:/' to update the deliervables after #577 is merged in.