- 15 Apr, 2021 4 commits
-
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
- 14 Apr, 2021 6 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Annie Ke authored
* fix: l1 block number logic debug and logging * chore: add changeset
-
Georgios Konstantopoulos authored
This patch maintains our changesets installation up to date with the change proposed in https://github.com/atlassian/changesets/pull/569
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Georgios Konstantopoulos authored
* fix: package contracts with correct paths * chore: add changeset
-
platocrat authored
-
- 13 Apr, 2021 25 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Georgios Konstantopoulos authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Georgios Konstantopoulos authored
-
Georgios Konstantopoulos authored
-
Georgios Konstantopoulos authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Georgios Konstantopoulos authored
-
Georgios Konstantopoulos authored
-
Georgios Konstantopoulos authored
* chore: make integration-tests and l2geth a private package * chore: make services private packages * chore: allow publishing private packages https://github.com/atlassian/changesets/issues/399\#issuecomment-657189272
-
Georgios Konstantopoulos authored
* chore: explicitly name old-contracts This was tech debt introduced in https://github.com/ethereum-optimism/batch-submitter/pull/31 * chore(batch-submitter): unpin contracts / smock * refactor: move L2 context provider to core-utils * refactor(batch-submitter): use injected context from L2 * chore: add changeset
-
Mark Tyneway authored
* docker: have geth wait for dtl to be up before starting * chore: update comment on geth.sh Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
Georgios Konstantopoulos authored
* feat: install changesets * chore: yarn changeset init * chore: add l2geth to the workspace so it can be seen by changeset * ci: add changeset release PR github action https://github.com/changesets/action * chore: set l2geth version to 0.2.0
-
Georgios Konstantopoulos authored
* perf: do not compile contracts on docker-compose's deploy step * perf(docker/deployer): get non-build artifacts from the host this allows us to change the deployer's build scripts as we like without having to rebuild the base monorepo image
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Maurelian authored
-
Georgios Konstantopoulos authored
if no `from` is specified, the provider will use the default `from` which sometimes can be raced across integration tests with a 0 nonce
-
Georgios Konstantopoulos authored
-
smartcontracts authored
-
smartcontracts authored
* dev: Use latest smock codebase * Update package.json
-
Georgios Konstantopoulos authored
* chore: import public deployments * chore: import scripts for address deployment verification/generation
-
- 12 Apr, 2021 5 commits
-
-
Georgios Konstantopoulos authored
-
smartcontracts authored
-
Georgios Konstantopoulos authored
* chore(hardhat-ovm): yarn lint:fix * install hardhat-deploy * refactor: move predeploys to own file * feat: enable hardhat-deploy on hardhat config * feat(contracts): add deployment steps * feat(ops): copy over any additional build files * ops: make scripts wait for more retries hardhat-deploy is slower and requires re-compiling
-
Georgios Konstantopoulos authored
* feat(hardhat-ovm): allow ignoring libraries when compiling https://github.com/ethereum-optimism/plugins/pull/39 * feat(batch-submitter): add logs https://github.com/ethereum-optimism/batch-submitter/pull/75 https://github.com/ethereum-optimism/batch-submitter/pull/73 * chore: build contracts sequentially this worsens our compilation times but ensures that the runs are not flaky
-
Georgios Konstantopoulos authored
* fix(smock): update to latest master https://github.com/ethereum-optimism/smock/pull/43 https://github.com/ethereum-optimism/smock/pull/40 https://github.com/ethereum-optimism/smock/pull/37 https://github.com/ethereum-optimism/smock/pull/36 * fix(contracts): revert more rigorously for unsafe bytecode https://github.com/ethereum-optimism/contracts/pull/369 * fix(contracts): prevent re-entrancy by disallowing default context values https://github.com/ethereum-optimism/contracts/pull/363 * test(contracts): improve coverage for StateTransitionerFactory https://github.com/ethereum-optimism/contracts/pull/365 * chore(contracts): cleanup libraries * fix: MAX_ROLLUP_TX_SIZE = 50k * test: fix batch submitter scc import path * fix(contracts): set correct nuisance gas We get this by inspecting the EM.messageRecord.nuisanceGasLeft storage slot manually, would be nice if we could automatically calculate this
-