ZcashFoundation / zcash_script

Rust bindings to the ECC's zcash_script C++ library.
Apache License 2.0
1 stars 11 forks source link

Update orchard requirement from 0.3 to 0.4 #82

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on orchard to permit the latest version.

Changelog

Sourced from orchard's changelog.

[0.4.0] - 2023-04-11

Added

  • orchard::builder:
    • {SpendInfo::new, InputView, OutputView}
    • Builder::{spends, outputs}
    • SpendError
    • OutputError

Changed

  • MSRV is now 1.60.0.
  • Migrated to ff 0.13, group 0.13, pasta_curves 0.5, halo2_proofs 0.3, halo2_gadgets 0.3, reddsa 0.5, zcash_note_encryption 0.3.
  • orchard::builder:
    • Builder::{add_spend, add_output} now use concrete error types instead of &'static strs.
    • Error has been renamed to BuildError to differentiate from new error types.
    • BuildError now implements std::error::Error and std::fmt::Display.

Fixed

  • Several bugs have been fixed that were preventing Orchard bundles from being created or verified on 32-bit platforms, or with recent versions of Rust.

[0.3.0] - 2022-10-19

Added

  • orchard::Proof::add_to_batch
  • orchard::address::Address::diversifier
  • orchard::keys::
    • Diversifier::from_bytes
    • PreparedEphemeralPublicKey
    • PreparedIncomingViewingKey
  • orchard::note:
    • RandomSeed
    • Note::{from_parts, rseed}
    • impl memuse::DynamicUsage for Nullifier
  • orchard::note_encryption:
    • impl memuse::DynamicUsage for OrchardDomain
  • orchard::circuit::Circuit::from_action_context
  • impls of Eq for:
    • orchard::zip32::ChildIndex
    • orchard::value::ValueSum

Changed

  • Migrated to zcash_note_encryption 0.2.

[0.2.0] - 2022-06-24

Added

  • orchard::bundle::BatchValidator
  • orchard::builder::Builder::value_balance
  • orchard::note_encryption:

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
teor2345 commented 1 year ago

@dependabot ignore this dependency

dependabot[bot] commented 1 year ago

OK, I won't notify you about orchard again, unless you re-open this PR. 😢