Skip to content

Commit

Permalink
Merge branch '3.0.0' into 3.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Jul 3, 2023
2 parents f8e7322 + 9d0e65f commit c72fa0f
Show file tree
Hide file tree
Showing 61 changed files with 5,502 additions and 552 deletions.
10 changes: 5 additions & 5 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,7 +133,7 @@ jobs:
hardhat-network-fork-
- run: yarn test:extreme: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 @@ -160,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 c72fa0f

Please sign in to comment.