- 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 7 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>
-
Georgios Konstantopoulos authored
* fix: update hardhat to use correct solc url https://github.com/nomiclabs/hardhat/issues/1332\#issuecomment-818212424 * fix(core-utils): revert sentry/node version to 6.2.5 so that it's compatible with pino-sentry 0.7.0 https://github.com/aandrewww/pino-sentry/pull/25 This was required because the hardhat upgrade removed any older versions of the dependency which were still around and could be used. * chore: add changeset * ci: allow tests to be run on demand
-
Elena Gesheva authored
* Add hardhat-gas-reporter package and base config * Generate an output file from gas reporter when run in CI Selectively enable gas reporter based on ENABLE_GAS_REPORT env var * Add gas reports to integration tests
-
Georgios Konstantopoulos authored
there's a race condition somewhere in hardhat which does not generate the artifacts in the correct directory sometimes, causing our tests to fail with 'artifact not found'
-
- 27 Apr, 2021 7 commits
-
-
Georgios Konstantopoulos authored
* refactor(l2geth): rename L1GasPrice to DataPrice * feat(l2geth/rollup-gpo): allow execution price to be specified * feat(l2geth/api): use the execution price instead of the historical gasprice * feat(l2geth): allow configuring the l2 execution price * fix(integration-tests): adjust gas costs to match 0-execution price * fix(integration-tests): pin down l1 gas estimation costs to the expected values * chore: add changeset * fix(sync-service): adjust tests for the refactor * feat(rollup-gasprice): make Rollup GPO methods thread safe
-
Mark Tyneway authored
* contracts: fix build script * chore: add changeset * Update packages/contracts/scripts/build.sh Co-authored-by:
Liam Horne <liam@lihorne.com> * build: parallel Co-authored-by:
Liam Horne <liam@lihorne.com>
-
Mark Tyneway authored
-
smartcontracts authored
* fix[contracts]: Remove unnecessary EXTCODECOPY logic * chore[contracts]: Add changeset * Update OVM_ExecutionManager.sol
-
Mark Tyneway authored
* dtl: standardize config * dtl: add changeset
-
smartcontracts authored
* fix: Fix various minor linting errors not caught by CI * Delete bright-rice-pump.md
-
Mark Tyneway authored
* l2geth: correct timestamp + blocknumber in eth_call * test: correct eth_call blocknumber + timestamp * chore: add changeset
-
- 26 Apr, 2021 3 commits
-
-
smartcontracts authored
-
smartcontracts authored
* fix[contracts]: Generate typechain artifacts for ovm separately * fix[contracts]: Add ovm typechain artifacts to package json * chore[contracts]: Add changeset * fix[contracts]: Revert change to package.json * feat(hh-ovm): generate typechain bindings in specific directory Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
smartcontracts authored
* refactor[contracts]: Import contracts directly from OZ * chore[contracts]: Add changeset * fix[integration-tests]: Update gas estimate
-
- 25 Apr, 2021 4 commits
-
-
Annie Ke authored
* remove unused utils files * remove duplicate spec file * remove unused imports * move batch-submitter types to core-utils * add changeset
-
Mark Tyneway authored
Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-