forked from bnb-chain/opbnb
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1
Closed
Closed
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
…evnet Enable Canyon in the devnet
op-bindings: regenerate
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- add match check-values-match job that searches using grep - define workflow to verify initializer value matches between contract and genesis
fix: string encode error TS2345
…/github.com/google/uuid-1.4.0 build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
fix: race condition updating last updated scorebook timestamp
…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.
…lc-19 ci-builder: include solc 0.8.19
op-node: Span Batch Limit
Refactor Span batch type Remove unused methods Explicit protocol constant Update type of parentCheck and l1OriginCheck Use require instead of assert in tests Refactor RandomTx Refactor Span batch tx tests Adjust tnf to fix test Update comments Co-authored-by: pcw109550 <pcw109550@gmail.com>
Signed-off-by: protolambda <proto@protolambda.com>
Also disables Go codecov to avoid spurious diffs due to non-deterministic codecov reports
ci: disable codecov comments on zero diff
…ctor op-node: Span Batch Type, Encoding, and Decoding Refactoring
…prefix fix(indexer) `op_indexer_` MetricsNamespace prefix + metric updates
feat(proxyd): support eip-1898 in tag rewritting
If the rethDB option is used without the proper build configuration, the op-node will panic. Note that we do not have this build configuration in our releases. This hides the option to use it, but does not fully remove it. There was some duplication required to easily hide the command line flag while still being able to use it for testing purposes. This commit should be reverted when rethDB is stable.
feat(ci-builder): Persist Rust toolchain in final image
op-e2e: Split e2e tests into two executors
op-node: Hide rethDB option
op-batcher: fix test RNG data flake
op-node: enable all network options by default
op-node: Enable Canyon on Goerli & Sepolia via superchain registry
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
add a description of your changes here...
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes: