- 05 Feb, 2022 1 commit
-
-
Mark Tyneway authored
Both `GET /eth/context/latest` and `GET /eth/context/blocknumber/:number` rely on fetching a remote block to pull the timestamp, blocknumber and blockhash from. If the fetched block is not found, then properties on `null` will be attempted to be accessed which will result in a runtime error. This commit adds handling for this case to prevent that kind of bug.
-
- 04 Feb, 2022 10 commits
-
-
Mark Tyneway authored
build(deps): bump simple-get from 2.8.1 to 2.8.2
-
Matthew Slipper authored
l2geth: update readme
-
Matthew Slipper authored
maintenance: update ethers deps
-
Kelvin Fichter authored
-
Matthew Slipper authored
feat: SDK beta release
-
Kelvin Fichter authored
-
dependabot[bot] authored
Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](https://github.com/feross/simple-get/compare/v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
smartcontracts authored
feat(sdk): start using sdk in integration tests
-
Kelvin Fichter authored
-
smartcontracts authored
feat(sdk): implement message wait time estimation
-
- 03 Feb, 2022 5 commits
-
-
Kelvin Fichter authored
-
Matthew Slipper authored
integration-tests: Remove superfluous nightly env tests
-
smartcontracts authored
Fix Typo In Comment
-
Matthew Slipper authored
These aren't needed anymore now that we've released the Berlin HF on Kovan and nightly has been reset.
-
smartcontracts authored
feat(sdk): refactor into single messenger class
-
- 02 Feb, 2022 19 commits
-
-
Matthew Slipper authored
Extract core BSS logic into bss-core package
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Matthew Slipper authored
fix: actually allow BSS log level to be set via flags
-
Matthew Slipper authored
fix: mimic BSS timestamp bug fix from #2093
-
bbayazit16 authored
crtiical -> critical
-
Conner Fromknecht authored
See https://github.com/ethereum-optimism/optimism/pull/2093 for more details.
-
Mark Tyneway authored
l2geth: bring back unsupported RPC methods
-
Mark Tyneway authored
-
Kelvin Fichter authored
-
Conner Fromknecht authored
This was a known bug, but recently caught the reason in combing through the new copy in the specs repo. The old hack that auto defaulted to debug has been removed.
-
smartcontracts authored
Removed constants from data-transport-layer
-
Antonis Kogias authored
-
smartcontracts authored
feat(sdk): implement finalize message
-
smartcontracts authored
Depreciated unused variable from Integration tests
-
Matthew Slipper authored
-
Kelvin Fichter authored
-
Rishi Kumar Ray authored
removed unused variable removed-sequencer removed-sequencer references remove sequencer variable removed unused variable removed-sequencer removed-sequencer references remove sequencer variable
-
- 01 Feb, 2022 5 commits
-
-
smartcontracts authored
feat(sdk): introduce token bridge adapters
-
Mark Tyneway authored
test(integration): withdrawing a fake L2 token
-
Matthew Slipper authored
fix(bss,dtl): correctly submit and parse timestamp information for L1 to L2 txs
-
Matthew Slipper authored
-
Matthew Slipper authored
go/batch-submitter: Downgrade Alpine version
-