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

ignores dust inputs. passes the ignore_dust_inputs test. prevents the sufficient insufficient fee bug builds on #1111 and #1113

Tests if fee is correctly noted after sync, but before send

This PR revolves around a new fee calculator `calculate_transaction_fee` in `zingolib/src/wallet/transaction_records_by_id.rs`. - new fee calculator - new error module for wallet where new error type FeeError was added - deprecated...

Anticipating conflicts.. I've started on resolution. This on top of: #1100 #1101 #1102 and merges: #1096 Supersedes: #1096

I am confused about the presence of both `u64` and `u32` for.. ?similar? fields. Is the regression proptest data because of this variance? Is it correct? _Originally posted by @zancas...

This causes the integration tests to run against quicksend (wrapped by send). I get 26 test fails. I am looking into them now.

Bumps [ripemd160](https://github.com/RustCrypto/hashes) from 0.9.1 to 0.10.0. Commits 75298d3 update crates to digest v0.10 (#217) d6c8c3c Remove some unsafe (#320) a7431da release sha2 v0.9.8 (#318) 93d895d sha2: Fix bug in the...

dependencies