Commit Graph

52 Commits

Author SHA1 Message Date
Jaremy Creechley 420382b44c
fix gc issue on isolated data args 2024-06-01 22:02:57 +01:00
Jaremy Creechley ad9d1c39d5
it runs now? 2024-05-31 12:38:37 +01:00
Jaremy Creechley caaeba8781
fix import 2024-05-29 14:46:08 +01:00
Jaremy Creechley d774d588c4
more expers 2024-05-23 21:39:07 +03:00
Jaremy Creechley b2f7e417f3
work around windows - renames 2024-05-20 22:39:26 +03:00
Jaremy Creechley d96ca3f146
work around windows - renames 2024-05-20 22:22:14 +03:00
Jaremy Creechley b96328cbee
work around windows - no without 2024-05-20 22:06:43 +03:00
Jaremy Creechley 1c969278d7
work around windows - no without 2024-05-20 21:46:50 +03:00
Jaremy Creechley 9dcf56b5f5
work around windows - no without 2024-05-20 21:15:34 +03:00
Jaremy Creechley 56f8ff6bf3
work around windows 2024-05-20 21:02:45 +03:00
Jaremy Creechley 774b662bbe
work around windows 2024-05-20 20:58:19 +03:00
Jaremy Creechley 36a9766c40
work around windows 2024-05-20 20:54:52 +03:00
Jaremy Creechley f5725a8505
work around windows 2024-05-20 19:51:11 +03:00
Jaremy Creechley 9986d22c71
fix nim c -r /Users/elcritch/projs/status/nim-codex/tests/codex/slots/testprover.nim 2024-05-20 19:23:53 +03:00
Jaremy Creechley 695686ad2c
fixup prover test setup 2024-05-20 19:16:33 +03:00
Jaremy Creechley a414e29a99
revert back erasure code 2024-05-20 19:04:58 +03:00
Jaremy Creechley eb22397ca7
implement async verify 2024-05-20 18:58:29 +03:00
Jaremy Creechley 77dfa466a2
implement async verify 2024-05-20 18:57:42 +03:00
Jaremy Creechley 2beb5ab2aa
try queue setup 2024-05-20 18:32:14 +03:00
Jaremy Creechley f90c4cdb66
try queue setup 2024-05-20 18:13:34 +03:00
Jaremy Creechley 9e2820944d
try queue setup 2024-05-20 18:04:05 +03:00
Jaremy Creechley 899a0f6f95
try queue setup 2024-05-20 17:54:06 +03:00
Jaremy Creechley 683d2186b0
try queue setup 2024-05-20 17:45:13 +03:00
Jaremy Creechley 5fbf2abcb0
try queue setup 2024-05-20 17:43:27 +03:00
Jaremy Creechley f603b642a2
try queue setup 2024-05-20 17:33:41 +03:00
Jaremy Creechley 13c59ca575
try queue setup 2024-05-20 17:31:34 +03:00
Jaremy Creechley 98abf47a23
try queue setup 2024-05-20 17:15:51 +03:00
Jaremy Creechley 30e087efb2
cleanup 2024-05-20 15:51:21 +03:00
Jaremy Creechley a96ea80148
fix awaitThreadResult 2024-05-18 18:12:50 +03:00
Jaremy Creechley 54edcb1ce7
fix spwan 2024-05-17 01:41:19 +03:00
Jaremy Creechley 0bbd558ee7
fix results stuff 2024-05-17 01:36:04 +03:00
Jaremy Creechley ebc284ae6a
fix results stuff 2024-05-17 01:31:53 +03:00
Jaremy Creechley 96862372e5
wire in prove 2024-05-17 01:03:19 +03:00
Jaremy Creechley 1e86b5c051
wire in prove 2024-05-17 00:59:00 +03:00
Jaremy Creechley 0dfa2cc488
wire in prove 2024-05-17 00:51:57 +03:00
Jaremy Creechley 38ac70809e
add asynthreads utils 2024-05-17 00:39:07 +03:00
Jaremy Creechley 542ba13222
add asynccircom backend 2024-05-17 00:30:11 +03:00
Jaremy Creechley c09c27ad2c
add asynccircom backend 2024-05-17 00:14:37 +03:00
Jaremy Creechley 2af5ed1490
add asynccircom backend 2024-05-17 00:11:52 +03:00
Jaremy Creechley 41167c6a74
add asynccircom backend 2024-05-16 21:49:31 +03:00
Jaremy Creechley 2e26a77e90
add asynccircom backend 2024-05-16 21:46:34 +03:00
Jaremy Creechley 5e39fe8380
add asynccircom backend 2024-05-16 21:43:35 +03:00
Jaremy Creechley 0ac9750308
add asynccircom backend 2024-05-16 21:41:24 +03:00
Jaremy Creechley aa9f2d2a1f
modifying circomcompat for use with asyncthreading 2024-05-16 21:36:02 +03:00
Jaremy Creechley a4010d1844
modifying circomcompat for use with asyncthreading 2024-05-16 21:35:24 +03:00
Jaremy Creechley eb75887631
modifying circomcompat for use with asyncthreading 2024-05-16 21:27:28 +03:00
Jaremy Creechley 7949a253ce
modifying circomcompat for use with asyncthreading 2024-05-16 21:26:18 +03:00
Jaremy Creechley 8f8d51faa4
modifying circomcompat for use with asyncthreading 2024-05-16 21:12:38 +03:00
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
Dmitriy Ryajov 9e13d2251a
Prover works with zkey (#711)
* rework backend to instantiate key at initialization

* add groth16 convertes for solidity

* prover taks num samples on construction

* add zkey file

* rework helpers

* rename types

* update tests

* reworked test helpers

* rename types

* rework test

* test all slots artifacts

* bump to latest version
2024-02-19 18:58:39 +00:00