]> Untitled Git - bdk/commit
test(chain): introduce proptest for `CheckPoint::range`
author志宇 <hello@evanlinjin.me>
Fri, 5 Apr 2024 08:43:13 +0000 (16:43 +0800)
committer志宇 <hello@evanlinjin.me>
Thu, 11 Apr 2024 13:43:21 +0000 (21:43 +0800)
commit446b045161ebad3fbdf0ea96e8ff6f9da8ad212c
tree11557b870833c0c21c7723bf95bec402e74a788d
parent62619d3a4a644b584215ad99bad1c65d20cf0fe7
test(chain): introduce proptest for `CheckPoint::range`

Ensure that `CheckPoint::range` returns expected values by comparing
against values returned from a primitive approach.

I think it is a good idea to start writing proptests for this crate.
.github/workflows/cont_integration.yml
README.md
crates/chain/Cargo.toml
crates/chain/tests/test_local_chain.rs