-
Notifications
You must be signed in to change notification settings - Fork 3.8k
l2geth: remove ovmsigner #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#555) * stub out test * fix: getXDomainCalldata argument order to match usage * feat: completed test * fix: working test
* export metrics in core-utils * initialize metrics in batch submitters * add changeset * fix unit tests
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 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
* contracts: remove all trailing whitespace * chore: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Also reduce the diff Co-authored-by: smartcontracts
|
* feat: fee splitter system (#469) ---- Co-authored-by: Disco <[email protected]> Co-authored-by: Flux <[email protected]> Co-authored-by: Chiin <[email protected]> * fix: failing tests (#553) * refactor: revenue sharing config (#538) * fix: pre pr and semgrep (#565) * fix: warnings (#571) * fix: tests failing on fork environment (#575) * fix: use encode call on constructors (#578) * feat: add integration splitter test (#581) * fix: integration test nits (#583) * test: more coverage on splitter tests (#594) --------- Co-authored-by: Chiin <[email protected]> * fix: add missing operator fee vault field (#616) * feat: invariants and tests (#595) * fix: ir informationals (#609) * fix: pre pr (#622) * refactor: use cdm (#624) * fix: update withdrawal gas limit value on check (#627) * fix: remove rev share field from deploy op chain input struct (#628) * refactor: remove initializer and vaults getter changes (#631) * fix: remove immutable check over vaults (#634) Co-authored-by: 0xng <[email protected]> Co-authored-by: Funkornaut <[email protected]> Co-authored-by: Joxess <[email protected]> * fix: audit findings (#658) * fix: pre pr * feat: add user guide docs for rev sharing on op deployer (#666) * docs: add create2 comment (#667) --------- Co-authored-by: Funkornaut <[email protected]> Co-authored-by: Flux <[email protected]> Co-authored-by: Chiin <[email protected]> Co-authored-by: Simon Something /DrGoNoGo <[email protected]> Co-authored-by: 0xng <[email protected]> Co-authored-by: Joxess <[email protected]>
Description
Removes the
OVMSignerfrom the codebase, required for RLP regenesisAdditional context
Port of ethereum-optimism/go-ethereum#278