- 29 Jan, 2022 7 commits
-
-
Conner Fromknecht authored
This commit adds a fallback in case the L1 provider does not support queries for eth_maxPriorityFeePerGas. Of our infrastructure providers, i.e. Alchemy, Infura, Quicknode, and Hardhat (in test envs), only Alchemy suports this call. In production, we will be routing this call directly to Alchemy, which should work in the general case. However, if they were to be unavailable the batch submitter would be stalled until service was restored. This modification also allows the new EIP-1559 batch submitter to pass our integration tests, since the default Hardhat backend can't support the query either.
-
Conner Fromknecht authored
-
Karl Floersch authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master PR
-
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 4 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
Develop -> Master Release PR
-