- 23 Feb, 2022 2 commits
-
-
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 5 commits
-
-
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
-
- 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 5 commits
-
-
inphi authored
-
smartcontracts authored
fix(sdk): have sdk properly wait for transactions
-
smartcontracts authored
fix(sdk): correctly handle no batch case
-
kf authored
-
kf authored
Fixes the SDK so that it correctly handles the case where no batches have been submitted to the StateCommitmentChain yet. Only happens in development or immediately after a new chain is started.
-
- 16 Feb, 2022 6 commits
-
-
smartcontracts authored
feat(mr): log when txs are sent
-
kf authored
Has the Message Relayer log transaction hashes when transactions are sent.
-
smartcontracts authored
fix: update PR labeler to include SDK
-
Murphy Law authored
l2geth: Increase genesis file fetch timeout
-
inphi authored
-
Mark Tyneway authored
The RPC endpoint `eth_getBlockRange` is a custom endpoint that was added to `l2geth` to speed up pulling in data from the sequencer to run a replica of the sequencer. A `null` response is not handled properly, this commit adds the retries and errors after too many retries. It linearly backs off its timing with each retry
-
- 15 Feb, 2022 1 commit
-
-
kf authored
Updates the PR labeler to correctly label the SDK. I noticed that the SDK was not being correctly labeled and realized that I had to add it to this file.
-
- 12 Feb, 2022 3 commits
-
-
smartcontracts authored
maintenance: deleted watch-utils and added the utilities in env.ts
-
Antonis Kogias authored
-
smartcontracts authored
fix: update recommended memory for ops setup
-
- 11 Feb, 2022 2 commits
-
-
Matthew Slipper authored
fix: edge case in go/txmgr not waiting for numConfs
-
Matthew Slipper authored
feat: add teleportr Postgres backend
-