nim-codex/tests/integration
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
..
clioption.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
codexclient.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
codexconfig.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
codexprocess.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
hardhatconfig.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +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 Update contract (#734) 2024-03-12 08:18:25 +00:00
nodeconfig.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
nodeprocess.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
nodes.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
testIntegration.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
testblockexpiration.nim Fix REST endpoints semantics (#612) 2023-11-20 16:14:06 -08:00
testcli.nim Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
testmarketplace.nim Update contract (#734) 2024-03-12 08:18:25 +00:00
testproofs.nim Update contract (#734) 2024-03-12 08:18:25 +00:00
twonodes.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00