parity-zcash icon indicating copy to clipboard operation
parity-zcash copied to clipboard

A consensus-compatible Zcash node client written in Rust. 🦓

Results 52 parity-zcash issues
Sort by recently updated
recently updated
newest added

Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 10.1.0 to 14.0.3. Release notes *Sourced from [jsonrpc-http-server's releases](https://github.com/paritytech/jsonrpc/releases).* > ## JSON-RPC v12.0.0 > - JSON-RPC client transports are now available (WS, HTTP, HTTP+TLS and local) >...

dependencies

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.59 to 0.2.65. Commits - [`53bdffc`](https://github.com/rust-lang/libc/commit/53bdffc028632907958bbd03ff88182b2b20a6cc) Auto merge of [#1557](https://github-redirect.dependabot.com/rust-lang/libc/issues/1557) - gnzlbg:dupe, r=gnzlbg - [`8823376`](https://github.com/rust-lang/libc/commit/8823376ffa246d79b5dc020d7f92047ab18e2d3f) Remove duplicate target - [`07d1f7a`](https://github.com/rust-lang/libc/commit/07d1f7a4957802e0c80be564fd4e4e470e4781e2) Remove broken link - [`5041053`](https://github.com/rust-lang/libc/commit/504105347a959947babbfaceaaca9dad6de4568f) Do not...

dependencies

This is a task to review the current logging output and come up with a plan for better logging output if required. We should review, for example: - Whether different...

Based on https://forum.zcashcommunity.com/t/protozip-restricting-rpc-calls/34527 (via @ChileBob) we might want to include some metadata in our RPC structures to allow deploying nodes in "read only" mode.

documentation
planning

Right now, we only have a few that were inherited from parity-bitcoin. As far as I can tell, none of the `z_` calls from the [Zcash Payment API](https://zcash.readthedocs.io/en/latest/rtd_pages/payment_api.html) are implemented...

planning

Just so we know at least what's currently being touched at a minimum.

planning

We have lots of non-rust dependencies. Some of these, like libsecp256, have minimal dependencies and basically just need a C compiler, while others have heavier dependencies and require various build...

planning

Because of `parity-snappy-sys`

dependencies
refactor

The [anti-design document](https://github.com/ZcashFoundation/zebra/blob/master/docs/anti-design.md#the-fixed-size-hash-types) describes the fixed-size hash container types, which over time became general-purpose byte containers, as a feature to remove from the codebase going forward. To do this, we...

planning