Skip to content
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
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
7 changes: 6 additions & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[tools]
lychee = "latest"
# Pinned: `include_fragments` changed type in 0.24 (bool -> string), so an unpinned "latest"
# resolved to a different version on CI than locally and the config parsed on only one of them.
# 0.24.x also renamed its macOS assets (lychee-arm64-macos.tar.gz -> lychee-aarch64-apple-darwin
# .tar.gz) without a matching aqua registry update, so it cannot install on Apple Silicon at all.
# Keep this version in sync with `include_fragments` in lychee.toml.
lychee = "0.23.0"
"npm:markdownlint-cli2" = "latest"
# Pinned: prettier >= 3.9.0 mangles GitBook template tags ({% tab %}/{% endtab %})
# into markdown table rows, breaking page rendering. Re-evaluate before bumping.
Expand Down
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@
- [Stateless Validation](node/stateless-validation.md)
- [Validator Architecture](node/validator-architecture.md)
- [Get Block Witness](node/witness.md)
- [Run a Full Node](node/full-node.md)
- [Debug Trace Server](node/debug-trace-server.md)
Loading
Loading