-
Notifications
You must be signed in to change notification settings - Fork 169
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
Merge upstream v1.3.0 #121
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hain-mon_docker_build chore: Improve chain-mon docker build
ops: handle warm-up output case during docker publish correctly
…rn/types/node-20.8.9 build(deps-dev): bump @types/node from 20.8.8 to 20.8.9
…config op-node: Pull in Canyon Time from superchain registry
ci: Add filters so op-stack-go-docker-build-release builds on tags.
contracts-bedrock: modern import style in tests
Adds a new helper library called `EIP1967Helper` that can get the admin and impl storage slots from a `Proxy` implementing ERC1967. This is more helpful to use than hardcoded magic values such as `multisig` because it is not clear who the multisig is since its value is assigned in a different file. We want to decouple the value from a magic value and set it to exactly what we want it to be which is the admin. This will work in all cases no matter what the admin is since it dynamically pulls the value from storage for the tests.
…tushar/client-pod-issue-131/initializer-ci-check
contracts-bedrock: fix test legibility
Fault dispute tests take longer to execute when polling with HTTP so disable the longer running cannon tests on HTTP. Cannon itself is unaffected by the connection type and the challenger is tested with HTTP via the alphabet game tests.
ci: Use pipeline.git.tag not pipeline.git.branch when doing releases
op-e2e: Disable cannon tests when using HTTP instead of WS
…System Configuration.
Remove the publish step because all tags are added by the docker buildx step already.
Remove the git tag from the release tags to add and allow the release script to add it instead.
…d-typos Fixes docker-bake build targets for ci-builder and chain-mon
…ishonest moves. The timeout is expected to be reached sometimes because the challenger has chosen not to respond, so we don't want the default long timeout.
op-node: Enable Canyon on Goerli & Sepolia via superchain registry
bnoieh
requested review from
owen-reorg,
krish-nr and
welkin22
and removed request for
redhdx and
andyzhang2023
February 6, 2024 03:27
bnoieh
commented
Feb 21, 2024
fix(op-node): fix basefee when start new chain with fermat
Co-authored-by: bnoieh <135800952+bnoieh@users.noreply.github.com>
…to merge-upstream-v1.3.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Merge upstream optimism v1.3.0
Rationale
To import bugsfix/improvements/features from upstream
Example
n/a
Changes
Changes from upstream
v1.1.1 -> v1.3.0
Modifies to upstream
Others