Conversation
merge Master into Develop
Fixes withdrawals by specifying the correct storage slot. Note that this does not fix the op-e2e tests, which were incorrectly passing. @protolambda is working on this.
…or testutils fix (#3232)
* style(batch-submitter): fix lint * style(bss-core): fix lint * chore(proxyd): use io and os instead of deprecated ioutil methods, fixes lint
Co-authored-by: Matthew Slipper <me@matthewslipper.com>
We're moving to Bedrock, so these nightlies aren't used anymore. Additionally, they were pushing directly to our Docker Hub repository. If we need to bring these back, we'll need to update them to push to GCR instead.
Fix: expired Discord link
Significantly improves the bundle size of the contracts package by exporting deployments more intentionally and by removing certain unnecessary exports.
hardhat-node docker image was not being properly published. We were also using the wrong docker image name.
…23 (#3338) * bedrock: update to latest op-geth, based on geth master, after v1.10.23 * op-chain-ops: fix test deep equal check Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* op-node: buffer unsafe payloads with priority queue, pop lowest number to maintain max size, and do not drop if the first payload is in the future * payload queue testing * op-node: payload queue metrics, error handling * op-node: fix payloads queue test missing pop * op-node: payloads queue false semgrep case Co-authored-by: Matthew Slipper <me@matthewslipper.com>
* op-bindings: Add storage layout generation * semgrep * add forgotten files * fix op-node, remove deprecated script * Remove deployed * Remove targets * go mod tidy * goimports * imports * devnet fix * parallelize bindgen, fix diff
ops: Automatically upgrade deps, release v0.8.3
* chore: Upgrade foundry * Changeset
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Last unwrapped errors
Fixes two contracts in contracts-periphery to use the correct import paths. Also modifies the contracts package to copy contracts into the root directory on every build, not just before publish. This resolves the issue where the contracts package could not be properly used within the monorepo. Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
MetaMask requested that we use ethers submodules instead of importing the entire ethers package. Relatively straightforward change. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* chore: Upgrade op-geth * Add forgotten params * Update chain ops
* op-chain-ops: Allow configurable dev accounts * Set difficulty to zero * Add tests
Release op-* v0.8.6
* op-node: Add additional command to generate L2 configs This command will be used in bedrock-regentool to replace the old hardhat scripts. * fix linter
Fix: expired Discord link
…gas-blocktag l2geth: add block tag to `eth_estimateGas`
fix(ci): properly publish hardhat-node
🦋 Changeset detectedLatest commit: 6c0235a The changes in this PR will be included in the next version bump. This PR includes changesets to release 17 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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
Begin triggering releases