- 25 Jan, 2022 23 commits
-
-
Mark Tyneway authored
Update README.md
-
Mark Tyneway authored
l2geth: fix nonce issue
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
-
Matthew Slipper authored
proxyd: Allow cached RPC keys to be evicted
-
inphi authored
-
Matthew Slipper authored
go/proxyd: Add additional itests for cache, changeset
-
Matthew Slipper authored
-
dependabot[bot] authored
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Matthew Slipper authored
go/batch-submitter: Add releases for go BSS
-
Matthew Slipper authored
-
Matthew Slipper authored
-
smartcontracts authored
feat(sdk): implement L2 message gas estimation
-
smartcontracts authored
maintenance: clean up typings in core utils
-
Matthew Slipper authored
-
Matthew Slipper authored
-
kf authored
-
smartcontracts authored
maintenance: improved docstrings for BCFG
-
Kelvin Fichter authored
-
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 5 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
-