-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(integration): add ability to search logs in integration test nodes + slot reservations test #976
Open
emizzle
wants to merge
16
commits into
master
Choose a base branch
from
chore/ethers-update-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for b8ad3fd - Browse repository at this point
Copy the full SHA b8ad3fdView commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for be0d710 - Browse repository at this point
Copy the full SHA be0d710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7e4c7 - Browse repository at this point
Copy the full SHA 2b7e4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61605f - Browse repository at this point
Copy the full SHA b61605fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30213b4 - Browse repository at this point
Copy the full SHA 30213b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1019d97 - Browse repository at this point
Copy the full SHA 1019d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4880f - Browse repository at this point
Copy the full SHA 4a4880fView commit details -
Rename
config
toconfiguration
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.
Configuration menu - View commit details
-
Copy full SHA for f917100 - Browse repository at this point
Copy the full SHA f917100View commit details -
Prevents an issue were `JsonNode.items` symbol could not be found
Configuration menu - View commit details
-
Copy full SHA for 70143f4 - Browse repository at this point
Copy the full SHA 70143f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4260cdd - Browse repository at this point
Copy the full SHA 4260cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8806166 - Browse repository at this point
Copy the full SHA 8806166View commit details -
Configuration menu - View commit details
-
Copy full SHA for a180815 - Browse repository at this point
Copy the full SHA a180815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9204eef - Browse repository at this point
Copy the full SHA 9204eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0addcc5 - Browse repository at this point
Copy the full SHA 0addcc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b015a9 - Browse repository at this point
Copy the full SHA 7b015a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab9c1f - Browse repository at this point
Copy the full SHA bab9c1fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.