nim-codex/tests/integration
Eric 6ff4d30b43
fix(tests/integration): fix bootstrap node spr (#1048)
After a change in PR #1031, bootstrap node sprs may not work when Hardhat nodes are started with the tests. This fixes it by appending all started client's and provider's SPR to a sequence, and using that sequence of SPRs to start the next node. This means all subsequently started nodes will be connected to its previously started peers.

This also fixes the case when bootstrap SPRs would not be present if no clients were started.
2024-12-18 08:10:36 +00:00
..
clioption.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexclient.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
codexconfig.nim Validator historical state restoration (#922) 2024-12-14 05:07:55 +00:00
codexprocess.nim fix(nodeprocess): asyncspawn capture output (#1045) 2024-12-17 09:51:38 +00:00
hardhatconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatprocess.nim fix(nodeprocess): asyncspawn capture output (#1045) 2024-12-17 09:51:38 +00:00
marketplacesuite.nim Validator historical state restoration (#922) 2024-12-14 05:07:55 +00:00
multinodes.nim fix(tests/integration): fix bootstrap node spr (#1048) 2024-12-18 08:10:36 +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 refactor(trackedfutures): remove return of future from tracked futures api (#1046) 2024-12-18 07:39:03 +00:00
testblockexpiration.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testcli.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testecbug.nim feat: expose underlying nim-ethers errors to logs (#985) 2024-12-03 11:16:24 +00:00
testmarketplace.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testproofs.nim feat: expose underlying nim-ethers errors to logs (#985) 2024-12-03 11:16:24 +00:00
testpurchasing.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testrestapi.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testsales.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testupdownload.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00
testvalidator.nim Validator historical state restoration (#922) 2024-12-14 05:07:55 +00:00
twonodes.nim Applies multinodessuite in twonodessuite (#1031) 2024-12-17 13:01:41 +00:00