Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the ecc group with 4 updates #482

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the ecc group with 4 updates: orchard, zcash_primitives, zcash_script and zcash_proofs.

Updates orchard from 0.7.1 to 0.8.0

Changelog

Sourced from orchard's changelog.

[0.8.0] - 2024-03-25

Added

  • orchard::keys::IncomingViewingKey::prepare
  • orchard::note::Rho
  • orchard::action::Action::rho
  • orchard::note_encryption::CompactAction::rho
  • orchard::note_encryption::OrchardDomain::for_compact_action
  • Additions under the test-dependencies feature flag:
    • orchard::tree::MerkleHashOrchard::random
    • impl Distribution<MerkleHashOrchard> for Standard

Changed

  • The following methods have their Nullifier-typed argument or return value now take or return note::Rho instead:
    • orchard::note::RandomSeed::from_bytes
    • orchard::note::Note::from_parts
    • orchard::note::Note::rho

Removed

  • orchard::note_encryption::OrchardDomain::for_nullifier (use for_action or for_compact_action instead).
Commits
  • d8e2bc6 orchard release version 0.8.0
  • 33474bd Merge pull request #423 from nuttycom/merkle_hash_orchard_dist
  • 1b6c078 Add impl Distribution\<MerkleHashOrchard> for Standard for testing.
  • e74879d Merge pull request #421 from nuttycom/add_rho_type
  • 1a8ded0 Add a Rho type, to distinguish from revealed note nullifiers.
  • a6b3407 Merge pull request #422 from nuttycom/test_only_random_merklehashorchard
  • 7ef1fea Add a MerkleHashOrchard::random function under the test-dependencies feat...
  • 1db9741 Merge pull request #420 from zcash/release-0.7.1
  • See full diff in compare view

Updates zcash_primitives from 0.14.0 to 0.15.0

Release notes

Sourced from zcash_primitives's releases.

zcash_proofs-0.12.1: zcash_proofs release version 0.12.1

[0.12.1] - 2023-06-28

Changed

  • Replaced internal directories dependency which now transitively depends on MPL-licensed code.
Commits
  • 4cf8cab zcash_primitives release version 0.15.0
  • 5f042c4 zcash_protocol release version 0.1.1
  • 9c82b87 Merge pull request #1309 from nuttycom/fix/missing_block_end_checkpoints
  • 874d6b6 zcash_client_backend: Ensure checkpoint at the end of each block.
  • 2bcfa79 Merge pull request #1303 from nuttycom/fix/put_blocks_checkpoint_conflict
  • 635057d zcash_client_sqlite: Avoid attempting to re-create already-pruned checkpoints.
  • 5d3ddab zcash_client_sqlite: Add a test to attempt to simulate the checkpoint conflic...
  • f3c8b58 Minor internal variable renaming for clarity.
  • c45d3ae Merge pull request #1301 from nuttycom/fix/orchard_ua_receiver_tests
  • 6f1e4af zcash_client_sqlite: Fix tests that broke with the addition of Orchard UA rec...
  • Additional commits viewable in compare view

Updates zcash_script from 0.1.16 to 0.2.0

Release notes

Sourced from zcash_script's releases.

v0.2.0

What's Changed

  • Major API update. Most functions have been removed and a new callback-based function was introduced. See depend/zcash/src/script/zcash_script.h for documentation. This allows removing all dependencies from this crate, greatly simplifying its maintenance.

Full Changelog: ZcashFoundation/zcash_script@v0.1.16...v0.2.0

Changelog

Sourced from zcash_script's changelog.

[0.2.0] - 2024-06-10

  • Major API update. Most functions have been removed and a new callback-based function was introduced. See depend/zcash/src/script/zcash_script.h for documentation. This allows removing all dependencies from this crate, greatly simplifying its maintenance.
Commits
  • c9d7507 update documentation for release 0.2.0 (#161)
  • 4924030 Remove dependencies by switching to simplified API with a callback interface ...
  • See full diff in compare view

Updates zcash_proofs from 0.14.0 to 0.15.0

Release notes

Sourced from zcash_proofs's releases.

zcash_proofs-0.12.1: zcash_proofs release version 0.12.1

[0.12.1] - 2023-06-28

Changed

  • Replaced internal directories dependency which now transitively depends on MPL-licensed code.
Commits
  • 2bda943 Release zcash_proofs version 0.15.0
  • 181e898 Merge pull request #1311 from zcash/release-zcash_primitives-0.15.0
  • 4cf8cab zcash_primitives release version 0.15.0
  • 22f90bc Merge pull request #1307 from nuttycom/fix/update_chain_tip_stable_max_scanned
  • 33edf74 Merge pull request #1300 from nuttycom/sqlite_wallet/expired_transaction_value
  • 3620314 Merge pull request #1310 from zcash/release-zcash_protocol-0.1.1
  • 5f042c4 zcash_protocol release version 0.1.1
  • e22cf68 zcash_client_sqlite: Fix birthday_in_anchor_shard tests.
  • 81954e2 zcash_client_sqlite: Fix invalid_chain_cache_disconnected tests.
  • e67a978 zcash_client_sqlite: Use account birthday subtree sizes for progress.
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ecc group with 4 updates: [orchard](https://github.com/zcash/orchard), [zcash_primitives](https://github.com/zcash/librustzcash), [zcash_script](https://github.com/ZcashFoundation/zcash_script) and [zcash_proofs](https://github.com/zcash/librustzcash).


Updates `orchard` from 0.7.1 to 0.8.0
- [Changelog](https://github.com/zcash/orchard/blob/main/CHANGELOG.md)
- [Commits](zcash/orchard@0.7.1...0.8.0)

Updates `zcash_primitives` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_primitives-0.14.0...zcash_primitives-0.15.0)

Updates `zcash_script` from 0.1.16 to 0.2.0
- [Release notes](https://github.com/ZcashFoundation/zcash_script/releases)
- [Changelog](https://github.com/ZcashFoundation/zcash_script/blob/master/CHANGELOG.md)
- [Commits](ZcashFoundation/zcash_script@v0.1.16...v0.2.0)

Updates `zcash_proofs` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_proofs-0.14.0...zcash_proofs-0.15.0)

---
updated-dependencies:
- dependency-name: orchard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_script
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_proofs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-trivial label Jun 17, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 17, 2024

The following labels could not be found: A-rust, A-dependencies, P-Low :snowflake:.

Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/ecc-0c26b4b145 branch August 19, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants