Go to file
Jack Grigg 60961433ce pczt: Add the Spend Finalizer role 2024-12-07 06:56:07 +00:00
.cargo Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
.github zcash_client_sqlite: Change `WalletDb::AccountId` associated type to `AccountUuid` 2024-12-02 15:46:36 -07:00
.vscode Tell rust-analyzer to compile using stable, because the Rust version from 2024-07-28 23:25:55 +01:00
components Release zcash_protocol version 0.4.1 2024-11-14 11:23:58 -07:00
devtools devtools: Detect more key formats with `zcash-inspect` 2024-09-11 17:32:13 +00:00
librustzcash Remove librustzcash crate 2020-03-14 10:50:04 +13:00
pczt pczt: Add the Spend Finalizer role 2024-12-07 06:56:07 +00:00
supply-chain zcash_primitives: Implement transparent PCZT support 2024-12-07 06:56:07 +00:00
zcash Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00
zcash_client_backend zcash_client_backend: Add AccountSource::key_derivation 2024-12-05 19:35:11 -07:00
zcash_client_sqlite zcash_client_backend: Add optional derivation metadata when importing UFVKs with spending purpose. 2024-12-05 19:35:11 -07:00
zcash_extensions Remove `fixed::FeeRule::standard` (which was misleadingly named because 2024-10-24 21:33:36 -06:00
zcash_history Fix clippy lints after MSRV bump 2024-10-18 22:39:23 +00:00
zcash_keys Release zcash_keys version 0.5.0 2024-11-14 16:04:53 -07:00
zcash_primitives Connect `pczt` crate to `zcash_primitives` tx builder 2024-12-07 06:56:07 +00:00
zcash_proofs pczt: Add fields necessary for creating proofs 2024-12-07 06:54:41 +00:00
.editorconfig Add `WalletRead::get_account_ids` function 2024-01-10 13:01:01 -07:00
.gitattributes Add a protobuf representation for transaction proposals. 2023-11-09 20:02:36 -07:00
.gitignore Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
COPYING.md Ensure that GitHub's "View license" link points to complete license information. 2022-01-18 14:19:53 +00:00
Cargo.lock pczt: Migrate to the protocol-specific PCZT impls 2024-12-07 06:56:07 +00:00
Cargo.toml pczt: Migrate to the protocol-specific PCZT impls 2024-12-07 06:56:07 +00:00
LICENSE-APACHE
LICENSE-MIT Update copyright year in LICENSE-MIT. 2022-01-18 14:19:53 +00:00
README.md Fix an incorrect README.md hyphenation. 2024-10-25 15:56:40 -06:00
deny.toml Migrate to `rusqlite 0.31` 2024-10-17 21:05:48 +00:00
rust-toolchain.toml Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00

README.md

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are under development and have not been fully reviewed.

License

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.