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 across 1 directory with 11 updates #505

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the ecc group with 11 updates in the / directory:

Package From To
bridgetree 0.4.0 0.5.0
incrementalmerkletree 0.5.1 0.6.0
orchard 0.7.1 0.8.0
zcash_encoding 0.2.0 0.2.1
zcash_primitives 0.14.0 0.15.0
zcash_protocol 0.1.1 0.3.0
zcash_address 0.3.2 0.5.0
zcash_client_backend 0.12.1 0.13.0
zcash_script 0.1.16 0.2.0
zcash_proofs 0.14.0 0.17.0
zcash_keys 0.2.0 0.3.0

Updates bridgetree from 0.4.0 to 0.5.0

Commits
  • f312ffc release bridgetree version 0.5.0`
  • 6b7143b Merge pull request #108 from nuttycom/release/incrementalmerkletree-v0.6.0
  • 1f86f12 Release incrementalmerkletree version 0.6.0
  • 337f591 Merge pull request #107 from nuttycom/shardtree/fix_inserted_parents
  • 192cb3f shardtree: Remove Node::Pruned
  • 88681ae shardtree: Reduce dependence upon LocatedTree::max_position
  • b38b9d5 shardtree: Minor cleanups & documentation improvements.
  • f5adcd5 shardtree: Fix pruning of annotated Parent nodes with Nil children.
  • 08d3e23 Merge pull request #106 from zcash/shardtree-node-creation
  • 020a7d7 shardtree: Use Tree constructors instead of struct creation
  • Additional commits viewable in compare view

Updates incrementalmerkletree from 0.5.1 to 0.6.0

Commits
  • 1f86f12 Release incrementalmerkletree version 0.6.0
  • 337f591 Merge pull request #107 from nuttycom/shardtree/fix_inserted_parents
  • 192cb3f shardtree: Remove Node::Pruned
  • 88681ae shardtree: Reduce dependence upon LocatedTree::max_position
  • b38b9d5 shardtree: Minor cleanups & documentation improvements.
  • f5adcd5 shardtree: Fix pruning of annotated Parent nodes with Nil children.
  • 08d3e23 Merge pull request #106 from zcash/shardtree-node-creation
  • 020a7d7 shardtree: Use Tree constructors instead of struct creation
  • 8b4b131 Merge pull request #105 from nuttycom/limitable_pruning
  • 9351297 incrementalmerkletree: Documentation fix for Checkpoint retention.
  • Additional commits viewable in compare view

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_encoding from 0.2.0 to 0.2.1

Commits
  • bd4542b release zcash_encoding version 0.2.1
  • abb241c Merge pull request #1499 from nuttycom/release/zcash_protocol-0.2.0
  • d3ab6fb zcash_protocol release version 0.2.0
  • b59d027 Merge pull request #1496 from nuttycom/fix/transparent_spend_recording
  • 5a32d3b zcash_client_sqlite: Ensure the end heights of SpendsFromAddress requests d...
  • 484659d zcash_client_sqlite: Reprocess wallet transactions on upgrade to restore addi...
  • c22a2a4 zcash_client_sqlite: Move store_decrypted_tx to the wallet module.
  • ff47005 Merge pull request #1483 from zcash/dependabot/github_actions/EmbarkStudios/c...
  • 4059bfe zcash_client_sqlite: Ensure we will query for status of unmined transactions ...
  • 3089e3b zcash_client_sqlite: Do not overwrite address on update in put_sent_output
  • Additional commits viewable 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_protocol from 0.1.1 to 0.3.0

Release notes

Sourced from zcash_protocol's releases.

Zcash crates 0.3.0

  • zcash_primitives 0.3.0
  • zcash_proofs 0.3.0
  • zcash_client_backend 0.3.0
  • zcash_client_sqlite 0.1.0

Zcash crates 0.2.0

Version 0.2.0 of the zcash_* crates.

Commits
  • f54be17 Update cargo vet metadata for release of zcash_protocol version 0.3.0
  • a30037b Release zcash_protocol version 0.3.0
  • b91f3c1 Merge pull request #1515 from zcash/nu6_testnet_activation
  • 21399ec Merge pull request #1514 from nuttycom/fix/remove_blockheight_addition
  • dbc77df Merge pull request #1512 from nuttycom/add_missing_migration_test
  • 529e3be zcash_protocol: Set the public testnet activation height for NU6
  • 8259825 zcash_protocol: Remove impl {Add, Sub} for BlockHeight
  • 7d3e575 zcash_client_sqlite: Add missing test of utxos_to_txos migration.
  • 4b70940 Merge pull request #1508 from zcash/release/zcash_client_sqlite-0.11.1
  • 59582a7 Update audits for zcash_client_sqlite
  • Additional commits viewable in compare view

Updates zcash_address from 0.3.2 to 0.5.0

Release notes

Sourced from zcash_address's releases.

Zcash crates 0.5.0

  • zcash_primitives 0.5.0
  • zcash_proofs 0.5.0
  • zcash_client_backend 0.5.0
  • zcash_client_sqlite 0.3.0

Zcash crates 0.4.0

  • zcash_primitives 0.4.0
  • zcash_proofs 0.4.0
  • zcash_client_backend 0.4.0
  • zcash_client_sqlite 0.2.0
Commits
  • 76b18c1 Update cargo vet metadata for zcash_address release 0.5.0
  • 5dcda49 release zcash_address version 0.5.0
  • f54be17 Update cargo vet metadata for release of zcash_protocol version 0.3.0
  • a30037b Release zcash_protocol version 0.3.0
  • b91f3c1 Merge pull request #1515 from zcash/nu6_testnet_activation
  • 21399ec Merge pull request #1514 from nuttycom/fix/remove_blockheight_addition
  • dbc77df Merge pull request #1512 from nuttycom/add_missing_migration_test
  • 529e3be zcash_protocol: Set the public testnet activation height for NU6
  • 8259825 zcash_protocol: Remove impl {Add, Sub} for BlockHeight
  • 7d3e575 zcash_client_sqlite: Add missing test of utxos_to_txos migration.
  • Additional commits viewable in compare view

Updates zcash_client_backend from 0.12.1 to 0.13.0

Commits
  • d9fa772 release zcash_client_backend version 0.13.0
  • c153209 Merge pull request #1472 from zcash/zcb-tor-grpc
  • 95dacc2 Merge pull request #1503 from zcash/release/zip321-0.1.0
  • 49c623b Record audit of zip321 version 0.1.0
  • 827192e release zip321 version 0.1.0
  • c7feeb5 Merge pull request #1502 from zcash/release/zcash_keys-0.3.0
  • 1acf583 Record audit for zcash_keys 0.2.0 -> 0.3.0
  • 5559006 release zcash_keys version 0.3.0
  • b59c84f Merge pull request #1497 from zcash/release/zcash_proofs-0.16.0
  • 9022bf6 Audit zcash_proofs 0.15.0 -> 0.16.0
  • 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.17.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
  • df0679f release zcash_proofs version 0.17.0
  • 8a8d20e Merge pull request #1518 from zcash/release/zcash_primitives-0.17.0
  • ab225fc Update supply chain audits for zcash_primitives 0.17.0
  • 70e6121 Release zcash_primitives version 0.17.0
  • 86f1177 Merge pull request #1517 from zcash/release/zcash_address-0.5.0
  • 76b18c1 Update cargo vet metadata for zcash_address release 0.5.0
  • 254cd5a Merge pull request #1516 from zcash/release/zcash_protocol-0.3.0
  • 5dcda49 release zcash_address version 0.5.0
  • f54be17 Update cargo vet metadata for release of zcash_protocol version 0.3.0
  • a30037b Release zcash_protocol version 0.3.0
  • Additional commits viewable in compare view

Updates zcash_keys from 0.2.0 to 0.3.0

Release notes

Sourced from zcash_keys's releases.

Zcash crates 0.3.0

  • zcash_primitives 0.3.0
  • zcash_proofs 0.3.0
  • zcash_client_backend 0.3.0
  • zcash_client_sqlite 0.1.0
Commits
  • 5559006 release zcash_keys version 0.3.0
  • b59c84f Merge pull request #1497 from zcash/release/zcash_proofs-0.16.0
  • 9022bf6 Audit zcash_proofs 0.15.0 -> 0.16.0
  • 97c4a76 release zcash_proofs version 0.16.0
  • 098e46a Merge pull request #1492 from zcash/release/zcash_primitives-0.16.0
  • 3f8af7f Audit zcash_primitives 0.15.1 -> 0.16.0
  • 68788e4 zcash_primitives release version 0.16.0
  • 6f6af41 Merge pull request #1501 from zcash/release/zcash_address-0.4.0
  • e6663e5 Update cargo vet for zcash_address-0.4.0 release
  • 0e803a7 release zcash_address version 0.4.0
  • 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 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bridgetree](https://github.com/zcash/incrementalmerkletree) | `0.4.0` | `0.5.0` |
| [incrementalmerkletree](https://github.com/zcash/incrementalmerkletree) | `0.5.1` | `0.6.0` |
| [orchard](https://github.com/zcash/orchard) | `0.7.1` | `0.8.0` |
| [zcash_encoding](https://github.com/zcash/librustzcash) | `0.2.0` | `0.2.1` |
| [zcash_primitives](https://github.com/zcash/librustzcash) | `0.14.0` | `0.15.0` |
| [zcash_protocol](https://github.com/zcash/librustzcash) | `0.1.1` | `0.3.0` |
| [zcash_address](https://github.com/zcash/librustzcash) | `0.3.2` | `0.5.0` |
| [zcash_client_backend](https://github.com/zcash/librustzcash) | `0.12.1` | `0.13.0` |
| [zcash_script](https://github.com/ZcashFoundation/zcash_script) | `0.1.16` | `0.2.0` |
| [zcash_proofs](https://github.com/zcash/librustzcash) | `0.14.0` | `0.17.0` |
| [zcash_keys](https://github.com/zcash/librustzcash) | `0.2.0` | `0.3.0` |



Updates `bridgetree` from 0.4.0 to 0.5.0
- [Commits](zcash/incrementalmerkletree@bridgetree-v0.4.0...bridgtree-v0.5.0)

Updates `incrementalmerkletree` from 0.5.1 to 0.6.0
- [Commits](zcash/incrementalmerkletree@incrementalmerkletree-v0.5.1...incrementalmerkletree-v0.6.0)

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_encoding` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_encoding-0.2.0...zcash_encoding-0.2.1)

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_protocol` from 0.1.1 to 0.3.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_protocol-0.1.1...zcash_protocol-0.3.0)

Updates `zcash_address` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_address-0.3.2...zcash_address-0.5.0)

Updates `zcash_client_backend` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_client_backend-0.12.1...zcash_client_backend-0.13.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.17.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_proofs-0.14.0...zcash_proofs-0.17.0)

Updates `zcash_keys` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_keys-0.2.0...zcash_keys-0.3.0)

---
updated-dependencies:
- dependency-name: bridgetree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: incrementalmerkletree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: orchard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_encoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_protocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_address
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_client_backend
  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
- dependency-name: zcash_keys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Sep 2, 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 Nov 20, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/ecc-ef45f02960 branch November 20, 2024 17:52
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.

1 participant