Go to file
Jack Grigg 6b5905880d Make note decryption benchmark reliable
The benchmark assumed that the first action in the bundle was for the
recipient it had added, but we've started shuffling recipients within
actions, and the builder pads to a minimum of two actions. This meant
that 50% of benchmark runs would fail to start, but would proceed fine
if they did start (as the bundle is cached for the entire test).

We now add two recipients, to cancel out the effect of the padding and
shuffle.
2022-05-06 21:22:51 +00:00
.github/workflows Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes-2 2022-02-28 20:46:55 +00:00
benches Make note decryption benchmark reliable 2022-05-06 21:22:51 +00:00
book book: Fix TODOs on Actions design page 2022-04-29 18:04:01 +00:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src Merge pull request #325 from zcash/fix-lints 2022-05-06 20:51:43 +01:00
tests Update incrementalmerkletree dependency version. 2022-05-04 08:01:02 -06:00
.gitignore Initial commit 2020-10-20 15:12:37 -06:00
CHANGELOG.md Migrate to `ff 0.12` 2022-05-05 17:15:03 +00:00
COPYING Update COPYING with latest license text 2021-09-22 21:42:19 +01:00
Cargo.toml Cargo.toml: Switch to halo2 revision with refactor 2022-05-06 18:58:10 +00:00
LICENSE-BOSL Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
README.md orchard 0.1.0-beta.2 2022-03-22 21:29:36 +00:00
katex-header.html Initial commit 2020-10-20 15:12:37 -06:00
rust-toolchain Update the incremental merkle tree version and the Rust toolchain. 2022-02-24 09:12:12 -07:00

README.md

orchard Crates.io

IMPORTANT: This library is being actively developed and should not be used in production software.

Requires Rust 1.56.1+.

Documentation

License

Copyright 2020-2021 The Electric Coin Company.

You may use this package under the Bootstrap Open Source Licence, version 1.0, or at your option, any later version. See the file COPYING for more details, and LICENSE-BOSL for the terms of the Bootstrap Open Source Licence, version 1.0.

The purpose of the BOSL is to allow commercial improvements to the package while ensuring that all improvements are open source. See here for why the BOSL exists.