- 26 Jan, 2022 4 commits
 - 
- 
smartcontracts authored
feat(sdk): implement sendMessage
 - 
Kelvin Fichter authored
 - 
Kelvin Fichter authored
 - 
smartcontracts authored
feat: implement getMessageStatus
 
 - 
 - 25 Jan, 2022 26 commits
 - 
- 
Mark Tyneway authored
Version Packages
 - 
github-actions[bot] authored
 - 
Mark Tyneway authored
Develop -> Master PR
 - 
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 4 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
 - 
kf authored
 - 
Matthew Slipper authored
integration-tests: Changes to make it work with live networks again
 - 
Matthew Slipper authored
 
 -