- 09 Jun, 2023 36 commits
-
-
Mark Tyneway authored
cleanup: delete legacy batch submitter
-
OptimismBot authored
op-node: TestChannelBankInterleaved
-
Mark Tyneway authored
-
mergify[bot] authored
-
OptimismBot authored
feat: Add example.env
-
Mark Tyneway authored
The batch submitter uses `l2geth` as a dep, so delete the batch submitter first
-
mergify[bot] authored
-
OptimismBot authored
deps(indexer): Use latest version of go-chi
-
mergify[bot] authored
-
Mark Tyneway authored
cleanup: delete l2geth-exporter
-
mergify[bot] authored
-
Will Cory authored
-
Will Cory authored
-
OptimismBot authored
feat(ctb): Pull in relevant PoPs work
-
mergify[bot] authored
-
clabby authored
-
OptimismBot authored
op-geth: Pull in latest op-geth changes (v1.101106.0-rc.2)
-
mergify[bot] authored
-
OptimismBot authored
docs(readme): Cleanup the readme post-bedrock
-
mergify[bot] authored
-
mergify[bot] authored
-
OptimismBot authored
op-batcher: Add metrics for pending L2 transaction data size
-
mergify[bot] authored
-
Will Cory authored
-
OptimismBot authored
op-node: support erigon_getBlockReceiptsByBlockHash
-
mergify[bot] authored
-
Adrian Sutton authored
-
Adrian Sutton authored
op-e2e: Fix bug in TestWithdrawals
-
Ben C authored
Co-authored-by:
Andreas Bigger <abigger87@gmail.com>
-
Joshua Gutow authored
-
protolambda authored
-
Joshua Gutow authored
-
Jason Yellick authored
The existing TestWithdrawals test attempts to assert that the total fees of the prove and finalize transactions are accounted for in the L1 balance. But, it re-uses the `calcGasFees` function and passes in the `GasTipCap` and the `GasFeeCap` from the L2 transaction, not from the actual L1 transactions. In the event that the gas fee differs on the L2 from the L1, then the test will fail. To keep the diff small, this change simply multiplies the GasUsed and `EffectiveGasPrice` from the receipts. This could be moved into a helper function like `calcGasFees`. Using the `EffectiveGasPrice` seems just as good or better than relying on the parameters of the original transaction, and could be similarly utilized higher in the test for the L2 fees. If we really want to get the parameters from the tx, then `ProveAndFinalizeWithdrawal` would need to be modified to return the txes.
-
Andreas Bigger authored
-
OptimismBot authored
fix(op-bootnode): Add go-reviewers as codeowner
-
Andreas Bigger authored
-
- 08 Jun, 2023 4 commits
-
-
Mark Tyneway authored
Removes the `l2geth-exporter` package from the monorepo. This exposed metrics for the legacy system and is no longer necessary.
-
OptimismBot authored
infra: delete
-
Mark Tyneway authored
This commit deletes the `infra` directory, which contained a package called `op-replica`. This package contains docker + k8s tooling to bring up a legacy system. It is not used and therefore can be deleted.
-
Mark Tyneway authored
integration-tests: deprecate
-