From 81a13af5dc8229b39c9efbfe3cf5f976f6eadcae Mon Sep 17 00:00:00 2001 From: Janito Vaqueiro Ferreira Filho Date: Thu, 15 Jul 2021 16:24:46 -0300 Subject: [PATCH] Add more details to test coverage increase entry (#2499) The amount covered increased a lot, so it makes sense to add a bit more detail about what was included. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3e81c4..d2c8ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,8 @@ Sapling spends in V5 transactions, and some initial work to validate parts of Or - Stop ignoring sapling binding signature errors (#2472) - Always compute sighash with librustzcash (#2469) - Fix bug in sighash calculation for coinbase transactions (#2459) -- Increase coverage of cached state tests by covering non-finalized state validation (#2463) +- Increase coverage of cached state tests: full block and transaction validation, and non-finalized + state validation (#2463) ### Security