- 13 Jul, 2022 27 commits
-
-
Mark Tyneway authored
Trigger releases
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
Also deletes leftover copies of solc in the root of the image. They are copied to the places where they are expected.
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Updates Goerli addresses for the new Goerli testnet. Necessary or SDK will not work on Goerli testnet. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
Mark Tyneway authored
* ci: move `op-bindings` check to own job This should speed up the CI so that the check for the `op-bindings` runs in parallel with the `contracts-bedrock` tests. This step is often very slow compared to others and I often find myself waiting on it. * contracts-bedrock: update readme Delete some dead info Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
Trigger Releases
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master Begin Release
-
Diederik Loerakker authored
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
* contracts-governance: clean up the hardhat config Deletes some unused types and cleans up the hh config file * contracts-governance: more cleanup Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
smartcontracts authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
protolambda authored
-
protolambda authored
-
smartcontracts authored
Cleans up natspec for Drippie and its dependencies. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
protolambda authored
-
smartcontracts authored
Minor change, moves the TeleportrWithdrawer contract to the L1 folder to keep in line with the placing of other Teleportr contracts. We currently only use this contract on the L1 side. If we ever want an L2 to L1 teleportr, we might want to put all of these things in universal. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* contracts: fix typechain packaging * deps: update typechain * dtl: fix typechain import Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 12 Jul, 2022 11 commits
-
-
Mark Tyneway authored
* contracts-periphery: add typechain * ctp: fix depcheck Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
* style(ctb): clean up hashing and encoding libs Cleans up Hashing and Encoding libraries. Updates natspec and cleans up function names. * contracts-bedrock: cover nonce decoding * contracts-bedrock: regenerate storage-layout Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
smartcontracts authored
Copies TeleportrDeposit and TeleportrDisburser to the contracts-periphery package in preparation for an upcoming audit. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
Makes it easier to debug when problems go wrong Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
* op-node: testnet fixes - sanity check L2 block after block derivation pipeline reset, and fix log level of attributes queue * Update op-node/rollup/derive/attributes_queue.go Co-authored-by:
Joshua Gutow <jgutow@optimism.io> Co-authored-by:
Joshua Gutow <jgutow@optimism.io>
-
Mark Tyneway authored
Ports tests from `contracts`. Will help with coverage results. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Ben Wilson authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up CrossDomainUtils, CrossDomainHashing, and WithdrawalVerifier into two new libraries, Hashing and Encoding. Will be followed up by a second PR to clean up function names and comments. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Diederik Loerakker authored
* op-bindings: test that op-bindings predeploy addresses match geth * go: update bedrock geth dependency * op-e2e: drop old Enabled flag Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the PredeployAddresses contract. I went ahead and clearly marked and separated the legacy addresses and the non-legacy addresses. I also renamed the L2StandardTokenFactory address to correspond to the new name (OptimismMintableERC20Factory) and deleted several predeploy addresses which no longer exist in the state of L2. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 11 Jul, 2022 2 commits
-
-
Mark Tyneway authored
This will allow the `DepositTx` class to be more easily reusable across projects. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* contracts-bedrock: less compiler warnings Cleans up compiler warnings that were introduced in https://github.com/ethereum-optimism/optimism/pull/2938. A bunch of unused variables are deleted, reverts are being asserted on so no need to assign variables. * contracts-bedrock: regenerate snapshot Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-