Skip to content
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d5544e0
feat(spellcheck): Unify and expand to entire repo. Consolidates tooli…
Signor1 Sep 10, 2025
1114de4
fix(spellcheck): updated wrong spellings
Signor1 Sep 10, 2025
59d7aad
fix(spellcheck): updated wrong words
Signor1 Sep 10, 2025
1724ab5
fix(spellcheck): update on spellcheck.toml & Makefile to handle spell…
Signor1 Sep 11, 2025
17e1cb7
fix: CI make lint-all error
Signor1 Sep 11, 2025
fa00035
fix: update forest.dic
Signor1 Sep 11, 2025
3856e9c
fix(spellcheck): resolved error from 'make spellcheck'
Signor1 Sep 11, 2025
334ccb2
fix(ci): ignore `eth_newBlockFilter` test in `forest-tool api test-st…
hanabi1224 Sep 11, 2025
b72521f
fix: remove invalid chars in prometheus metrics (#6065)
hanabi1224 Sep 11, 2025
599a4fa
fix(ci): rpc parity test (#6071)
hanabi1224 Sep 11, 2025
8570671
Clean up `StateDecodeParams` API changes (#6000)
akaladarshi Sep 11, 2025
1cf372f
[automated] Update Lotus version in API tests (#6072)
leshyatwork[bot] Sep 12, 2025
4cb8ccc
fix: Resolved conflict
Signor1 Sep 15, 2025
1b07ff2
feat: updated forest.dic
Signor1 Sep 16, 2025
5d5449d
feat: updated forest.dic
Signor1 Sep 16, 2025
0dd50d1
feat: updated forest.dic & spelling correction
Signor1 Sep 16, 2025
52d6786
chore: fixing spellcheck & documentation exclusion
Signor1 Sep 19, 2025
a4369f0
Merge main into fix-spellcheck
Signor1 Sep 19, 2025
1484066
chore: fixing spellcheck
Signor1 Sep 19, 2025
1b6f815
chore: fixing spellcheck
Signor1 Sep 19, 2025
03f8bfd
feat: merge from main
Signor1 Oct 4, 2025
a88f3c9
fix: resolve spellcheck issues across documentation and config files
Signor1 Oct 6, 2025
ed51cf4
fix: extend spellcheck coverage to .github directory
Signor1 Oct 6, 2025
e72474c
fix: remove double backsticks
Signor1 Oct 6, 2025
b5031fb
Merge branch 'main' into fix-spellcheck
elmattic Oct 8, 2025
dd136bf
Merge branch 'main' into fix-spellcheck
elmattic Oct 10, 2025
e8ac2ca
Merge branch 'main' into fix-spellcheck
elmattic Oct 10, 2025
84a3ff7
feat: merge into branch
Signor1 Oct 10, 2025
66abc12
feat: merge into branch
Signor1 Oct 10, 2025
e1748c0
Merge branch 'main' into fix-spellcheck
Signor1 Oct 10, 2025
534718c
fix: resolve typos
Signor1 Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ incremental = true
# TODO(aatifsyed): remove - this can be pushed out to readme
# In all cases, pass --cfg=tokio_unstable for tokio console integration
# See (https://github.com/ChainSafe/forest/pull/2245)
# Note that this may be overriden by user configuration at ~/.cargo/config.toml
# Note that this may be overridden by user configuration at ~/.cargo/config.toml
rustflags = ["--cfg=tokio_unstable"]

[net]
Expand Down
Loading
Loading