Skip to content

Commit

Permalink
Update depends/zcash to 5.4.0 release (#60)
Browse files Browse the repository at this point in the history
* delete previous version

* Squashed 'depend/zcash/' content from commit 774f2d8ed

git-subtree-dir: depend/zcash
git-subtree-split: 774f2d8eda62cc51990e0aa154f92f09ffba3873

* updates Cargo.toml
  • Loading branch information
arya2 committed Feb 17, 2023
1 parent d352b0c commit 76c0aa5
Show file tree
Hide file tree
Showing 540 changed files with 27,343 additions and 3,770 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zcash_script"
version = "0.1.7"
version = "0.1.9"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>", "Zcash Foundation <zebra@zfnd.org>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -51,15 +51,15 @@ external-secp = []
# All these dependencies must match the versions in:
# https://github.com/zcash/zcash/blob/<git subtree version>/Cargo.toml
blake2b_simd = "1"
cxx = { version = "=1.0.79", features = ["c++17"] }
cxx = { version = "=1.0.83", features = ["c++17"] }
libc = "0.2"
memuse = "0.2"
orchard = "0.3"
rand_core = "0.6"
tracing = "0.1"
zcash_encoding = "0.2"
zcash_note_encryption = "0.2"
zcash_primitives = { version = "0.8.1", features = ["transparent-inputs"] }
zcash_primitives = { version = "0.9.1", features = ["transparent-inputs"] }

[build-dependencies]
# The `bindgen` dependency should match the version used by zebra-state's `rocksdb` dependency in:
Expand Down
5 changes: 0 additions & 5 deletions depend/zcash/.github/pull_request_template.md

This file was deleted.

2 changes: 2 additions & 0 deletions depend/zcash/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ src/fuzzing/*/output
src/fuzz.cpp

.updatecheck-token
.env
poetry.lock
6 changes: 3 additions & 3 deletions depend/zcash/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2016-2022 The Zcash developers
Copyright (c) 2009-2022 The Bitcoin Core developers
Copyright (c) 2009-2022 Bitcoin Developers
Copyright (c) 2016-2023 The Zcash developers
Copyright (c) 2009-2023 The Bitcoin Core developers
Copyright (c) 2009-2023 Bitcoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 76c0aa5

Please sign in to comment.