nim-codex/codex/slots
markspanbroek 8589e63d34
Update contract (#734)
* Update codex-contracts-eth

* contracts: update G2Point definition

* integration: disable automatic advancing of time

reason: makes reasoning about timing in tests harder,
because the period is set to 60 seconds in the
marketplace configuration, but this code switches to
a new period every 500 milliseconds

* integration: fix parameters of marketplace payouts test

* integration: update test settings

* integration: fix typo

* integration: workaround for hardhat issue

Subscriptions expire after 5 minutes when using
websockets. Use http and polling instead.

* integration: remove origDatasetSizeInBlocks

* integration: fix proof parameters for test

* integration: do not log output by default

* integration: fix failure rate in test

* integration: fix warning

* integration: include clock in logs

* integration: allow for more periods

5 periods was cutting it close, if we get too much
pointer downtime, then the test would fail
2024-03-12 08:18:25 +00:00
..
builder Use correct blocks count in builder (#709) 2024-02-19 02:19:59 +00:00
proofs Update contract (#734) 2024-03-12 08:18:25 +00:00
sampler Prover works with zkey (#711) 2024-02-19 18:58:39 +00:00
builder.nim Rework builder & sampler (#697) 2024-02-08 02:27:11 +00:00
converters.nim wire in circom backend (#698) 2024-02-09 21:40:30 +00:00
proofs.nim wire in circom backend (#698) 2024-02-09 21:40:30 +00:00
sampler.nim Rework builder & sampler (#697) 2024-02-08 02:27:11 +00:00
types.nim Prover works with zkey (#711) 2024-02-19 18:58:39 +00:00