Skip to content

Commit 3abc7ef

Browse files
authored
fix(content): removing outdated todos
* removes outdated todo items that either do not apply anymore, or have already been included in the description
1 parent 4572f62 commit 3abc7ef

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

content/libraries/drand/_index.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ Specifically, the message signed is the concatenation of the round number treate
4444

4545
## Polling the drand network
4646

47-
Filecoin nodes fetches the drand entry from the distribution network of the
48-
selected drand network. TODO: define network's name/entrypoints when drand
49-
network's live.
47+
Filecoin nodes fetch the drand entry from the distribution network of the
48+
selected drand network.
5049

5150
drand distributes randomness via multiple distribution channels (HTTP servers,
5251
S3 buckets, gossiping...). Simply put, the drand nodes themselves will not be
@@ -154,10 +153,3 @@ of these blocks.
154153

155154
In any event, a heavier chain will emerge after the catch up period and mining
156155
can resume as normal.
157-
158-
## drand network specification
159-
160-
TODO once ready: @nikkolasg
161-
- Filecoin node access to randomness (how to connect, poll, etc)
162-
- Drand Node composition and governance
163-
- Network characteristics (DDoS resistance, layer description etc)

content/systems/filecoin_blockchain/message_pool/message_syncer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ The updated, hardened version of the GossipSub protocol includes a number of att
2424
NOTES:
2525
- _Fund Checking:_ It is important to note that the `mpool` logic is not checking whether there are enough funds in the account of the transaction message issuer. This is checked by the miner before including a transaction message in a block.
2626
- _Message Sorting:_ Transaction messages are sorted in the `mpool` of miners as they arrive according to cryptoeconomic rules followed by the miner and in order for the miner to compose the next block.
27-
28-
29-
{{<hint warning>}}
30-
**TODO:** discuss checking signatures and account balances, some tricky bits that need consideration. Does the fund check cause improper dropping? E.g. I have a message sending funds then use the newly constructed account to send funds, as long as the previous wasn't executed the second will be considered "invalid" ... though it won't be at the time of execution.
31-
{{</hint>}}

0 commit comments

Comments
 (0)