Go to file
Kris Nuttycombe 3845686a6e Modify `BundleType` to exclude the anchor & allow no bundle to be produced.
This adds a flag to `BundleType` that, when set, requires a dummy-only
bundle to be produced even if no spends or outputs are added to the
builder, and when unset results in standard padding.
2023-12-20 19:29:14 -07:00
.github/workflows CI: Modernise workflows 2023-11-29 03:42:17 +00:00
benches Modify `BundleType` to exclude the anchor & allow no bundle to be produced. 2023-12-20 19:29:14 -07:00
book [book] Add a missing right parenthesis. fixes #392 2023-05-02 14:53:09 +01:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src Modify `BundleType` to exclude the anchor & allow no bundle to be produced. 2023-12-20 19:29:14 -07:00
tests Modify `BundleType` to exclude the anchor & allow no bundle to be produced. 2023-12-20 19:29:14 -07:00
.gitignore Add `Cargo.lock` to repository 2023-11-28 23:53:24 +00:00
CHANGELOG.md Add a public bundle construction function & use it in the builder. 2023-12-18 21:56:42 -07:00
COPYING Add exception text 2022-05-18 09:46:23 -07:00
Cargo.lock Add `Cargo.lock` to repository 2023-11-28 23:53:24 +00:00
Cargo.toml orchard 0.6.0 2023-09-08 17:52:14 +00:00
LICENSE-BOSL Line wrapping 2022-05-19 15:45:33 -07:00
README.md Bump MSRV to 1.65 2023-09-08 17:52:14 +00:00
katex-header.html Initial commit 2020-10-20 15:12:37 -06:00
rust-toolchain.toml Bump MSRV to 1.65 2023-09-08 17:52:14 +00:00

README.md

orchard Crates.io

Requires Rust 1.65+.

Documentation

License

Copyright 2020-2022 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.