Conversation
This fixes go based CI in several ways 1. Set test.parallel flag so it matches the actual amount of CPUs request 2. Add more calls to t.Parallel in op-e2e 3. Reduce the amount of blocks in TestBigL2Txs to reduce the test time.
The comment mistakenly said that the `pause` functionality would pause both deposits and withdrawals, while it only has the ability to pause withdrawals. The `PostSherlock` deploy script is also updated. We should be able to make the script generic in the future so that it doesn't need to be upgraded over time.
…on/script-cleanup
…on/doProxyTransfer
* 🤼 DisputeGame interfaces * 🧹 🧹 * Andreas' nits
txmgr: Add more metrics
Adds separate oracle method to access code by hash to support the way Geth now adds a prefix to the hash when storing new code values in the database.
ci: Update op-e2e
…st_deploy_scripts
…essor op-program: Extract block processing logic from engine api
…st_deploy_scripts
…_and_OptimistAllowlist_deploy_scripts feat(ctp): add deploy script for OptimistAllowlist & Optimist
op-program: Implement oracle backed database
|
…loyments feat(ctp): op mainnet Optimist deployments
✅ Deploy Preview for opstack-docs canceled.
|
…vert op-proposer: Log on reverted transaction
op-service/metrics: Add subsystem to event metrics
op-program: Implement oracle based L1 fetcher
op-e2e: Increase TestMockP2P timeout
op-program: Modify L2 oracle to not return error
This file contains hidden or 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
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
Finishes release from last week.