nim-codex/codex
markspanbroek 4ffe7b8e06
Generate proofs when required (#383)
* [maintenance] speedup integration test

* [rest api] add proofProbability parameter to storage requests

* [integration] negotiation test ends when contract starts

* [integration] reusable 2 node setup for tests

* [integration] introduce CodexClient for tests

* [node] submit storage proofs when required

* [contracts] Add Slot type

* [proving] replace onProofRequired & submitProof with onProve

Removes duplication between Sales.onProve() and
Proving.onProofRequired()
2023-03-27 15:47:25 +02:00
..
blockexchange Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
contracts Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
erasure Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
manifest Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
purchasing [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
rest Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
sales Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
storageproofs Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
stores fix: repostore started flag in stop() (#374) 2023-03-16 09:00:36 -06:00
streams Block download (#304) 2022-11-15 09:46:21 -06:00
utils Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
chunker.nim Block download (#304) 2022-11-15 09:46:21 -06:00
clock.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
codex.nim Resuscitate https://github.com/status-im/nim-codex/pull/251 except for (#358) 2023-03-14 16:32:15 -06:00
conf.nim Resuscitate https://github.com/status-im/nim-codex/pull/251 except for (#358) 2023-03-14 16:32:15 -06:00
contracts.nim [marketplace] support latest contracts changes (#327) 2023-01-19 16:58:04 +11:00
discovery.nim Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
erasure.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
errors.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06: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 [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
namespaces.nim Repo limits (#319) 2022-12-02 18:00:55 -06:00
node.nim Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
proving.nim Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
purchasing.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
rng.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
sales.nim Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00
storageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06: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
utils.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00