-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependencies and release v0.1.8 (#41)
* Bump dependencies * Bump `bindgen` * Remove zcashd subtree * Squashed 'depend/zcash/' content from commit 35186b009 git-subtree-dir: depend/zcash git-subtree-split: 35186b00928f3ba994f0e66bb234c412cbffc7b6 * Update to zcashd v5.3.0 * Make dependency versions match zcashd v5.3.0 * Update README for Orchard, and make dependency bumps clearer * Add release 0.1.8 to the CHANGELOG Co-authored-by: teor <[email protected]>
- Loading branch information
Showing
397 changed files
with
22,611 additions
and
11,697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This configures basic cross-editor formatting. | ||
# | ||
# See https://editorconfig.org/ for more info, and to see if your editor | ||
# requires a plugin to take advantage of it. | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
*.tar.gz | ||
*.deb | ||
*.exe | ||
src/bitcoin | ||
src/zcashd | ||
src/zcashd-wallet-tool | ||
src/zcash-cli | ||
src/zcash-gtest | ||
src/zcash-inspect | ||
src/zcash-tx | ||
src/test/test_bitcoin | ||
zcutil/bin/ | ||
|
||
*zcashTest.pk | ||
*zcashTest.vk | ||
|
||
# autoreconf | ||
Makefile.in | ||
aclocal.m4 | ||
autom4te.cache/ | ||
build-aux/config.guess | ||
build-aux/config.sub | ||
build-aux/depcomp | ||
build-aux/install-sh | ||
build-aux/ltmain.sh | ||
build-aux/m4/libtool.m4 | ||
build-aux/m4/lt~obsolete.m4 | ||
build-aux/m4/ltoptions.m4 | ||
build-aux/m4/ltsugar.m4 | ||
build-aux/m4/ltversion.m4 | ||
build-aux/missing | ||
build-aux/compile | ||
build-aux/test-driver | ||
config.log | ||
config.status | ||
configure | ||
configure~ | ||
libtool | ||
src/config/bitcoin-config.h | ||
src/config/bitcoin-config.h.in | ||
src/config/stamp-h1 | ||
share/setup.nsi | ||
confdefs.h | ||
conftest.cpp | ||
conftest.err | ||
|
||
cache/ | ||
venv-mnf/ | ||
src/univalue/gen | ||
|
||
.deps | ||
.dirstamp | ||
.libs | ||
.*.swp | ||
*.*~* | ||
*.bak | ||
*.rej | ||
*.orig | ||
*.pyc | ||
*.o | ||
*.o.tmp | ||
*.o-* | ||
.zcash | ||
*.a | ||
*.lib | ||
*.pb.cc | ||
*.pb.h | ||
.vscode | ||
|
||
*.log | ||
*.trs | ||
*.dmg | ||
|
||
*.json.h | ||
*.raw.h | ||
|
||
#libtool object files | ||
*.lo | ||
*.la | ||
|
||
# Compilation | ||
Makefile | ||
|
||
# Rust | ||
.cargo/.configured-for-* | ||
.cargo/config | ||
src/rust/gen/ | ||
target/ | ||
|
||
# Unit-tests | ||
Makefile.test | ||
src/test/buildenv.py | ||
|
||
# Resources cpp | ||
qrc_*.cpp | ||
|
||
# Mac specific | ||
.DS_Store | ||
build | ||
|
||
#lcov | ||
*.gcno | ||
*.gcda | ||
/*.info | ||
test_bitcoin.coverage/ | ||
zcash-gtest.coverage/ | ||
total.coverage/ | ||
coverage_percent.txt | ||
afl-temp | ||
|
||
#build tests | ||
linux-coverage-build | ||
linux-build | ||
win32-build | ||
qa/pull-tester/tests_config.py | ||
qa/pull-tester/tests_config.ini | ||
qa/cache/* | ||
|
||
!src/leveldb*/Makefile | ||
|
||
/doc/doxygen/ | ||
|
||
libzcash_script.pc | ||
|
||
contrib/debian/files | ||
contrib/debian/substvars | ||
|
||
src/fuzzing/*/input | ||
src/fuzzing/*/output | ||
src/fuzz.cpp | ||
|
||
.updatecheck-token |
Oops, something went wrong.