zingolib
zingolib copied to clipboard
An API and test-app that exposes zcash functionality for app consumption
Almost repetitive enough for a declarative macro? _Originally posted by @zancas in https://github.com/zingolabs/zingolib/pull/72#discussion_r939384713_
We don't want this `unconfirmed` to be decouplable from this transaction. Maybe we need a: `TransactionAndMetadata` type-or-trait? _Originally posted by @zancas in https://github.com/zingolabs/zingolib/pull/52#discussion_r936932457_
Any reason to _not_ factor lines 503-532 into a helper? _Originally posted by @zancas in https://github.com/zingolabs/zingolib/pull/52#discussion_r936251802_
While working on a feature, I saw ``` Error during startup:Error with response: Status { code: Unavailable, message: "error trying to connect: tcp connect error: Connection refused (os error 111)",...
Right now `zingo-cli` allows for a selection of which `lightwalletd` server it will use as an intermediate for interacting with zcash as a whole (generally using `zcashd`). Clients who depend...
In particular the following files all define the `CompactBlock` type: (1) ECC Rust Client LIbrary: [zcash_client_backed](https://github.com/zcash/librustzcash/blob/37fc28634e811fdf8db9274a0080cff17c6b6a09/zcash_client_backend/proto/compact_formats.proto#L17) (2) ECC Go Zcashd Proxy: [lightwalletd](https://github.com/zcash/lightwalletd/blob/db2795aad7043fb226bbf579aee29633583990ef/walletrpc/compact_formats.proto#L16) (3) Zingolabs Rust Contract SDK: [zingolib](https://github.com/zingolabs/zingolib/blob/f87164f9c4b70db160c258ff56d6aed3a82872be/lib/proto/compact_formats.proto#L16) Many sources...
The second half of #34 ; sleepless launch of regtest mode. I plan to tackle this after getting a graceful shutdown of the daemons implemented.
## What Try to build with bazel and/or BUCK ## Why Bazel can be a pretty incredible tool for `{fast, correct}` builds in my experience. BUCK is a competitor that...
ontop of #1327
new rust drop! i followed suggestions from rustc, clippy, and fmt