Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 15, 2024
2 parents 0ea7add + 8201c52 commit 1818d56
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Lint Markdown
run: make md-check
- name: Link check
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.0.2
with:
args: '*.md .github/*.md .github/**/*.md .config/*.md'
# Fail action on broken links
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
- [#4820](https://github.com/ChainSafe/forest/pull/4820) Fix edge-case in
`Filecoin.MinerGetBaseInfo` RPC method.

- [#4890](https://github.com/ChainSafe/forest/issues/4890) Fix incorrect deal
weight calculation in the `Filecoin.StateMinerInitialPledgeCollateral` RPC
method.

## Forest 0.20.0 "Brexit"

Non-mandatory release including a number of new RPC methods, fixes, and other
Expand Down
Loading

0 comments on commit 1818d56

Please sign in to comment.