- 05 May, 2021 9 commits
-
-
Elena Gesheva authored
* Run codechecks in CI for gas cost benchmarking * Add CC_SECRET env var
-
platocrat authored
-
Maurelian authored
Also ensures all packages have a lint:check, and places the lint:fix and lint:check scripts in the order in which they are run by yarn lint
-
Maurelian authored
-
ben-chain authored
* fix(hh-ovm): hack RUN_SOLCJS back to RUN_SOLC * chore: add changeset
-
platocrat authored
-
Maurelian authored
chore(contracts): make coverage its own action Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Annie Ke authored
* add ethBalance gauge * add rest of bs metrics * add changeset
-
Maurelian authored
-
- 04 May, 2021 5 commits
-
-
Mark Tyneway authored
* dtl: fix config parsing * chore: add changeset
-
Mark Tyneway authored
* l2geth: update start script * chore: add changeset
-
Georgios Konstantopoulos authored
-
Mark Tyneway authored
* l2geth: protect nil in eth_call * chore: add changeset
-
Georgios Konstantopoulos authored
* fix(hh-ovm): defaults to 0 gasPrice if none provided * chore: add changeset
-
- 03 May, 2021 3 commits
-
-
Georgios Konstantopoulos authored
* test: add docker image for integration tests * feat: add to docker-compose with scale 0 * ci: run and publish integration tests to dockerhub * test: add option to not bring network up for docker integration tests * chore: add --fail --show-error to curl
-
Liam Horne authored
* build: add set -e to various bash scripts that we want to error loudly * build: use sh and remove set -e for geth.sh
-
Liam Horne authored
-
- 02 May, 2021 1 commit
-
-
Liam Horne authored
* fix: ensure hardhat does not fail if no input sources provided * lint: fix * chore: add changeset Co-authored-by:
smartcontracts <kelvinfichter@gmail.com> Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
- 01 May, 2021 6 commits
-
-
ben-chain authored
-
Annie Ke authored
* add node_env to batch submitter * rename log to logger for service consistency * address review comments * make ETH_NETWORK_NAME to disambiguate * move tx data to debug
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
- 30 Apr, 2021 5 commits
-
-
César Rodríguez authored
-
Annie Ke authored
* add prom bundle to measure endpoint metrics * add changeset
-
Liam Horne authored
-
platocrat authored
* git reset to reorder dirs * fix: typos * chore(waffle-example): make tests pass Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Mark Tyneway authored
* l2geth: update start script to v0.2.0 regenesis * chore: add changeset
-
- 29 Apr, 2021 7 commits
-
-
Maurelian authored
* feat(contracts): add pausable.sol This is identical to Pausable, except for replacing Context._msgSender() with just msg.sender * feat: add pause, block and allow to L1 messenger * test(l1-messenger): access control, block, allow * chore: add changeset * chore: yarn lint * test[contracts]: maintain previous test order * fix[contracts]: add upgradable OZ contracts * Revert "test[contracts]: maintain previous test order" This reverts commit 4bbfe60f32e5785debf3cfbe2b3b125f54ed6798. * test[contracts]: add initializer modifier * fix(contracts): delete unused file Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Annie Ke authored
* WIP: common-ts * remove common-ts files from core-utils * fix imports in bs and dtl * update dockerfiles * cleanup common-ts * add changeset and message relayer dependency * add dtl common-ts dependency * make .prettier rc symlink Co-authored-by:
Liam Horne <liam@lihorne.com>
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Liam Horne authored
-
Mark Tyneway authored
-
Liam Horne authored
* refactor: rename deployments filenames to remove colons * build: add changeset
-
Liam Horne authored
-
- 28 Apr, 2021 4 commits
-
-
Matt Masurka authored
* Renames prettier config files * chore: rename the remaining prettierrc files Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Georgios Konstantopoulos authored
-
Georgios Konstantopoulos authored
-
platocrat authored
* feat(hardhat-ovm): allow overriding the polling interval for the provider and its signers The default is 50ms, which should make running the OVM tests smooth. If you want to run tests against a remote node and do not want to overwhelm it, set the parameter in the hardhat config's network * chore: add changeset * docs: add hardhat example imported from https://github.com/ethereum-optimism/optimism-tutorial/ * ci: add deploy/deploy:ovm * fix(contracts): wait for contracts to finish workaround hardhat not generating build artifacts for both evm and ovm * fix: use istanbul hard fork * test(contracts): remove hardcoded post-state in nuisance gas test this post state is not giving us much info, and it's hard to update it or debug it when it does not pass for any reason Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-