Skip to content

Commit

Permalink
Add #2458, #2525, #2486, #2542 and #2539 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mpguerra committed Jul 29, 2021
1 parent b8b6af4 commit 6495925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Zebra's latest alpha continues our work on NU5, including Orchard and Transactio
- Calculate incremental note commitment trees (#2407)
- Reject duplicate Sapling and Orchard nullifiers (#2497)
- Add `proptest-impl` feature to `zebra-state` crate to help simplify tests(#2529)
- Track anchors and note commitment trees (#2458)
- Validate spends of transparent coinbase outputs (#2525)
- Calculate the remaining value in the transparent transaction value pool (#2486)

#### Documentation

Expand All @@ -27,12 +30,17 @@ Zebra's latest alpha continues our work on NU5, including Orchard and Transactio

- Test consensus-critical Amount deserialization (#2487)
- Update to use new GitHub action names in Google Cloud workflows (#2533)
- Add test intialization helper function for tests (#2539)

### Changed

- Decrease the number of randomised test cases in zebra-state (#2521, #2513)
- Make nullifier tests consistent with UTXO tests (#2513)

#### Testing

- Disable Rust beta tests in CI, due to a Rust bug (#2542)

### Fixed

- Clarify a variable name and check for overflow in new_ordered_outputs (#2510)
Expand Down

0 comments on commit 6495925

Please sign in to comment.