- 19 Oct, 2022 11 commits
-
-
mergify[bot] authored
op-node: Skip conf depth check if L1 head is empty
-
Joshua Gutow authored
The L1 Head block in the conf depth is pulled from the L1 State object. The L1 State is never initialized at startup but instead from the new head channel. This means that prior to the first new head, any code which calls BlockByNumber would always fail if the conf depth was not zero.
-
mergify[bot] authored
fix(ctb): move inits under constructors
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
ci: Fix incorrect flag naming on codecov upload
-
Maurelian authored
-
mergify[bot] authored
feat: withdrawal migration
-
Mark Tyneway authored
-
mergify[bot] authored
INF-11 updates docker-publish jobs to use OIDC auth
-
mergify[bot] authored
-
- 18 Oct, 2022 25 commits
-
-
Kelvin Fichter authored
Standardizes the location of initializers to be under constructors.
-
mergify[bot] authored
op-node: Add P2P metrics
-
mergify[bot] authored
-
Matthew Slipper authored
-
mergify[bot] authored
op-e2e: last receipt getter
-
Matthew Slipper authored
-
mergify[bot] authored
-
Mark Tyneway authored
Add a getter for fetching the last receipt. This is useful if values from a receipt need to be parsed as input to additional calls
-
mergify[bot] authored
op-e2e: user action allow set calldata
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
op-e2e: user action allow set value
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: add weth9 as a L1 predeploy
-
mergify[bot] authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Mark Tyneway authored
-
Mark Tyneway authored
This will make e2e testing that requires and erc20 token that is mintable easy. Just send eth to the correct address and then you will have an erc20 token. This will be used for e2e tests for token deposits and withdrawals.
-
Mark Tyneway authored
This commit adds a function to the `BasicUser` that allows a more complex flow where the calldata can be set. This allows for the user to make specific contract calls.
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
- 17 Oct, 2022 4 commits
-
-
Joshua Gutow authored
The batch queue was using the previous origin when computing if the origin was behind or not. It would then immediately advance it's internal origin to the next origin (confusingly coming from the `prev` stage). It would take action on the current origin based on out of date data. Specifically, it would not save an origin that should have been saved into the l1Blocks array. This causes errors because the L1 Origin of the safe head would not be present when attempting to derive the next batch after a reset.
-
Matthew Slipper authored
The function signature wasn't updated with the arguments.
-
mergify[bot] authored
proxyd: Allow disabling backend rate limiting
-