Package Details: zcash 5.3.0-4

Git Clone URL: https://aur.archlinux.org/zcash.git (read-only, click to copy)
Package Base: zcash
Description: Permissionless financial system employing zero-knowledge security
Upstream URL: https://z.cash/
Licenses: MIT
Submitter: polyzen
Maintainer: None
Last Packager: polyzen
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-22 02:03 (UTC)
Last Updated: 2024-07-22 02:03 (UTC)

Latest Comments

simona commented on 2025-01-14 09:27 (UTC)

./hash.h:57:27: note: implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function
wallet/wallet.cpp:1761:27: error: no member named 'basename' in namespace 'boost::filesystem'
1761 | if (walletFile != fs::basename(walletFile) + fs::extension(walletFile)) { | ^ wallet/wallet.cpp:1761:54: error: no member named 'extension' in namespace 'boost::filesystem'
1761 | if (walletFile != fs::basename(walletFile) + fs::extension(walletFile)) {