Skip to content

Commit

Permalink
Merge branch 'main' into elmattic/eth-trace-block
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic committed Jan 6, 2025
2 parents 14b8f14 + 0c6707b commit 8aad446
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 256 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"
2 changes: 1 addition & 1 deletion .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
name: 'forest-${{ runner.os }}'
- name: Run api compare tests
run: ./scripts/tests/api_compare/setup.sh
timeout-minutes: '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
timeout-minutes: 120 # '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
- name: Dump docker logs
if: always()
uses: jwalton/gh-docker-logs@v2
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@
- [#4708](https://github.com/ChainSafe/forest/issues/4708) Add support for the
`Filecoin.EthTraceBlock` RPC method.

### 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 @@ -44,6 +58,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 8aad446

Please sign in to comment.