- 26 Feb, 2022 2 commits
-
-
Matthew Slipper authored
gas-oracle: update to go-ethereum v1.10.16
-
Matthew Slipper authored
proxyd: update to go-ethereum v1.10.16
-
- 25 Feb, 2022 2 commits
-
-
Mark Tyneway authored
Update to the latest release of go-ethereum. https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16
-
Mark Tyneway authored
Update the `gas-oracle` to use the latest go-ethereum release https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16
-
- 24 Feb, 2022 1 commit
-
-
Mark Tyneway authored
maintance: replaced l2Provider with env.l2Provider
-
- 23 Feb, 2022 6 commits
-
-
Mark Tyneway authored
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
-
Mark Tyneway authored
Fix and usability improvements for L1 gas and cost estimates in L2Provider
-
Matthew Slipper authored
packages/contracts: Add flag to automatically set ownership
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
- 22 Feb, 2022 2 commits
-
-
Matthew Slipper authored
dtl: Periodically log current l2 sync
-
Matthew Slipper authored
teleportr: add TeleportrDeposit and TeleportrDisburser contracts
-
- 21 Feb, 2022 1 commit
-
-
smartcontracts authored
fix: add logging to the DTL when BSS HF1 is live
-
- 20 Feb, 2022 9 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Kelvin Fichter authored
Adds a basic log line to the DTL when BSS HF1 is active. Will also log when BSS HF1 is not active.
-
smartcontracts authored
feat(sdk): add approval fns to the SDK
-
Matthew Slipper authored
-
kf authored
-
Ori Pomerantz authored
-
Ori Pomerantz authored
Description: Instead of adding all the transaction fields, have serialize only add the fields we need. This lets developers use the code pattern: ```js const txReq = await greeter.populateTransaction.setGreeting(greeting) const tx = await signer.populateTransaction(txReq) provider.estimateL1Gas(tx) ``` Instead of the more error prone: ```js const txReq = await greeter.populateTransaction.setGreeting(greeting) const tx = await signer.populateTransaction(txReq) delete tx.from delete tx.chainId provider.estimateL1Gas(tx) ```
-
Ori Pomerantz authored
-
- 19 Feb, 2022 10 commits
-
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
This is a direct copy of the BridgeDeposit.sol contract apart from the name change, some code moves to make the linter happy, and promoting various public methods to external to satisfy slither.
-
- 18 Feb, 2022 3 commits
-
-
Matthew Slipper authored
fix: handle null response in `eth_getBlockRange`
-
Elena Gesheva authored
feat: verify contracts on sourcify during deploy
-
rajivpoc authored
-
- 17 Feb, 2022 4 commits
-
-
inphi authored
-
smartcontracts authored
fix(sdk): have sdk properly wait for transactions
-
smartcontracts authored
fix(sdk): correctly handle no batch case
-
kf authored
-