- 23 Dec, 2021 6 commits
- 22 Dec, 2021 22 commits
-
-
Matthew Slipper authored
packages/contracts: Remove legacy `bin/deploy.ts` script
-
Matthew Slipper authored
Removes the `bin/deploy.ts` script, which was a holdover from before the regenesis and was little more than a wrapper around `npx hardhat deploy`. The functionality that used to live in `bin/deploy.ts` has been moved into `ops/scripts/deployer.sh`, since the old script's functionality was exclusively run in CI. Metadata: - Fixes ENG-1447
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Matthew Slipper authored
ci: Add proxyd to nightly build
-
Matthew Slipper authored
Metadata: - Fixes ENG-1677
-
Matthew Slipper authored
dtl: smaller range for filter query
-
Mark Tyneway authored
On fresh startup, the DTL attempts to make a range query that is very large when the starting L1 block height is not configured. It looks for ownership transferred events on the address manager, the first one to happen indicates that the address manager was deployed at that height. Now that we use the same address manager over time instead of the old way of upgrading the system where we would redeploy the address manager each time, we must pass the L1 start height as a config option to the DTL, otherwise it will attempt to sync old transactions (from a previous regenesis). This commit will reduce the range at which the DTL will query for the events, as alchemy only supports a range of 2000. This will make the search prohibitively slow, but that is ok as the value ought to be configured anyways. This functionality is really only useful for ephemeral networks. A new logline is added for convenience.
-
Mark Tyneway authored
fix: replace OE with Optimism
-
smartcontracts authored
feat: implement getMessageReceipt and tests
-
Kelvin Fichter authored
-
smartcontracts authored
Create a setup script for the integration tests
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
fix: make CI correctly report linting errors
-
Mark Barrasso authored
-
Mark Tyneway authored
maintenance(message-relayer): remove unnecessary js runner script
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
smartcontracts authored
fix: have SDK generate coverage reports
-
- 21 Dec, 2021 12 commits
-
-
Kelvin Fichter authored
-
smartcontracts authored
fix: update SDK readme to include warning
-
Mark Tyneway authored
batch-submitter: Fix the numTxPerBatch metric
-
Mark Tyneway authored
Add nightly deploys
-
Matthew Slipper authored
Changes the `numTxPerBatch` metric to observe the actual number of elements inside `batchParams` rather than `endBlock - startBlock`. Metadata: - Fixes ENG-1807
-
Kelvin Fichter authored
-
smartcontracts authored
feat(sdk): add tests for getTokenBridgeMessagesByAddress
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Matthew Slipper authored
Bwilson/l2geth exporter
-
Ben Wilson authored
-