Go to file
Jack Grigg 8c59e25d79
Merge pull request #1663 from zcash/pczt-no-std
pczt: Enable the base crate to be no-std compatible
2024-12-17 17:23:07 +13:00
.cargo Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
.github Adjust CI policy: 2024-12-09 22:52:49 +00:00
.vscode
components Release zcash_protocol version 0.4.3 2024-12-16 20:35:05 -07:00
devtools zcash_transparent: Refactor code so it compiles in its new crate 2024-12-15 13:25:43 -07:00
librustzcash
pczt pczt: Add no-std support 2024-12-17 03:04:21 +00:00
supply-chain Update cargo vet metadata for zcash_protocol 0.4.3 release. 2024-12-16 20:58:19 -07:00
zcash
zcash_client_backend zcash_address: Remove serde implementation for `ZcashAddress` 2024-12-13 20:22:50 +00:00
zcash_client_sqlite Merge pull request #1648 from nuttycom/backport/v_tx_outputs_migration_fix 2024-12-10 14:41:31 -07:00
zcash_extensions Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
zcash_history
zcash_keys zcash_keys: Prepare for `no_std` usage. 2024-12-16 15:26:28 -07:00
zcash_primitives zcash_keys: Prepare for `no_std` usage. 2024-12-16 15:26:28 -07:00
zcash_proofs pczt: Add end-to-end integration tests 2024-12-07 06:56:07 +00:00
zcash_transparent zcash_transparent: Add `AccountPubKey::derive_pubkey_at_bip32_path` 2024-12-16 11:16:01 +00:00
.editorconfig
.gitattributes
.gitignore Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
COPYING.md
Cargo.lock Release zcash_protocol version 0.4.3 2024-12-16 20:35:05 -07:00
Cargo.toml zcash_keys: Prepare for `no_std` usage. 2024-12-16 15:26:28 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md
deny.toml
rust-toolchain.toml

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.