nim-dagger/tests/integration
markspanbroek d1658d7b77
Fix on-chain clock (#732)
* market: use `pending` blocktag when querying onchain state

* clock: use wall clock in integration tests

reason: we'll need to wait for the next period in
integration tests, and we can't do that if the
time doesn't advance

* clock: remove unused field

* integration: use pending block time to get current time

* clock: fix on-chain clock for hardhat

Only use 'latest' block for updates
Only update the first time you see a block

* integration: do not start tests with a very outdated block

* integration: allow for longer expiry period
2024-03-11 16:57:20 +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 refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
multinodes.nim Fix on-chain clock (#732) 2024-03-11 16:57:20 +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 Fix on-chain clock (#732) 2024-03-11 16:57:20 +00:00
testproofs.nim Fix on-chain clock (#732) 2024-03-11 16:57:20 +00:00
twonodes.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00