- 27 Jan, 2022 5 commits
-
-
smartcontracts authored
test/docs: Improve docstrings and tests for utils in hex-strings.ts
-
Mark Tyneway authored
ci: decouple rpc-proxy publishing from l2geth
-
Mark Tyneway authored
ci: update version of changesets
-
Mark Tyneway authored
batch-submitter: import performance
-
smartcontracts authored
feat(sdk): implement depositETH
-
- 26 Jan, 2022 14 commits
-
-
Mark Tyneway authored
fix(contracts): remove broken link in README
-
Johns authored
-
smartcontracts authored
-
Kelvin Fichter authored
Implements the depositETH function for the upcoming Optimism JS SDK. Very basic functionality, only allows users to deposit to their own accounts. We can consider adding the ability to deposit to other accounts as part of a future PR.
-
Matthew Slipper authored
go/proxyd: Add debug cache status header to HTTP responses
-
Matthew Slipper authored
-
smartcontracts authored
feat(sdk): implement resendMessage
-
Mark Tyneway authored
Don't rely on `performance` as a builtin to prevent coupling the batch submitter to a version of nodejs that has it as a builtin.
-
Matthew Slipper authored
-
Kelvin Fichter authored
-
smartcontracts authored
feat(sdk): implement sendMessage
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
smartcontracts authored
feat: implement getMessageStatus
-
- 25 Jan, 2022 21 commits
-
-
Mark Tyneway authored
There is a changeset managed `rpc-proxy` publishing step so we no longer need to publish `rpc-proxy` with `l2geth`. This was originally added to quickly be able to publish `rpc-proxy`
-
inphi authored
-
Mark Tyneway authored
Using the `@master` version has been deprecated so this updates to `@v1`
-
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
-
inphi 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
-