zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
15 stars 23 forks source link

Improve Old Wallet Verification and Add TestNet tests #1418

Closed fluidvanadium closed 2 months ago

fluidvanadium commented 2 months ago

Hey, Oscar and I ran the testnet test this morning with diversified transparent addresses, and guess what! It said

thread 'lightclient::send::send_with_proposal::tests::testnet_mskmgdbhotbpetcjwcspgopp_shield_multi_account' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:134:50: calledResult::unwrap()on anErrvalue: Component(NoteSelection(Change(InsufficientFunds { available: Zatoshis(0), required: Zatoshis(10000) })))

So unfortunately this could be multiple things. Either the transparent diversified balance is not being found, or its been already spent.

fluidvanadium commented 2 months ago

oops, wrong branch. deleted confusing label