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

Finished dev [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/zingo-cli` 2024-07-04T17:25:23.394880Z INFO zingo_cli: data_dir: wallets thread 'main' panicked at zingocli/src/lib.rs:412:6: called `Result::unwrap()` on an `Err` value: Custom { kind: Uncategorized,...

# Summary Across the whole workspace, there are two TLS crates (`rustls` and `openssl-sys`) and 3 distinct versions used (shown below). One improvement would be to use a single crate....

# Rationale: Rename components of the TransactionRecord to emphasize how they are related to the TransactionRecord. This significantly clarifies the code. # Comments Input (in this context) means "input of...

This tests different values in the libtonode tests

Shielded pools should always be respected when possible because violating shielded pool boundaries results in the leakage of amounts (de-anonymization). Currently, zingo does NOT respect shielded pool boundaries and puts...

Currently ZingoLib disallows sending funds until Transparent balances are Shielded into the Orchard pool if there is insufficient balance. This requirement violates the users privacy in multiple ways by impacting...

send is broadcast. transaction is at sending n minutes after send. conversions to Mempool happen only in the first block. otherwise the transaction is dead reboot causes transaction to disappear...

bug
help wanted
not-reproduced