- 26 Apr, 2021 1 commit
-
-
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
-
- 24 Apr, 2021 9 commits
-
-
Annie Ke authored
* feat: add sentry error context * remove white space and changeset * add back stackAttributeKey and remove unused logger functions
-
smartcontracts authored
* refactor[contracts]: Remove old mock contracts * chore[contracts]: Add changeset
-
smartcontracts authored
-
Karl Floersch authored
* feat: let test CI run on all release branches * style: *rc * Add quotes around rc
-
smartcontracts authored
* feat[contracts]: Have messengers emit events on failed relay * chore[contracts]: Add changeset
-
Mark Tyneway authored
-
smartcontracts authored
* fix[contracts]: Correctly export typechain artifacts * chore[contracts]: Add changeset
-
Mark Tyneway authored
* contracts: add sequencer and deployer to addresses.json * chore: add changeset
-
Mark Tyneway authored
* deployer: fix configuration * chore: add changeset
-
- 23 Apr, 2021 21 commits
-
-
smartcontracts authored
* style[contracts]: Various minor stylistic improvements * style[contracts]: Another few tweaks
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* contracts: remove all trailing whitespace * chore: add changeset
-
smartcontracts authored
* feat[smock]: Add support for hardhat 2.2.0 * refactor[smock]: Clean up some repeated code * fix[smock]: Dynamically resolve TransactionExecutionError * fix[smock]: Fix linting error * fix[smock]: Use older ethers version * fix[smock]: Minor hack for backwards compat * chore[smock]: Add changeset
-
Mark Tyneway authored
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
Liam Horne authored
-
Annie Ke authored
* export metrics in core-utils * initialize metrics in batch submitters * add changeset * fix unit tests
-
Maurelian authored
* stub out test * fix: getXDomainCalldata argument order to match usage * feat: completed test * fix: working test
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Georgios Konstantopoulos authored
* fix: start the batch submitter properly fixes bug introduced in https://github.com/ethereum-optimism/optimism/pull/538/commits/933880d443538d413f8bac6488e34b3339078ad5 * chore: add changeset
-
Maurelian authored
* chore: import specs fix: accurately describe ovmL1TXORIGIN more specs * chore: rename to match structure of contracts words * chore: move to packages * chore: add package.json fix location of package.json * docs: rename processes dir to components words * docs: remove empty specs dir * docs: move sequencer into l2geth * chore: assign code owners to specs * chore: add prettier * docs: polish bridge and actors section docs: polish * chore: add format:check script * docs: fixup readme * chore: fix prettier config * fix: json linting * chore: add changeset * Update packages/specs/protocol/components/execution.md * chore: move specs to root * chore: make private, add to yarn workspaces * Update specs/package.json Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> * fix: formatting Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
-
github-actions[bot] authored
-
Liam Horne authored
-
Liam Horne authored
-
Kristijan Rebernisak authored
- Change Abs_L1TokenGateway.DEFAULT_FINALIZE_DEPOSIT_L2_GAS and Abs_L2DepositedToken.DEFAULT_FINALIZE_WITHDRAWAL_L1_GAS to internal constants - Add virtual declaration to Abs_L1TokenGateway.getFinalizeDepositL2Gas fn - Add virtual declaration to few more bridge gateway fn to improve extensibility
-
smartcontracts authored
* refactor[contracts]: Remove SafeExecutionManagerWrapper * chore[contracts]: Added changeset
-
Karl Floersch authored
* feat: use raw transaction Fix tests Add chainset * Update packages/batch-submitter/src/batch-submitter/tx-batch-submitter.ts Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> * Remove raw eth_getBlock, delete dead code, & lint * Remove txTypePlaintext and queueOriginPlaintext * style: return promise; no await * Update changeset & fix lint error * Remove stray newline * Update packages/batch-submitter/src/batch-submitter/tx-batch-submitter.ts Co-authored-by:
Annie Ke <annieke8@gmail.com> Co-authored-by:
Annie Ke <annie@address.com> Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com> Co-authored-by:
Annie Ke <annieke8@gmail.com>
-
- 22 Apr, 2021 5 commits
-
-
smartcontracts authored
* refactor[contracts]: Remove two unused contracts * chore[contracts]: Add changeset * docs[contracts]: Added a comment to explain removal of 0x42..05
-
smartcontracts authored
* Port OVM_DeployerWhitelist to use ovm-solc * chore[contracts]: Add changeset * Update packages/contracts/contracts/optimistic-ethereum/OVM/predeploys/OVM_DeployerWhitelist.sol Co-authored-by:
Maurelian <maurelian@protonmail.ch> Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
smartcontracts authored
* Port OVM_ECDSAContractAccount to use ovm-solc * refactor[contracts]: Use OVM_ETH instead of iOVM_ERC20 * chore[contracts]: Add changeset
-
smartcontracts authored
* Port OVM_ProxyEOA to use ovm-solc * Remove all constructor logic from ProxyEOA * chore[contracts]: add changeset
-
Annie Ke authored
* chore: log errors on monotonicity fixes * add changeset
-