sasha
sasha
`zcutil/fake-gitian.sh` approximates gitian's build process and helps surface issues with include files not being included in the appropriate stanzas of the makefiles. We also add the script to the `release-process.md`...
To try it out, run `git clone https://github.com/superbaud/zcash-gitian -b parallel-build` (or do `git switch parallel-build` in your `zcash-gitian` repo), and set the `.env` therein to: ``` GPG_KEY_ID=16460E1BC0E0507E GPG_KEY_NAME=sasha ZCASH_GIT_REPO_URL=https://github.com/superbaud/zcash ZCASH_VERSION=parallel-gitian-descriptor...
running `./zcutil/build.sh` works until: ``` CXXLD zcashd ld: warning: ignoring file ../target/x86_64-apple-darwin/release/librustzcash.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 Undefined symbols for architecture arm64: "_librustzcash_check_diversifier",...
``` # # Initialising transaction chain # Type or paste transparent address where leftover funds should be sent: tmPTiLZyjGRkDGfD1s2Hco8rD8Lov4uBjVW Please send at least 0.01 ZEC/TAZ to the following address: tmG8wq1XXgr1BBQMyFeeWL6G2g3yGYS1YPQ...
``` sasha_z_cash@test-4gb-sasha:~/zcash$ ./src/zcashd --version Zcash Daemon version v5.2.0-b2e4c0562 In order to ensure you are adequately protecting your privacy when using Zcash, please see . Copyright (C) 2009-2022 The Bitcoin Core...
### Describe the issue `zcashd` reliably gets OOM-killed on a 4GB machine during initial block download -- on both testnet and mainnet. ### Can you reliably reproduce the issue? Yes....
Starting up `zecwallet-lite-cli` after a period of not using it, and it stays at ``` sasha_work@seasonal-dream zecwallet-light-cli % ./target/debug/zecwallet-cli Lightclient connecting to https://lwdv3.zecwallet.co:443/ id: 1, blocks: 0%, decryptions: 0%, tx_scan:...
### Terraform Version ``` sasha_work@myouren:~/src/download-server-terraform$ terraform -version Terraform v1.3.9 on linux_amd64 + provider registry.terraform.io/simplesurance/bunny v0.10.0 sasha_work@myouren:~/src/download-server-terraform$ ``` ### Affected Resource(s) - bunny_hostname ### Terraform Configuration Files ```hcl terraform { required_providers...