Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into bazel-patches
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 14, 2020
2 parents b383d6c + 95a27e9 commit 0cdce26
Show file tree
Hide file tree
Showing 256 changed files with 5,691 additions and 5,118 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ src/zcash-cli
src/zcash-gtest
src/zcash-tx
src/test/test_bitcoin
zcutil/bin/

*zcashTest.pk
*zcashTest.vk
Expand Down Expand Up @@ -116,5 +117,6 @@ libzcashconsensus.pc
contrib/debian/files
contrib/debian/substvars

src/fuzzing/*/input
src/fuzzing/*/output
src/fuzz.cpp
214 changes: 201 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,19 @@ libc = "0.2"
pairing = "0.16"
lazy_static = "1"
rand_core = "0.5.1"
tracing = "0.1"
tracing-core = "0.1"
tracing-appender = "0.1"
zcash_history = "0.2"
zcash_primitives = "0.2"
zcash_proofs = "0.2"
ed25519-zebra = "2.0.0"

[dependencies.tracing-subscriber]
version = "0.2"
default-features = false
features = ["ansi", "chrono", "env-filter"]

[profile.release]
lto = true
panic = 'abort'
Expand Down
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
clean-local:
rm -rf test_bitcoin.coverage/ zcash-gtest.coverage/ total.coverage/
rm -rf afl-temp

distclean-local:
rm -f zcutil/bin/db_*
rmdir zcutil/bin 2>/dev/null || true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zcash 3.1.0-rc2
Zcash 3.1.0
<img align="right" width="120" height="80" src="doc/imgs/logo.png">
===========

Expand Down
Loading

0 comments on commit 0cdce26

Please sign in to comment.