- 29 Jan, 2022 3 commits
-
-
Mark Tyneway authored
-
Matthew Slipper authored
fix(bss): have BSS correctly create new contexts
-
Matthew Slipper authored
-
- 28 Jan, 2022 9 commits
-
-
smartcontracts authored
Revert "l2geth: berlin hardfork"
-
smartcontracts authored
-
smartcontracts authored
l2geth: berlin hardfork
-
smartcontracts authored
fix(sdk): clean up tx override api
-
Kelvin Fichter authored
Fixes a bug in the batch submitter where new contexts were not being correctly created for L1 to L2 transactions with a different timestamp. This bug exists because of recent changes to L2Geth where timestamps are now being updated more frequently.
-
kf authored
Slightly cleans up the API for overriding transaction options. Previous API was a bit confusing and didn't leave room for additional optional parameters. By separating options and overrides, we can add new options that are unrelated to transaction overrides.
-
smartcontracts authored
feat(sdk): implement withdrawETH
-
Matthew Slipper authored
-
Kelvin Fichter authored
This commit implements the SDK's withdrawETH function which allows users to withdraw an amount of ETH (specified in wei) from L2 to L1.
-
- 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 15 commits
-
-
Mark Tyneway authored
fix(contracts): remove broken link in README
-
Matthew Slipper authored
-
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 8 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
-