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.
This commit is contained in:
Janito Vaqueiro Ferreira Filho 2021-07-15 16:24:46 -03:00 committed by GitHub
parent 48cf52735c
commit 81a13af5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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