nim-dagger/tests/dagger
markspanbroek 03fa370624
Proving (#66)
* Add Proving object, which maintains contract id's to watch

* [proving] invoke callback when proof is required

# Conflicts:
#	dagger/por/timing/periods.nim
#	dagger/por/timing/prooftiming.nim

* [proving] check proof requirements for all our contracts

# Conflicts:
#	tests/dagger/helpers/mockprooftiming.nim

* Update vendor/dagger-contracts

* [proving] call onProofRequired() when proof is required soon

* [proving] stop checking contracts that have ended

* [proving] Remove duplicated funcs

* [proving] Implement ProofTiming on top of smart contract

* [proving] Fix race condition in waitUntilNextPeriod()

Sometimes waitUntilNextPeriod would take a while to
determine the current period, leading to unexpected results.

Splits waitUntilNextPeriod() into getCurrentPeriod()
and waitUntilPeriod(), to ensure that we're really waiting
for the period that we think we're waiting for.
2022-04-08 15:58:16 -06:00
..
blockexc Make block a ref (#56) 2022-03-18 13:50:53 -06:00
helpers Proving (#66) 2022-04-08 15:58:16 -06:00
stores Make block a ref (#56) 2022-03-18 13:50:53 -06:00
examples.nim [sales] Availability.new -> Availability.init 2022-04-04 11:29:32 +02:00
helpers.nim Make block a ref (#56) 2022-03-18 13:50:53 -06:00
testasyncheapqueue.nim Store stream (#55) 2022-03-17 07:56:46 -06:00
testblockexc.nim Node setup (#32) 2022-01-10 09:32:56 -06:00
testchunking.nim Node storestream (#62) 2022-03-29 20:43:35 -06:00
testerasure.nim fix random failing test (#77) 2022-04-07 17:08:43 -06:00
testmanifest.nim Protected manifest (#69) 2022-04-04 18:46:13 -06:00
testnode.nim Integrate erasure (#73) 2022-04-05 18:34:29 -06:00
testproving.nim Proving (#66) 2022-04-08 15:58:16 -06:00
testpurchasing.nim [market] offerStorage() returns submitted offer 2022-04-04 11:29:32 +02:00
testsales.nim [sales] Make storage available again when offer expires 2022-04-04 11:29:32 +02:00
teststores.nim feat: introduce LRU cache (#50) 2022-03-02 10:30:42 -06:00
teststorestream.nim Node storestream (#62) 2022-03-29 20:43:35 -06:00