Skip to content

Removing unused deps#479

Merged
nuttycom merged 2 commits into
zcash:masterfrom
gilescope:remove-unused-deps
Jan 18, 2022
Merged

Removing unused deps#479
nuttycom merged 2 commits into
zcash:masterfrom
gilescope:remove-unused-deps

Conversation

@gilescope
Copy link
Copy Markdown
Contributor

Some references to deps that look like they were not needed.
(tool: undepend)

Copy link
Copy Markdown
Contributor

@str4d str4d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK after changes.

Comment thread components/zcash_address/Cargo.toml Outdated
Comment thread components/zcash_encoding/Cargo.toml Outdated
Comment on lines -18 to -21
orchard = "=0.1.0-beta.1"
rand_core = "0.6"
zcash_proofs = { version = "0.5", path = "../zcash_proofs" }
secp256k1 = { version = "0.20", features = ["rand", "bitcoin_hashes"] }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These crept in during the transaction data type bundle-ification.

memuse = "0.2"
nonempty = "0.7"
orchard = "=0.1.0-beta.1"
pasta_curves = "0.2.1"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This crept in during #385.

Co-authored-by: str4d <thestr4d@gmail.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 18, 2022

Codecov Report

Merging #479 (1b5edde) into master (7801ddd) will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
- Coverage   50.34%   50.18%   -0.16%     
==========================================
  Files          88       88              
  Lines        7963     7962       -1     
==========================================
- Hits         4009     3996      -13     
- Misses       3954     3966      +12     
Impacted Files Coverage Δ
zcash_proofs/src/circuit/ecc.rs 69.39% <0.00%> (-2.38%) ⬇️
zcash_proofs/src/circuit/sprout/input.rs 0.00% <0.00%> (-1.37%) ⬇️
zcash_proofs/src/circuit/sprout/mod.rs 0.00% <0.00%> (-0.88%) ⬇️
zcash_primitives/src/sapling.rs 83.75% <0.00%> (-0.21%) ⬇️
zcash_proofs/src/circuit/sapling.rs 67.82% <0.00%> (ø)
zcash_primitives/src/transaction/tests.rs 89.23% <0.00%> (ø)
zcash_client_backend/src/data_api/wallet.rs 28.76% <0.00%> (+1.36%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7801ddd...1b5edde. Read the comment docs.

@nuttycom nuttycom merged commit c910ffd into zcash:master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants