diff --git a/CHANGELOG.md b/CHANGELOG.md index 471ebbef..ea0ac130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,8 @@ New memo access API: - `zcashlc_get_verified_transparent_balance` now takes the minimum number of confirmations used to filter received notes as an argument. - `zcashlc_get_total_transparent_balance` now returns a balance that includes - all UTXOs up to those in the latest block (i.e. those with 0 confirmations.) + all UTXOs including those only in the mempool (i.e. those with 0 + confirmations). ## Removed diff --git a/README.md b/README.md index f6a435b5..b7c1d3f1 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,17 @@ Depending on what state the intermediate build products might be in, you may fir 2. Update `s.version` in `libzcashlc.podspec` to the new release version. 3. (assuming you have the `pod` command) `pod trunk push libzcashlc.podspec` + +## License + +Licensed under MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT). + +Downstream code forks should note that 'libzcashlc' (and thus XCFramework) +depends on the 'orchard' crate, which is licensed under the [Bootstrap Open +Source License](https://github.com/zcash/orchard/blob/main/LICENSE-BOSL). A +license exception is provided allowing some derived works that are linked or +combined with the 'orchard' crate to be copied or distributed under the original +licenses (in this case MIT), provided that the included portions of the +'orchard' code remain subject to BOSL. See +https://github.com/zcash/orchard/blob/main/COPYING for details of which derived +works can make use of this exception.