nim-codex/tests/integration
Eric 20a63ce7d7
chore: update dependencies, especially nim-ethers to chronos v4 compatible version (#968)
* chore: bump dependencies, including nim-ethers with chronos v4 support

Bumps the following dependencies:
- nim-ethers to commit 507ac6a4cc71cec9be7693fa393db4a49b52baf9 which contains a pinned nim-eth version. This is to be replaced by a versioned library, so it will be pinned to a particular version. There is a crucial fix in this version of ethers that fixes nonce management which is causing issues in the Codex testnet.
- nim-json-rpc to v0.4.4
- nim-json-serialization to v0.2.8
- nim-serde to v1.2.2
- nim-serialization to v0.2.4

Currently, one of the integration tests is failing.

* fix integration test

- When a state's run was cancelled, it was being caught as an error due to catching all CatchableErrors. This caused a state transition to SaleErrored, however cancellation of run was not actually an error. Handling this correctly fixed the issue.
- Stopping of the clock was moved to after `HostInteractions` (sales) which avoided an assertion around getting time when the clock was not started.

* bump ethers to include nonce fix and filter not found fix

* bump ethers: fixes missing symbol not exported in ethers

* Fix cirdl test imports/exports

* Debugging in ci

* Handle CancelledErrors for state.run in one place only

* Rename `config` to `configuration`

There was a symbol clash preventing compilation and it was easiest to rename `config` to `configuration` in the contracts. Not even remotely ideal, but it was the only way.

* bump ethers to latest

Prevents an issue were `JsonNode.items` symbol could not be found

* More changes to support `config` > `configuration`

* cleanup

* testing to see if this fixes failure in ci

* bumps contracts

- ensures slot is free before allowing reservation
- renames config to configuration to avoid symbol clash
2024-11-04 07:31:43 +02:00
..
clioption.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexclient.nim feat: add metadata to the manifest (#960) 2024-11-04 07:31:24 +02:00
codexconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
codexprocess.nim Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
hardhatconfig.nim Prover CLI updates (#735) 2024-03-12 09:57:13 +00:00
hardhatprocess.nim fix(slot-reservations): Avoid slot filled cancellations (#963) 2024-11-04 07:31:01 +02:00
marketplacesuite.nim chore: update dependencies, especially nim-ethers to chronos v4 compatible version (#968) 2024-11-04 07:31:43 +02:00
multinodes.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +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 fix(slot-reservations): Avoid slot filled cancellations (#963) 2024-11-04 07:31:01 +02:00
nodes.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testblockexpiration.nim Download API upgrade (#955) 2024-10-21 13:25:19 +03:00
testcli.nim Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
testecbug.nim Release v0.1.2 (#847) 2024-06-27 08:51:50 +03:00
testmarketplace.nim feat: partial rewards and withdraws (#880) 2024-10-21 13:24:47 +03:00
testproofs.nim feat(api): availabilities patch endpoint (#692) 2024-03-21 10:53:45 +00:00
testpurchasing.nim Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
testrestapi.nim feat: add metadata to the manifest (#960) 2024-11-04 07:31:24 +02:00
testsales.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
testupdownload.nim feat: add metadata to the manifest (#960) 2024-11-04 07:31:24 +02:00
twonodes.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00