Skip to content

Commit

Permalink
fix: forkdiff config
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Sep 30, 2024
1 parent 63f27c4 commit 90d1f7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,12 @@ def:
description: |
The Precompiled Contracts is used on the L2.
globs:
- "evm/src/main/java/org/hyperledger/besu/evm/precompile/MainnetPrecompiledContracts.java"
- "evm/src/main/java/org/hyperledger/besu/evm/precompile/P256VerifyPrecompiledContract.java"
- "evm/src/main/java/org/hyperledger/besu/evm/precompile/AltBN128PairingPrecompiledContract.java"
- "evm/src/main/java/org/hyperledger/besu/evm/MainnetEVMs.java"
- "evm/src/main/java/org/hyperledger/besu/evm/fluent/EVMExecutor.java"
- "evm/src/test/java/org/hyperledger/besu/evm/precompile/P256VerifyPrecompiledContractTest.java"
- title: "Chain Configuration"
sub:
- title: "Chain config"
Expand Down Expand Up @@ -151,6 +155,7 @@ def:
- "ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolSpecBuilder.java"
- "ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecs.java"
- "ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ClassicProtocolSpecs.java"
- "ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecFactory.java"



Expand All @@ -161,7 +166,6 @@ ignore:
- ".gitignore"
- ".circleci/**/*"
- "gradle/*"
- "**/*.yml"
- ".github/actions/capture_test_logs/*"
- ".github/actions/capture_test_results/*"
- ".github/actions/prepare/*"
Expand Down

0 comments on commit 90d1f7a

Please sign in to comment.