- 09 Jun, 2023 20 commits
-
-
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
-
OptimismBot authored
op-batcher: Add metrics for pending L2 transaction data size
-
mergify[bot] 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>
-
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 20 commits
-
-
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
-
Mark Tyneway authored
op-chain-ops: delete unused check script
-
Will Cory authored
feat(indexer): Add cli app
-
OptimismBot authored
feat(indexer): Add go-chi api
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Copy goerli Lib_AddressManager deployment to bedrock
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
After deleting the `integration-tests` package
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: simplify hh config for mainnet
-
Mark Tyneway authored
-