- 22 Jan, 2022 4 commits
-
-
Matthew Slipper authored
-
Mark Tyneway authored
chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3
-
Matthew Slipper authored
-
Mark Tyneway authored
l2geth: fix monotonicity logging bug
-
- 21 Jan, 2022 19 commits
-
-
Matthew Slipper authored
feat: add confirmation depth awareness to txmgr
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Matthew Slipper authored
go/proxyd: Cache block-dependent RPCs
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
smartcontracts authored
test: use hardhat-ethers for importing factories in integration tests
-
Patrice Vignola authored
-
- 20 Jan, 2022 14 commits
-
-
Matthew Slipper authored
go/proxyd: Add integration tests and batch support
-
Matthew Slipper authored
-
Matthew Slipper authored
- Fixes ENG-1903
-
Matthew Slipper authored
-
Mark Tyneway authored
Split OVMMulticall.sol into Multicall.sol & OVMContext.sol in integration tests
-
Mark Tyneway authored
The logline `Blocknumber monotonicity violation` was being logged erroneously. This commit ensures that it is not logged when it doesn't need to be logged. It would previously log if the L1 blocknumber was equal to or less than and now it only logs if the L1 blocknumber is less than.
-
dependabot[bot] authored
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/stevemao/trim-off-newlines/releases) - [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: trim-off-newlines dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
chore: add changeset for l2geth
-
Mark Tyneway authored
Add missing changeset for https://github.com/ethereum-optimism/optimism/pull/2011 A replica can be configured with the flag `--sequencer.clienthttp` or the env var `SEQUENCER_CLIENT_HTTP` which points to the sequencer and when users hit the RPC endpoint `eth_sendRawTransaction` it will forward the value to the sequencer. If running a mainnet node, this value should be set to `https://mainnet.optimism.io` or an infrastructure provider such as Quiknode, Infura or Alchemy.
-
Mark Tyneway authored
feat: regenerate receipt json for optimism fields
-
Annie Ke authored
-
- 19 Jan, 2022 3 commits
-
-
Mark Tyneway authored
l2geth: forward tx to sequencer
-
Javed Khan authored
-
Indeavr authored
(feat): Split OVMMulticall into Multicall (makerdao impl) and OVMContext (used as base contract for OVMContextStorage)
-