Skip to content

Commit

Permalink
Updates based on Daira’s review
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Nov 15, 2022
1 parent e874749 commit 66dd48f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 66dd48f

Please sign in to comment.