5 add examples to z_getoperationresult
8 add load-wallet benchmark
11 Do not warn on built in declaration mismatch
12 Remove deprecated exception specification
15 ci-workers: Enable pipelining, and use root to set admin and host details
16 Variable overrides for Arch Linux
17 Rationalize currency unit to "ZEC"
18 ci-workers: Fail if Python is not version 2.7
19 ci-workers: Variable overrides and process tweaks for CentOS 7
20 Add build progress to the release script if progressbar module is available
21 Add hotfix support to release script
22 Document the hotfix release process
23 Enforce sequential hotfix versioning
24 Benchmark time to call sendtoaddress with many UTXOs
25 Fix bug in benchmark data generation script
26 Adjust instructions for UTXO dataset creation
27 Add GitHub release notes to release process
28 Clarify branching and force-building operations in hotfix process
29 Update user guide translations as part of release process
30 make-release.py: Send stderr to stdout
31 List dependencies for release script in release process doc
32 Additional test cases for importprivkey RPC test
33 make-release.py: Versioning changes for 1.0.12-rc1.
34 make-release.py: Updated manpages for 1.0.12-rc1.
35 make-release.py: Updated release notes and changelog for 1.0.12-rc1.
36 Fix pyflakes warnings in RPC tests
37 Individualise performance-measurements.sh errors for debugging
38 Fix incorrect failure in memory benchmark
39 make-release.py: Versioning changes for 1.0.12.
40 make-release.py: Updated manpages for 1.0.12.
43 Fix deprecation policy comment.
46 key_import_export rpc-test: verify that UTXO view co-evolves for nodes sharing a key.
47 Add a new rpc-test-specified requirement: `importprivkey` outputs the associated address. (Test fails.)
48 [tests pass] Output address on new key import.
49 Add a new requirement that `importprivkey` API is idempotent.
50 [tests pass] Ensure `importprivkey` outputs the address in case key is already imported.
53 Rationalize currency unit to "BTC"
56 Closes #2583. Exclude watch-only utxos from z_sendmany coin selection.
57 Set up a clean chain. Delete redundant method wait_until_miner_sees() via use of sync_all().
58 Implement RPC shield_coinbase #2448.
59 Update which lock to synchronize on when calling GetBestAnchor().
60 Closes #2637. Make z_shieldcoinbase an experimental feature where it can be enabled with: zcashd -experimentalfeatures -zshieldcoinbase.
63 Fetch params from ipfs if possible