- 19 Oct, 2022 5 commits
-
-
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 24 commits
-
-
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 8 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.
-
Matthew Slipper authored
Adds the following peer-to-peer metrics: - Peer count - Stream count - Number of gossip events by type - Peer-to-peer bandwidth usage by direction I used libp2p's existing interfaces wherever I could. Note that we still need a backgorund goroutine to pull banwdiwth stats out of the libp2p bandwidth counter. Meta: - Fixes ENG-2338 - Fixes ENG-2336 - Fixes ENG-2329
-
- 16 Oct, 2022 3 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
-