Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PIVX-Project/PIVX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.3
Choose a base ref
...
head repository: PIVX-Project/PIVX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 1,406 changed files with 101,878 additions and 62,311 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.offline
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[source.crates-io]
replace-with = "vendored-sources"

[source."git+https://github.com/PIVX-Project/librustzcash?rev=e7662b23d16c38595ef9ad1f3ae683b1f54dc732"]
git = "https://github.com/PIVX-Project/librustzcash"
rev = "e7662b23d16c38595ef9ad1f3ae683b1f54dc732"
replace-with = "vendored-sources"

[source.vendored-sources]
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am
Loading