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

Refactor add_notes_to_total to not use scan Note selection needs to be dried

I created a second address, like this: `new tz` (UA with 2 receivers) (main) Block:2248606 (type 'help') >> addresses [ { "address": "u1fzsqmxuczdrdcuu7ske7z037xtwsdqcm9gfpmqqvwfvqg596rtl9mff6dz6l4n82wq3l33e4und4uwu6y0yex23cpm8et0ehphgyjflmusmpf7up5mlasxlyd49tft576fjj2q337m5cjdq9njync7pdc25e8f6zmrytklsjz9gj4hw9u2cyv6ykqgnxrup9wxq0chqqfr07ycvtwva", "receivers": { "transparent": "t1brEBAzVJvXCySDieJ28kE3PFfvdXBSESD", "sapling": "zs1mzhhxvwmd9z5v6kdjmd8yyark9ty4sh69m6vwclkhkahkqf6vr84lsfl7ne6s8jn4yn6zm6deh3", "orchard_exists":...

We need to rationalize the `Zingo!` configuration such that data that belongs in a config file, is there.

enhancement
good first issue
help wanted

reported with @felipeberizovsky Reproducibility: Low linux: lubuntu commit: 537582634cb23e0831f54e34e6d78e472a7fbca5 Steps to reproduce: 1. create a new wallet testnet wallet with a data dir in cli mode 2. get the balance...

see https://github.com/zingolabs/zingolib/blob/212b3273e64b45a026774649f0b56ba184da2715/zingolib/src/blaze/block_witness_data.rs#L370 When the following loop happens 0 times, that value stays at 0..and is sent all the way to here https://github.com/zingolabs/zingolib/blob/212b3273e64b45a026774649f0b56ba184da2715/zingolib/src/blaze/update_notes.rs#L72 Where we hit an integer underflow by subtracting...

Based on commit fa5589988b4adb6f17cbc51847921851f41f940b I created an account on testnet using zingo-cli. This account has two incoming transactions on it (both Orchard). When I try to send, a transaction is...

My wallet is in a state where its largest note is tied up in a mempool transaction that won't mine, probably because of insufficient fee. This transaction was created with...

I'm not sure if the report is here or in the Zingo Mobile repository, however, I'm leaving it here. I have made several transactions in my test wallet testing the...