Conversation
Collaborator
mslipper
commented
Jun 6, 2022
- ci: cleanup circleci
- contracts-bedrock: move core-utils to deps
- Bedrock: update geth, fix bug (Bedrock: update geth, fix bug #2665)
- ci: Add mergify-ignore label to prevent automerge
- fix(ci): bedrock requires monorepo (fix(ci): bedrock requires monorepo #2672)
- Bedrock: use Engine API authentication (Bedrock: use Engine API authentication #2591)
- fix: regenerate yarn.lock
- feat(ctp): use solmate instead of oz (feat(ctp): use solmate instead of oz #2674)
- frozen lockfile (Frozen lockfile #2675)
- fix: makefile
- fix: bedrock itests
- fix: update yarn script
- fix attempt
- feat: deploy RetroReceiver (feat: deploy RetroReceiver #2680)
- chore(deps): bump github.com/ethereum/go-ethereum from 1.10.16 to 1.10.17 in /op-exporter (chore(deps): bump github.com/ethereum/go-ethereum from 1.10.16 to 1.10.17 in /op-exporter #2651)
- feat(contracts): deposit gas metering via 1559 (feat(contracts): deposit gas metering via 1559 #2575)
- Update replicas for new healthcheck verison (Update replicas for new healthcheck verison #2638)
- contracts-bedrock: depositTransaction warning (contracts-bedrock: depositTransaction warning #2678)
- contracts-bedrock: fix linter (contracts-bedrock: fix linter #2682)
- teleportr: Increase max disbursements to 15 (teleportr: Increase max disbursements to 15 #2685)
- teleportr: Improve metrics (teleportr: Improve metrics #2690)
- devnet: fix devnet (devnet: Fix devnet #2684)
It was previously in dev dependencies which could cause problems for production builds
* bedrock: update geth, fixes empty tx list problem, and update go.work properly * fix(op-node): increase gas of l1 info tx, temporary work-around, evm was running out of gas Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
contracts-bedrock: move core-utils to deps
ci: cleanup circleci
* feat: new --l2.jwt-secret flag to authenticate engine API comms with l2, remove l2.eth flag, update e2e tests * feat: update bedrock ops with jwt secret flag Co-authored-by: Matthew Slipper <me@matthewslipper.com>
Replaces OZ contracts with solmate, now that v7 is MIT licensed. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
ci: Add mergify-ignore label to prevent automerge
fix: regenerate yarn.lock
Fixes the top level makefile after bedrock contracts migration
fix: bedrock itests
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…0.17 in /op-exporter (#2651) * chore(deps): bump github.com/ethereum/go-ethereum in /op-exporter Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.10.16...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Create red-eyes-sparkle.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* maint(ct): clean up OptimismPortal contract Cleans up and standardizes the OptimismPortal contract. * feat(ct): implement EIP-1559 gas burn Implements the EIP-1559 gas burn in the OptimismPortal using Joshua's specification. Simplified the initial draft by Mark quite a bit at the expense of slightly increased gas costs. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
* Update replicas for new healthcheck verison * Added mainnet replicas Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Addresses TOB-OPT-7: > When a smart contract submits a deposit transaction, the code will transform the contract address to an aliased address by adding a fixed offset. Due to the lack of specification and guidance regarding how smart contracts should manage funds within the system, a naive smart contract that interacts with the DepositFeed could lock funds in the system that may not be retrievable later. The recommendation was: > Provide guidance within the documentation to ensure that smart contract developers are aware of this edge case. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by: Matthew Slipper <me@matthewslipper.com>
Fixes the linter to ensure that the prettier that was installed is used instead of a global prettier executable
- Update metrics collection to happen on an interval in addition to on each tick of the driver loop. This lets us continue collecting on-chain metrics if the driver loop halts for some reason. - Adds an additional metric to track the last on-chian deposit ID. This will let add Teleportr halting alerts more easily.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: 0f794f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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.