- 18 Oct, 2022 11 commits
-
-
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.
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
- 17 Oct, 2022 6 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
-
mergify[bot] authored
-
mergify[bot] authored
proxyd: Support pattern matching in origin and user agent
-
Matthew Slipper authored
Adds support for pattern matchin in exempt origins. This should help with some of the issues Synthetix and others are seeing.
-
- 16 Oct, 2022 4 commits
-
-
mergify[bot] authored
op-e2e: action testing batcher actor
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Allow *types.Block to satisfy the BlockInfo interface
-
mergify[bot] authored
-
- 15 Oct, 2022 2 commits
-
-
Matthew Slipper authored
-
Zach Howard authored
-
- 14 Oct, 2022 7 commits
-
-
mergify[bot] authored
op-node: Use DoCtx in DialRPClientWithBackoff
-
mergify[bot] authored
-
mergify[bot] authored
op-e2e: action testing user
-
mergify[bot] authored
-
Joshua Gutow authored
There was a single usage of BlockInfo.ID() which I replaced with a function called `ToBlockID` which can take either a BlockInfo or a types.Block (it uses an interface consisting of Hash and NumberU64).
-
Joshua Gutow authored
This fixes an issue where if a short context was supplied to the call it would still take a long time to complete.
-
Matthew Slipper authored
The backend rate limiter is in place to protect upstreams like the sequencer. However, in many cases it isn't needed and it causes unnecessary requests to Redis. This PR allows this to be disabled, and disables this by default.
-
- 13 Oct, 2022 8 commits
-
-
protolambda authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
protolambda authored
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
proxyd: Integrate custom rate limiter
-
Matthew Slipper authored
proxyd: Custom rate limiter implementation
-
- 12 Oct, 2022 2 commits
-
-
Mark Tyneway authored
Both op mainnet and op goerli The following script was used for the deployment. The commented out lines were used for mainnet. ```bash NETWORK=optimism-goerli npx hardhat deploy --network $NETWORK --tags MintManager ```
-
Matthew Slipper authored
The L2 head was being logged rather than the safe head's L1 origin.
-