- 25 Jan, 2022 4 commits
-
-
smartcontracts authored
maintenance: improved docstrings for BCFG
-
Mark Tyneway authored
l2geth: better error message for proxying user txs
-
Mark Tyneway authored
This commit adds a better error message when there is an error for proxying user requests to the sequencer. This allows the change to be relatively backwards compatible as a good error message is returned when the sequencer url is not configured.
-
smartcontracts authored
Enforced import ordering in eslint
-
- 24 Jan, 2022 4 commits
-
-
kf authored
-
Indeavr authored
-
Matthew Slipper authored
go/proxyd: Properly handle null results
-
Matthew Slipper authored
Both the `Error` and `Result` fields on `RPCRes` had `omitempty` tags, so null results were being swallowed. We didn't catch this in integration tests because JavaScript tolerates missing keys. This is now fixed by using a custom JSON marshaler. Fixes #2049
-
- 23 Jan, 2022 2 commits
-
-
Matthew Slipper authored
l2geth: Add commands to initialize from a URL, and dump the current chainstate
-
Matthew Slipper authored
-
- 22 Jan, 2022 6 commits
-
-
Matthew Slipper authored
This PR adds two commands to l2geth: - `geth init <url> <genesisHash>`, which will download a remote genesis JSON file, compare its hash to the one specified on the CLI, then reinitialize the chain config. - `geth dump-chain-cfg`, which will dump the current chain config to stdout. These commands will make it easier for us to adopt the upcoming gas schedule hardfork. Fixes: ENG-1906
-
Matthew Slipper authored
integration-tests: Changes to make it work with live networks again
-
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 5 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
-