nim-codex/tests/codex
markspanbroek b3e57a37e2
Wire up prover (#736)
* wire prover into node

* stricter case object checks

* return correct proof

* misc renames

* adding usefull traces

* fix nodes and tolerance to match expected params

* format challenges in logs

* add circom compat to solidity groth16 convertion

* update

* bump time to give nodes time to load with all circom artifacts

* misc

* misc

* use correct dataset geometry in erasure

* make errors more searchable

* use parens around `=? (await...)` calls

* styling

* styling

* use push raises

* fix to match constructor arguments

* merge master

* merge master

* integration: fix proof parameters for a test

Increased times due to ZK proof generation.
Increased storage requirement because we're now hosting
5 slots instead of 1.

* sales: calculate initial proof at start of period

reason: this ensures that the period (and therefore
the challenge) doesn't change while we're calculating
the proof

* integration: fix proof parameters for tests

Increased times due to waiting on next period.
Fixed data to be of right size.
Updated expected payout due to hosting 5 slots.

* sales: wait for stable proof challenge

When the block pointer is nearing the
wrap-around point, we wait another period
before calculating a proof.

* fix merge conflict

---------

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2024-03-12 12:10:14 +00:00
..
blockexchange Wire up prover (#736) 2024-03-12 12:10:14 +00:00
helpers Wire up prover (#736) 2024-03-12 12:10:14 +00:00
merkletree Build slots (#668) 2024-01-11 08:45:23 -08:00
node Wire up prover (#736) 2024-03-12 12:10:14 +00:00
sales Wire up prover (#736) 2024-03-12 12:10:14 +00:00
slots Prover works with zkey (#711) 2024-02-19 18:58:39 +00:00
stores update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
utils Fixes active cancellation for pending want requests (#714) 2024-02-22 14:54:45 +00:00
examples.nim wire in circom backend (#698) 2024-02-09 21:40:30 +00:00
helpers.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testasyncheapqueue.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testasyncstreamwrapper.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testblockexchange.nim Blocks leak and inflight for pending blocks (#315) 2022-11-15 00:12:05 -06:00
testchunking.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testclock.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testerasure.nim cleanup manifest and wire in strategy (#696) 2024-02-07 20:54:57 +00:00
testindexingstrategy.nim rework indexing strategy to use an enum (#694) 2024-02-07 11:13:27 -08:00
testlogutils.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
testmanifest.nim cleanup manifest and wire in strategy (#696) 2024-02-07 20:54:57 +00:00
testmerkletree.nim Rework merkle tree (#654) 2023-12-21 06:41:43 +00:00
testnode.nim Contracts handler (#672) 2024-01-15 08:45:04 -08:00
testpurchasing.nim Fix sales agent (#733) 2024-03-12 06:41:03 +00:00
testsales.nim Fix sales agent (#733) 2024-03-12 06:41:03 +00:00
testslots.nim Prover works with zkey (#711) 2024-02-19 18:58:39 +00:00
teststores.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
teststorestream.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testsystemclock.nim Revert "remove call to `waitFor` from clock.now and make it async (#691)" (#707) 2024-02-16 22:12:16 +00:00
testutils.nim Improve integration testing client (CodexClient) and json serialization (#514) 2023-09-01 15:44:41 +10:00
testvalidation.nim Revert "remove call to `waitFor` from clock.now and make it async (#691)" (#707) 2024-02-16 22:12:16 +00:00