nim-dagger/tests/contracts
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
..
ethertest.nim feat: integrate dagger contracts 2022-02-04 15:34:56 +11:00
examples.nim [tests] Extract common examples into separate module 2022-04-04 10:03:46 +02:00
nim.cfg feat: integrate dagger contracts 2022-02-04 15:34:56 +11:00
testCollateral.nim [contracts] Update to new collateral design 2022-03-28 11:59:01 +02:00
testContracts.nim Proving (#66) 2022-04-08 15:58:16 -06:00
testMarket.nim [market] offerStorage() returns submitted offer 2022-04-04 11:29:32 +02:00
testProofTiming.nim Proving (#66) 2022-04-08 15:58:16 -06:00
time.nim [contracts] Update to new marketplace design 2022-03-28 11:59:01 +02:00