Go to file
str4d aeb51708ca
Merge pull request #1240 from zcash/migration-errors
zcash_client_sqlite: Use errors instead of panics in down-migrations
2024-03-08 22:39:11 +00:00
.github CI: Only run CI workflow once per PR 2024-03-08 20:35:04 +00:00
.vscode
components zcash_protocol: Add `TryFrom<&MemoBytes>` for `Memo` 2024-03-08 13:48:30 -07:00
librustzcash
zcash_client_backend zcash_client_backend: Generalize `DecryptedOutput` to support Orchard 2024-03-08 13:48:30 -07:00
zcash_client_sqlite zcash_client_sqlite: Use errors instead of panics for unimplemented or unsupported down migrations. 2024-03-08 22:19:05 +00:00
zcash_extensions zcash_address: Use `zcash_protocol::consensus::NetworkType` 2024-03-05 13:36:15 -07:00
zcash_history zcash_history 0.4.0 2024-03-01 15:10:11 +00:00
zcash_keys zcash_client_sqlite: Rework accounts to support imported viewing keys 2024-03-08 18:55:18 +00:00
zcash_primitives zcash_protocol: Use `BalanceError` instead of `()` for monetary range violations. 2024-03-05 13:59:26 -07:00
zcash_proofs
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml
COPYING.md
Cargo.lock zcash_client_backend: Use `NonNegativeAmount` for `select_spendable_notes` 2024-03-08 13:48:30 -07:00
Cargo.toml Merge pull request #1235 from zcash/diverse_accounts 2024-03-08 13:39:08 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md
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 currently 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.