-
Notifications
You must be signed in to change notification settings - Fork 887
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
[ZCash] Add shardtree + zcash_client_backend crates #26474
Conversation
de9f69a
to
9192b28
Compare
9192b28
to
a3ccf60
Compare
a3ccf60
to
284506d
Compare
284506d
to
43ffff7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
script/brave_license_helper.py
changes 👍
@@ -0,0 +1,383 @@ | |||
# This file is automatically @generated by Cargo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is odd, I wonder why this was added if bitflags is already vendored and no version changes. cc @cdesouza-chromium
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be deleted. I've rebased this branch and ran gnrt
and it seems to be all good. This PR needs to be rebased anyway, and gnrt has to be rerun, because otherwise we will have a dirty gnrt run tree in master. I would advise to delete this folder, and run gnrt with this PR on master.
@@ -242,3 +242,8 @@ package = "zerocopy" | |||
[patch.crates-io.zerocopy_derive_v0_7] | |||
path = "../../../../third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35" | |||
package = "zerocopy-derive" | |||
|
|||
[patch.crates-io.zcash_client_backend_v0_12] | |||
path = "../../../components/brave_wallet/browser/zcash/rust/librustzcash/src/zcash_client_backend" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just leaving a placeholder for myself that I need to audit this code as well for any potential chromium concerns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closed, reopened #26966 |
closed |
Resolves brave/brave-browser#40408
Previous pr : #25092
Audit : https://github.com/brave/reviews/issues/1724
zcash_client_backend audit: https://github.com/brave/reviews/issues/1799
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: