Jaremy Creechley
935133df8c
fix verifier
2024-06-03 14:58:35 +01:00
Jaremy Creechley
7972b5df5f
verifier failing now but works locally
2024-06-03 14:38:48 +01:00
Jaremy Creechley
59300059b4
verifier failing now
2024-06-03 14:34:21 +01:00
Jaremy Creechley
76e0e77cb7
fix verifier
2024-06-03 14:30:17 +01:00
Jaremy Creechley
a695688faf
fix gc args issue
2024-06-03 14:14:12 +01: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
Eric
f567f4ec15
refactor: use serde for json de/serialization instead of utils/json ( #704 )
...
* json > nim-serde bump
Should wait until serde is integrated into nim-ethers before making these changes as there will be less import exceptions required.
* bump nim-serde
* change func to proc due to chronicles side effects
* import serde into utils/json, use as proxy
import nim-serde into utils/json and use utils/json as a proxy for serde functions, including overloading `%` and `fromJson` for application types.
* update tests to use serde
* bump serde to latest
* remove testjson -- no longer needed
* bump serde in nimble
* updates to reconcile rebase with master
2024-03-19 03:25:13 +00:00