nim-codex/tests/integration
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
..
clioption.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexclient.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
codexconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexprocess.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatprocess.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
marketplacesuite.nim Update contract (#734) 2024-03-12 08:18:25 +00:00
multinodes.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
nodeconfig.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
nodeconfigs.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
nodeprocess.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
nodes.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testIntegration.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testblockexpiration.nim Fix REST endpoints semantics (#612) 2023-11-20 16:14:06 -08:00
testcli.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
testmarketplace.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
testproofs.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
twonodes.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00