- 19 Sep, 2022 1 commit
-
-
Maurelian authored
* fix(ctb): L-06 Circumventable requirement that owner and proposer are distinct Overrides the default transferOwnership function to enforce this requirement. Likewise in the initialize function. * chore: Regen bindings * update more file * fix devnet + weth9 * try to fix weth9 again * one more weth9 * update snapshot Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
- 18 Sep, 2022 1 commit
-
-
smartcontracts authored
Bumps ethers to 5.7.0 everywhere. Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
- 17 Sep, 2022 1 commit
-
-
Maurelian authored
* fix(ctb): M-03 Eth can be send to undeliverable recipient * fix(ctb): M-07 CrossDomainMessenger allows sending messages to unrelayable addresses" * fix(ctb): L-01 Improve deposit docs * fix(ctb): L-09 Misleading inline documentation * fix(ctb): Standard Bridge does not support tokens with transfer fees * fix(ctb): N-07 Unexplained literal values
-
- 16 Sep, 2022 20 commits
-
-
Matthew Slipper authored
* ops: Add oneshot deployment container Adds a one-shot container that runs both op-geth and op-node in the same container. It also embeds the configuration for a specific network in the container in order to cut down on deployment errors. See README.md for full usage and architecture. * remove env var
-
Matthew Slipper authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
smartcontracts authored
Cleans up spacers to all be private, introduces types to the custom spacer natspec, and renames spacer variables to include slot, offset, and length so we can automate checks. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/compare/6.0.0...6.0.5) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Simplifies XDM initialization by moving all input variables into the constructor. This was the best I could do, we still need an initializer because of the stuff that the base contract inherits. The primary benefit of this change is that it means we never have to put any parameters into the initializer, which means we can be very certain about parameters before we perform the upgrade.
-
Maurelian authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
-
smartcontracts authored
Cleans up the config check task so it's slightly easier to maintain. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Updates GovernanceToken to use seaport style comments. Minor fix, but might as well be consistent across the codebase. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Fixes a bug in the fault detector that would cause errors when running on testnets with very short fault proof windows. Now handles this case explicitly. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Will Cory authored
Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Minor README update after questions from a third party. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Fixes a small error in the message-relayer canary action that would cause it to fail to build. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Adds a fault status API endpoint so people can easily query if the node is currently diverged. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Makes finalizeWithdrawalTransaction not payable. Having this function be payable created test failures because it was confusing whether funds should be sent to that function.
-
- 15 Sep, 2022 8 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
* proxyd: Support per-RPC rate limits * add log Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Javed Khan authored
-
Maurelian authored
-
Javed Khan authored
-
Javed Khan authored
-
- 14 Sep, 2022 9 commits
-
-
Mark Tyneway authored
op-chain-ops: cross domain message
-
Mark Tyneway authored
-
Mark Tyneway authored
Trigger Releases
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Merge develop to master
-
Mark Tyneway authored
-
Mark Tyneway authored
op-bindings: l1xdm bindings
-
Mark Tyneway authored
Implement encoding and hashing of `CrossDomainMessage` structs. This includes some tests for both v0 and v1 that were generated using solidity. This is required for the migration of withdrawal hashes.
-