- 25 Jan, 2022 2 commits
-
-
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 3 commits
-
-
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 8 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
-