Skip to content

Commit

Permalink
Merge branch 'main' into ansermino/docs-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Jan 7, 2025
2 parents 4da3f1a + e08f599 commit eb16ab4
Show file tree
Hide file tree
Showing 508 changed files with 1,101 additions and 1,805 deletions.
17 changes: 6 additions & 11 deletions .config/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@

verbose = "debug"
no_progress = true
exclude_path = [
"./node_modules",
"./docs/node_modules",
"./documentation",
"./target"
]
exclude_path = ["./node_modules", "./docs/node_modules", "./documentation", "./target"]
exclude = [
# Avoid Github rate limits
"github.com/ChainSafe/forest",
# Requires CAPTCHA verification
"faucet.calibnet.chainsafe-fil.io/funds.html"
# Avoid Github rate limits
"github.com/ChainSafe/forest",
# Requires CAPTCHA verification
"faucet.calibnet.chainsafe-fil.io/funds.html",
]
timeout = 30
max_retries = 6
retry_wait_time = 10

output = "lychee-report.md"
output = "lychee-report.md"
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
tags:
- "*"
paths-ignore:
- 'docs/'
- 'docs/**'
merge_group:
pull_request:
# This needs to be declared explicitly so that the job is actually
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'
- 'docs/**'

env:
CI: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:
- main
paths:
- '**.md'
- 'docs/**'
- '.github/workflows/docs-check.yml'
merge_group:
pull_request:
branches:
- main
paths:
- '**.md'
- 'docs/**'
- '.github/workflows/docs-check.yml'

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths:
- '/docs'
- 'docs/**'
- '.github/workflows/docs-deploy.yml'
merge_group:
pull_request:
branches:
- main
paths:
- '/docs'
- 'docs/**'
- '.github/workflows/docs-deploy.yml'

permissions:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT_ID }}
command: pages deploy ./docs/build --project-name=forest-docs
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ concurrency:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
schedule:
- cron: 0 0 * * *
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/'
- 'docs/**'
schedule:
- cron: "0 0 * * *"

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@

### Added

### Changed

### Removed

### Fixed

## Forest v.0.23.3 "Plumber"

Mandatory release for calibnet node operators. It fixes a sync error at epoch 2281645.

### Breaking

### Added

- [#5020](https://github.com/ChainSafe/forest/issues/5020) Add support for the
`Filecoin.EthGetTransactionByBlockNumberAndIndex` RPC method.

Expand All @@ -41,6 +55,8 @@

### Fixed

- [#5109](https://github.com/ChainSafe/forest/pull/5109) Fix a calibnet sync error at epoch 2281645.

## Forest v.0.23.2 "Feint"

Mandatory release for calibnet node operators. It removes the NV25 _Teep_ network upgrade from the schedule. Read more [here](https://github.com/filecoin-project/community/discussions/74#discussioncomment-11549619).
Expand Down
Loading

0 comments on commit eb16ab4

Please sign in to comment.