- 03 Nov, 2023 1 commit
-
-
Danyal Prout authored
-
- 02 Nov, 2023 22 commits
-
-
Mark Tyneway authored
contracts-bedrock: fuzz optimism portal
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Hamdi Allam authored
fix(indexer) Add API Timeouts & Closures
-
Inphi authored
ci: ignore code coverage in script contracts
-
inphi authored
-
Mark Tyneway authored
Liveness clean up
-
Mark Tyneway authored
fix(bedrock-devnet): build connection in polling loop of `wait_for_rpc_server`
-
Mark Tyneway authored
build(deps): bump viem from 1.18.1 to 1.18.2
-
Mark Tyneway authored
-
Mark Tyneway authored
op-upgrade: log invalid deploy-config error
-
kafeikui authored
-
Adrian Sutton authored
op-challenger: Move away from generated bindings and batch load claims.
-
Hamdi Allam authored
fix(indexer.api): Add msg hash to withdrawal response
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
op-bindings: Rebuild
-
Joshua Gutow authored
-
Joshua Gutow authored
-
inphi authored
-
Adrian Sutton authored
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.18.1...viem@1.18.2) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 01 Nov, 2023 17 commits
-
-
Mark Tyneway authored
contracts-bedrock: better comment for deployer `name()(string)`
-
Mark Tyneway authored
Co-authored-by:
Matt Solomon <matt@mattsolomon.dev>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Migrate away from using magic variables and towards fuzzing in the `OptimismPortal` instead. This improves test coverage while moving away from an antipattern which is defining variables far away from where they are used. Its good to fuzz in place of this or have explicit visibility into what variables are used.
-
Mark Tyneway authored
contracts-bedrock: fully deprecate semver
-
Mark Tyneway authored
contracts-bedrock: delete `CheckBalanceHigh` dripcheck
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the comment for the `name()(string)` function that is abstract on the `Deployer` contract. It should be more obvious why the function exists now.
-
Maurelian authored
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Removes the implementation of `Semver` in favor of `ISemver` fully. Now all contracts that previously used `Semver` should use `ISemver` and manually implement the `version()(string)` getter. Also update some import paths in files that were modified with the `Semver` change. Also removes any semver from `SchemaResolver` because it is an abstract contract. The contracts that inherit it should implement `ISemver` so that they can be versioned independently. Each contract that had its source code updated had a minor version bump. Regenerate the bindings, gas-snapshot and semver-lock. Note that the `OptimismMintableERC20Factory` had its semver bumped because it deploys `OptimismMintableERC20` tokens, which had its bytecode changed by moving from `Semver` to `ISemver`.
-
Mark Tyneway authored
-