Skip to content

integration-tests: Fix merge issue#2250

Merged
mslipper merged 1 commit intoethereum-optimism:developfrom
mslipper:bugfix/itests
Mar 3, 2022
Merged

integration-tests: Fix merge issue#2250
mslipper merged 1 commit intoethereum-optimism:developfrom
mslipper:bugfix/itests

Conversation

@mslipper
Copy link
Copy Markdown
Contributor

@mslipper mslipper commented Mar 3, 2022

PR #2199 introduced removed ctc from env, so the itests for batch serialization need to be updated.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 3, 2022

⚠️ No Changeset found

Latest commit: e301661

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the A-integration Area: integration tests label Mar 3, 2022
@tuxcanfly
Copy link
Copy Markdown
Contributor

Verified that compile issue:

An unexpected error occurred:

test/z-batch-serialization.spec.ts:18:28 - error TS2339: Property 'ctc' does not exist on type 'OptimismEnv'.

18     const logs = await env.ctc.queryFilter(
                              ~~~
test/z-batch-serialization.spec.ts:19:11 - error TS2339: Property 'ctc' does not exist on type 'OptimismEnv'.

19       env.ctc.filters.TransactionBatchAppended(),
             ~~~

error Command failed with exit code 1.

was fixed with the changes in the PR.

Copy link
Copy Markdown
Contributor

@tuxcanfly tuxcanfly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@mslipper mslipper merged commit aa726e8 into ethereum-optimism:develop Mar 3, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-integration Area: integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants