Skip to content

Commit e89d649

Browse files
committed
Merge branch 'refs/heads/staging' into telemetry_ansible
# Conflicts: # Makefile
2 parents 3085c5c + 4dc0c96 commit e89d649

301 files changed

Lines changed: 927903 additions & 11468 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/foundry-gas-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
3636

3737
- name: Compare gas reports
38-
uses: Rubilmax/foundry-gas-diff@v3.16
38+
uses: Rubilmax/foundry-gas-diff@v3.21
3939
with:
4040
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
4141
sortCriteria: avg,max # sort diff rows by criteria

.github/workflows/send-proofs-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '**.md'
1111

1212
concurrency:
13-
group: pull_request-${{ github.event.pull_request.number }}
13+
group: ${{ github.event_name == 'merge_group' && format('merge_group-{0}', github.event.merge_group.head_sha) || format('pull_request-{0}', github.event.pull_request.number) }}
1414
cancel-in-progress: true
1515

1616
jobs:

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@
2222
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
2323
path = contracts/lib/openzeppelin-contracts-upgradeable
2424
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
25+
[submodule "claim_contracts/lib/forge-std"]
26+
path = claim_contracts/lib/forge-std
27+
url = https://github.com/foundry-rs/forge-std
28+
[submodule "claim_contracts/lib/openzeppelin-contracts-upgradeable"]
29+
path = claim_contracts/lib/openzeppelin-contracts-upgradeable
30+
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
31+
[submodule "claim_contracts/lib/openzeppelin-contracts"]
32+
path = claim_contracts/lib/openzeppelin-contracts
33+
url = https://github.com/OpenZeppelin/openzeppelin-contracts

0 commit comments

Comments
 (0)