librustzcash/zcash_client_sqlite
Jack Grigg 8c250ca3de zcash_sqlite: Add an unreliability warning to query::get_balance docs 2020-07-10 09:50:43 +12:00
..
src zcash_sqlite: Add an unreliability warning to query::get_balance docs 2020-07-10 09:50:43 +12:00
Cargo.toml zcash_client_sqlite: Implement outgoing viewing key policies 2020-07-09 23:48:09 +12:00
README.md Add mainnet support to zcash_client_sqlite via a feature flag 2020-06-25 18:54:41 +12:00

README.md

Security Disclaimer

⚠️ WARNING: This is an early preview


In the spirit of transparency, we provide this as a window into what we are actively developing. This is an alpha build, not yet intended for 3rd party use. Please be advised of the following:

  • 🛑 This code currently is not audited. 🛑
  • This is a public, active branch with no support.
  • The code does not have documentation that is reviewed and approved by our Documentation team.
  • The code does not have adequate unit tests, acceptance tests and stress tests.
  • The code does not have automated tests that use the officially supported CI system.
  • The code has not been subjected to thorough review by engineers at the Electric Coin Company.
  • ⚠️ This library is compatible with the latest version of zcashd, but there is no automated testing of this.
  • ✔️ The library is not majorly broken in some way.
  • ✔️ The library does run on mainnet and testnet.
  • We are actively rebasing this branch and adding features where/when needed.
  • We do not undertake appropriate security coverage (threat models, review, response, etc.).
  • ✔️ There is a product manager for this library.
  • ✔️ Electric Coin Company maintains the library as we discover bugs and do network upgrades/minor releases.
  • ✔️ Users can expect to get a response within a few weeks after submitting an issue.
  • The User Support team has not yet been briefed on the features provided to users and the functionality of the associated test-framework.
  • The code is not fully-documented.

🛑 Use of this code may lead to a loss of funds 🛑

Use of this code in its current form or with modifications may lead to loss of funds, loss of "expected" privacy, or denial of service for a large portion of users, or a bug which could leverage any of those kinds of attacks (especially a "0 day" where we suspect few people know about the vulnerability).

👀 At this time, this is for preview purposes only. 👀


zcash_client_sqlite

This library contains APIs that collectively implement a Zcash light client in an SQLite database.

License

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.