- 30 Dec, 2021 7 commits
-
-
Elena Gesheva authored
-
Elena Gesheva authored
Fail CI if coverage threshold checks fail
-
Indeavr authored
-
elenadimitrova authored
-
Indeavr authored
-
Indeavr authored
fix (generate-artifacts): Unicode fix for the output files = '\' replaced with '/' because \u is considered a symbol & build throws an error
-
Indeavr authored
-
- 29 Dec, 2021 3 commits
-
-
Elena Gesheva authored
Docs generation for the Contracts + GH action for detecting missing Natspec comments.
-
Elena Gesheva authored
-
Elena Gesheva authored
Increase branch coverage
-
- 28 Dec, 2021 2 commits
- 24 Dec, 2021 5 commits
-
-
Matthew Slipper authored
ci: Fix merge bug in CircleCI YAML
-
Matthew Slipper authored
I encountered merge conflicts in the CircleCI YAML, and missed a stanza that builds proxyd.
-
Matthew Slipper authored
ci: Add Slack notifications to nightly deployment
-
Matthew Slipper authored
-
Indeavr authored
-
- 23 Dec, 2021 10 commits
-
-
Mark Tyneway authored
fix: message relayer docker build
-
Mark Tyneway authored
maintenance: remove eslint-plugin-ban dependency
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
Indeavr authored
-
- 22 Dec, 2021 13 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
-
coolhill authored
-
Indeavr authored
-
Indeavr authored
-
coolhill 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
-
Mark Tyneway authored
-