Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 04:32
c44e282
Make NU6.3 wallet test setup exception-safe (#22)

* Initialize chain tip in NU6.3 wallet test

PrepareTransaction requires a nonnegative active-chain height when
selecting the current consensus branch ID.

* Make NU6.3 wallet test exception-safe

Select a valid Sapling diversifier and scope all temporary global state so
failures cannot corrupt later wallet tests or global teardown.