]> Untitled Git - bdk/commit
test(core): test `Drop` implementation of `CPInner`
authorvalued mammal <valuedmammal@protonmail.com>
Tue, 19 Nov 2024 15:43:15 +0000 (10:43 -0500)
committervalued mammal <valuedmammal@protonmail.com>
Tue, 19 Nov 2024 15:43:15 +0000 (10:43 -0500)
commit2df5861c5e1bf308f1b215b19e00d882aee07e87
treec44c70e23f7556a0d5d350eb5833639df35aa1f2
parent67e1dc37bff195d91f2959f3f4bf5d5d10da597c
test(core): test `Drop` implementation of `CPInner`

Check that dropping `CheckPoint` does not cause nasty behavior
by creating a large linked list in memory and then destroying it.
crates/core/src/checkpoint.rs
crates/core/tests/test_checkpoint.rs