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

Merge non-consensus changes #518

Merged
merged 7 commits into from
Feb 28, 2022
Merged

Merge non-consensus changes #518

merged 7 commits into from
Feb 28, 2022

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Feb 28, 2022

No description provided.

@str4d str4d added this to the Core Sprint 2022-08 milestone Feb 28, 2022
@str4d str4d requested a review from nuttycom February 28, 2022 23:23
orchard = { git = "https://github.com/zcash/orchard.git", rev = "f1795f8068c8c83af89af8a061131759f973d656" }
hdwallet = { git = "https://github.com/nuttycom/hdwallet", rev = "576683b9f2865f1118c309017ff36e01f84420c9" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "dd57b430dee7c0b163f4035fef2280cd1935036c" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "3ddf6c49f7484ed1295bd5351317bbfe49e14472" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This orchard revision is precisely the merge of the previous revisions used in the consensus and non-consensus branches.

Copy link
Contributor

Choose a reason for hiding this comment

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

I have verified that this commit is the current HEAD of orchard/main.

@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #518 (91d9a42) into master (efe63ad) will increase coverage by 1.08%.
The diff coverage is 10.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #518      +/-   ##
==========================================
+ Coverage   49.64%   50.73%   +1.08%     
==========================================
  Files          90       90              
  Lines        8438     8346      -92     
==========================================
+ Hits         4189     4234      +45     
+ Misses       4249     4112     -137     
Impacted Files Coverage Δ
zcash_primitives/src/transaction/mod.rs 34.77% <ø> (+3.84%) ⬆️
zcash_primitives/src/merkle_tree/incremental.rs 13.48% <10.00%> (+3.80%) ⬆️
zcash_client_sqlite/src/error.rs 21.42% <0.00%> (-7.15%) ⬇️
components/zcash_address/src/kind/unified/ivk.rs 84.21% <0.00%> (-6.27%) ⬇️
components/zcash_address/src/kind/unified/fvk.rs 85.29% <0.00%> (-4.18%) ⬇️
zcash_proofs/src/circuit/sapling.rs 64.12% <0.00%> (-3.71%) ⬇️
zcash_primitives/src/legacy/keys.rs 36.84% <0.00%> (-3.16%) ⬇️
components/zcash_encoding/src/lib.rs 56.48% <0.00%> (-3.16%) ⬇️
zcash_primitives/src/block.rs 36.95% <0.00%> (-3.05%) ⬇️
zcash_proofs/src/constants.rs 91.17% <0.00%> (-2.58%) ⬇️
... and 52 more

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 efe63ad...91d9a42. Read the comment docs.

Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

utACK

orchard = { git = "https://github.com/zcash/orchard.git", rev = "f1795f8068c8c83af89af8a061131759f973d656" }
hdwallet = { git = "https://github.com/nuttycom/hdwallet", rev = "576683b9f2865f1118c309017ff36e01f84420c9" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "dd57b430dee7c0b163f4035fef2280cd1935036c" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "3ddf6c49f7484ed1295bd5351317bbfe49e14472" }
Copy link
Contributor

Choose a reason for hiding this comment

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

I have verified that this commit is the current HEAD of orchard/main.

@str4d str4d merged commit c423167 into master Feb 28, 2022
@str4d str4d deleted the merge-non-consensus-changes-3 branch February 28, 2022 23:48
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.

None yet

2 participants