Skip to content

Commit

Permalink
3.0.0 rc3 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Brent <[email protected]>
Co-authored-by: Patrick McKelvy <[email protected]>
Co-authored-by: Jan <[email protected]>
Co-authored-by: Akshat Mittal <[email protected]>
  • Loading branch information
5 people committed Jul 3, 2023
1 parent c4ec247 commit 9d0e65f
Show file tree
Hide file tree
Showing 308 changed files with 13,534 additions and 4,918 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
hardhat-network-fork-
- run: yarn test:plugins:integration
env:
NODE_OPTIONS: '--max-old-space-size=4096'
NODE_OPTIONS: '--max-old-space-size=8192'
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}

Expand All @@ -79,7 +79,7 @@ jobs:
- run: yarn compile
- run: yarn test:p0
env:
NODE_OPTIONS: '--max-old-space-size=4096'
NODE_OPTIONS: '--max-old-space-size=8192'

p1-tests:
name: 'P1 Tests'
Expand All @@ -94,7 +94,7 @@ jobs:
- run: yarn compile
- run: yarn test:p1
env:
NODE_OPTIONS: '--max-old-space-size=4096'
NODE_OPTIONS: '--max-old-space-size=8192'

scenario-tests:
name: 'Scenario Tests'
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
hardhat-network-fork-
- run: yarn test:extreme:integration
env:
NODE_OPTIONS: '--max-old-space-size=8192'
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}

Expand All @@ -159,6 +160,6 @@ jobs:
- run: yarn compile
- run: yarn test:integration
env:
NODE_OPTIONS: '--max-old-space-size=4096'
NODE_OPTIONS: '--max-old-space-size=8192'
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ scripts/addresses/31337*

# Scripts for local/test interactions
scripts/test.ts
scripts/playground.ts
scripts/playground.ts

# tenderly deployment/verification artifacts
deployments/
Loading

0 comments on commit 9d0e65f

Please sign in to comment.