- 10 Dec, 2021 4 commits
-
-
Matthew Slipper authored
feat: surface low-level sequencer execution errors, fix itest flakes
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
- 09 Dec, 2021 12 commits
-
-
smartcontracts authored
feat: add sdk utils and corresponding tests
-
Mark Tyneway authored
feat: Add audits folder
-
Kelvin Fichter authored
-
smartcontracts authored
feat: add test scaffold for CrossChainProvider
-
smartcontracts authored
feat: add CrossChainMessenger test scaffold and CrossChainERC20Pair API
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master Release PR
-
Kelvin Fichter authored
-
Matthew Slipper authored
go/proxyd: Allow string RPC IDs
-
Maurelian authored
-
Matthew Slipper authored
Metadata: - Fixes ENG-1768
-
- 08 Dec, 2021 13 commits
-
-
Maurelian authored
-
Maurelian authored
-
Mark Tyneway authored
Renamed op-exporter and added CI
-
Kelvin Fichter authored
-
Ben Wilson authored
-
Mark Tyneway authored
itests: remove old sync-tests
-
Ben Wilson authored
-
Ben Wilson authored
-
Mark Tyneway authored
The sync tests would cover syncing of replicas and verifiers. The replica syncing is now covered in the integration tests which lets us remove the sync tests.
-
smartcontracts authored
feat: translate SDK API spec to TS types
-
Kelvin Fichter authored
-
smartcontracts authored
feat: add base SDK package
-
Kelvin Fichter authored
-
- 07 Dec, 2021 11 commits
-
-
Mark Tyneway authored
ops: pass through start block height to dtl
-
Mark Tyneway authored
Without this explicitly configured, the `ops` package would hang on my machine. It was incorrectly using a start height greater than the size of the L1 chain
-
Mark Tyneway authored
integration-tests: fee too low/too high
-
Mark Tyneway authored
fix: deployer dockerfile
-
Mark Tyneway authored
feat: hardhat fork mode
-
Mark Tyneway authored
-
Harry Oh authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds forking config to the `ethereumoptimism/hardhat` docker image. This can be configured with the following env vars: - `FORK_URL` - http provider of the remote node to fetch data from - `FORK_STARTING_BLOCK` - block to start forking from, if left undefined it will use the tip Without `FORK_URL` set, it will not run in forking mode Also adds the ability to configure the gas price with: - `GAS_PRICE` - defaults to 0, which was the previous behavior
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the integration tests to work when fees are enforced by the sequencer. This allows for integration test coverage of the cases where transactions are rejected when fees are too low or too high.
-