nim-codex/codex
Tomasz Bekas 2396c4d76d
Blockexchange uses merkle root and index to fetch blocks (#566)
* Blockexchange uses merkle root and index to fetch blocks

* Links the network store getTree to the local store.

* Update codex/stores/repostore.nim

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Signed-off-by: Tomasz Bekas <tomasz.bekas@gmail.com>

* Rework erasure.nim to include recent cleanup

* Revert accidential changes to lib versions

* Addressing review comments

* Storing proofs instead of trees

* Fix a comment

* Fix broken tests

* Fix for broken testerasure.nim

* Addressing PR comments

---------

Signed-off-by: Tomasz Bekas <tomasz.bekas@gmail.com>
Co-authored-by: benbierens <thatbenbierens@gmail.com>
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2023-11-14 13:02:17 +01:00
..
blockexchange Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
contracts feat: partial payouts for cancelled requests (#561) 2023-10-24 10:12:54 +00:00
erasure Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
manifest Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
merkletree Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
node [marketplace] Add Reservations Module (#340) 2023-04-04 17:05:16 +10:00
purchasing Rename metrics (#478) (#603) 2023-11-03 17:21:54 +02:00
rest Storage/purchases endpoint (#609) 2023-11-13 11:30:27 +00:00
sales feat: partial payouts for cancelled requests (#561) 2023-10-24 10:12:54 +00:00
stores Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
streams Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
utils Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01: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 Support logging to file (#558) 2023-11-09 16:35:55 +11:00
conf.nim Support logging to file (#558) 2023-11-09 16:35:55 +11:00
contracts.nim feat: contract address management (#405) 2023-05-03 09:24:25 +02:00
discovery.nim Debug/info shows announce addresses (#610) 2023-11-12 09:58:40 +01:00
erasure.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
errors.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
formats.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim Slot queue (#455) 2023-07-25 12:50:30 +10:00
merkletree.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
namespaces.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
node.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
periods.nim Validator (#387) 2023-04-19 15:06:00 +02:00
purchasing.nim Storage/purchases endpoint (#609) 2023-11-13 11:30:27 +00:00
rng.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
sales.nim [marketplace] Availability improvements (#535) 2023-09-29 14:33:08 +10:00
storageproofs.nim Validator (#387) 2023-04-19 15:06:00 +02:00
stores.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +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 Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
validation.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00