nim-codex/codex
jessiebroke ac2aca42b1
Block exchange debug (#426)
* Adds sequence diagram for local download

* Adds network download flow

* makes node properly request block when presence-list is received

* starting to work :O

* Fixes fully connected download test up to 20 nodes.

* Better sequence diagram of network block resolution

* Cleans up comments and traces.

* Accidentally deleted important else

* Review comments by Dmitriy

---------

Co-authored-by: benbierens <thatbenbierens@gmail.com>
2023-07-18 07:50:47 +02:00
..
blockexchange Block exchange debug (#426) 2023-07-18 07:50:47 +02:00
contracts [clock] waitUntil() completes immediately when block arrives (#475) 2023-07-13 11:19:45 +02:00
erasure Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
manifest Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
node [marketplace] Add Reservations Module (#340) 2023-04-04 17:05:16 +10:00
proving [marketplace] Simulate invalid proof submissions (#393) 2023-06-22 20:32:18 +10:00
purchasing Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
rest Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
sales Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
storageproofs Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
stores Block exchange debug (#426) 2023-07-18 07:50:47 +02:00
streams Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
utils Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
chunker.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
clock.nim [clock] waitUntil() completes immediately when block arrives (#475) 2023-07-13 11:19:45 +02:00
codex.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
conf.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
contracts.nim feat: contract address management (#405) 2023-05-03 09:24:25 +02:00
discovery.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
erasure.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
errors.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
formats.nim Remove protobuf serialization (#289) 2022-10-27 07:41:34 -06:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim Validator (#387) 2023-04-19 15:06:00 +02:00
namespaces.nim Repo limits (#319) 2022-12-02 18:00:55 -06:00
node.nim Block exchange debug (#426) 2023-07-18 07:50:47 +02:00
periods.nim Validator (#387) 2023-04-19 15:06:00 +02:00
proving.nim [marketplace] Simulate invalid proof submissions (#393) 2023-06-22 20:32:18 +10:00
purchasing.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
rng.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
sales.nim feat: slots rest api (#443) 2023-06-20 14:52:15 +02:00
storageproofs.nim Validator (#387) 2023-04-19 15:06:00 +02:00
stores.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
systemclock.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
units.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
utils.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
validation.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00