Skip to content

Commit 81cb3c5

Browse files
authored
Merge branch 'main' into akaladarshi/eth-trace-call
2 parents 57ad705 + 3f6089c commit 81cb3c5

File tree

126 files changed

+40117
-17928
lines changed

Some content is hidden

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

126 files changed

+40117
-17928
lines changed

.config/forest.dic

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
73
1+
75
22
Algorand/M
33
API/M
44
APIs
@@ -58,6 +58,7 @@ F3
5858
FFI
5959
FIL
6060
Filecoin/M
61+
Filfox
6162
Filops
6263
FIP
6364
FVM
@@ -147,4 +148,5 @@ VRF
147148
WebAssembly
148149
WebSocket
149150
WPoStProvingPeriodDeadlines
151+
YAML
150152
zstd

.config/lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ exclude = [
2727
"beryx.io/faucet",
2828
# Frequent timeouts
2929
"curiostorage.org",
30+
# Bot protection / 403 Forbidden errors
31+
"probelab.io",
32+
# Bot protection / 403 Forbidden errors
33+
"beryx.io",
3034
]
3135
timeout = 30
3236
max_retries = 6

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
- package-ecosystem: "cargo"
77
directory: "/" # Location of package manifests
88
open-pull-requests-limit: 1
9+
cooldown:
10+
default-days: 5
911
schedule:
1012
interval: "weekly"
1113
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#example-disabling-version-updates-for-some-dependencies
@@ -43,6 +45,8 @@ updates:
4345
- package-ecosystem: "npm"
4446
directory: "/docs" # Location of package manifests
4547
open-pull-requests-limit: 1
48+
cooldown:
49+
default-days: 5
4650
schedule:
4751
interval: "weekly"
4852
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

.github/workflows/butterflynet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
workflow_dispatch:
44
env:
55
CI: 1
6-
CARGO_INCREMENTAL: 0
76
CACHE_TIMEOUT_MINUTES: 5
87
SCRIPT_TIMEOUT_MINUTES: 30
98
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"

.github/workflows/checkpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
checkpoint_issue:
10-
runs-on: ubuntu-24.04-arm
10+
runs-on: ubuntu-slim
1111
steps:
1212
- uses: actions/checkout@v6
1313
- uses: JasonEtco/create-an-issue@v2

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ on:
2828

2929
env:
3030
CI: 1
31-
CARGO_INCREMENTAL: 0
3231
CACHE_TIMEOUT_MINUTES: 5
3332
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
3433
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"

.github/workflows/docker-latest-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
tag-docker-image:
2525
name: Retag image and push to GHCR
26-
runs-on: ubuntu-24.04-arm
26+
runs-on: ubuntu-slim
2727
steps:
2828
- name: Login to Github Packages
2929
uses: docker/login-action@v3

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ on:
2626

2727
env:
2828
CI: 1
29-
CARGO_INCREMENTAL: 0
3029
CACHE_TIMEOUT_MINUTES: 5
3130
SCRIPT_TIMEOUT_MINUTES: 30
3231
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"

.github/workflows/dockerfile-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
docker-check:
12-
runs-on: ubuntu-24.04-arm
12+
runs-on: ubuntu-slim
1313
steps:
1414
- uses: actions/checkout@v6
1515
- run: |

.github/workflows/docs-auto-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
update-docs:
11-
runs-on: ubuntu-24.04-arm
11+
runs-on: ubuntu-slim
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Run update script
@@ -20,8 +20,8 @@ jobs:
2020
node-version: 20
2121
package-manager-cache: false
2222
- run: corepack enable
23-
- run: yarn --immutable
24-
- run: yarn md-fmt
23+
- run: pnpm i --frozen-lockfile
24+
- run: pnpm md-fmt
2525
# This is needed in order to have the commits signed.
2626
- uses: actions/create-github-app-token@v2
2727
id: generate-token

0 commit comments

Comments
 (0)