zingolib icon indicating copy to clipboard operation
zingolib copied to clipboard

An API and test-app that exposes zcash functionality for app consumption

Results 144 zingolib issues
Sort by recently updated
recently updated
newest added

I believe that the [mine_to_transparent_and_shield](https://github.com/zingolabs/zingolib/blob/f634e0049c4fa31fa8d324df042a9fc830d8bd9d/zingocli/tests/integration_tests.rs#L668) test fails because we have not finished implementing zip317. When we do, this test which should be paying: 103*5_000 zats for its attempt to sweep...

this is actually kind of weird and can be reproduced consistenly when running the test on this PR: https://github.com/zingolabs/zingolib/pull/619 When the test wallet sends a transaction a TX ID is...

bug

This can be reproduced on the test introduced on this PR: https://github.com/zingolabs/zingolib/pull/619 `do_send` is returning a transaction ID that then doesn't match the one shown on `tx_summaries` The test sends...

It would help me as either a development contributor or a user to know what the target user stories are, so that I know which features I can rely on....

In testing balance calculation in a fresh wallet (from an imported key), I encountered this oddity: ``` 2023-10-19T02:18:16.114877Z WARN zingolib::lightclient: Server's latest block(2252364) is behind ours(2252375) 2023-10-19T02:18:28.508528Z WARN zingolib::lightclient: Server's...

bug

Currently the CLI will auto shield all T address using `shield` command but this is against privacy of mixing inputs. When address A received form an exchange A address B...

A shielding transaction appears in the history as simply a spend in the amount of the transaction fee. This code looks responsible for that: https://github.com/zingolabs/zingolib/blob/273263290c07469c34ae0db578a8f694e2df8e0e/zingolib/src/lightclient.rs#L1879-L1881

- the README still points to regtest in the root directory - the regtest directory is in zingo-cli but the regtest rust and README is in zingo-testutils would be better...

Starting with the background, the protocol of zcashd + lightwalletd is same accross wallet implementations. T address is also same generated based on seed zingo vs zecwallet-lite, so why not...

``` **Batch** Current: 127 Total: 18014 Blocks Loaded: 100 TrialDecrypted: 0, Witnesses Updated: 0, Total: 100, **Batch** Current: 133 Total: 18014 Blocks Loaded: 24 TrialDecrypted: 0, Witnesses Updated: 0, Total:...

bug
not-reproduced