]> Untitled Git - bdk/commit
docs(core): Add module-level docs for `checkpoint_entry`
author志宇 <hello@evanlinjin.me>
Sat, 7 Feb 2026 10:12:00 +0000 (10:12 +0000)
committer志宇 <hello@evanlinjin.me>
Wed, 22 Apr 2026 04:48:19 +0000 (04:48 +0000)
commit9c0453c7d9767002b6722c888ac1f694c792c0d2
tree028141704094729bd1e474c8f50f66895c5ae3c7
parent3ef6ed866d364d6f8c9136d0b6696f2b90e572be
docs(core): Add module-level docs for `checkpoint_entry`

Explain the purpose of `CheckPointEntry` and its two variants:
- `Occupied`: real checkpoint at this height
- `Placeholder`: implied by `prev_blockhash` from checkpoint above

Also fix typo: "atleast" → "at least"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
crates/chain/src/local_chain.rs
crates/core/src/checkpoint_entry.rs