Commit Graph

12575 Commits

Author SHA1 Message Date
Daira Hopwood 1ef3f7b1d6 Make a note of the shorter service period in the release notes.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2019-09-24 20:57:02 +01:00
Daira Hopwood 4954114eec
Merge pull request #19 from zcash/release-notes
Add hotfix release notes.
2019-09-24 19:24:36 +01:00
Daira Hopwood 2f5d665f53 Add hotfix release notes.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2019-09-24 19:23:34 +01:00
Daira Hopwood 921f326132
Merge pull request #18 from zcash/mempool-txnotify-thread
Move mempool SyncWithWallets call into its own thread
2019-09-24 19:22:08 +01:00
Daira Hopwood f5832a9549
Merge pull request #17 from zcash/exception-handling
Ignore exceptions when deserializing note plaintexts
2019-09-24 19:21:34 +01:00
Daira Hopwood 691f7dc2fa
Merge pull request #16 from zcash/disable-log-shrinking
Disable -shrinkdebugfile command
2019-09-24 19:21:07 +01:00
Jack Grigg 9d8322a341
Enable RPC tests to wait on mempool notifications 2019-09-20 21:41:49 +01:00
Jack Grigg 3ff68c5052
Move mempool SyncWithWallets call into its own thread 2019-09-20 21:00:42 +01:00
Jack Grigg c1fbf8ab5d
Ignore exceptions when deserializing note plaintexts 2019-09-19 22:29:24 +01:00
Jack Grigg 7c8111f304
Remove cs_main lock requirement from CWallet::SyncTransaction
SetMerkleBranch was the only call underneath SyncTransaction that
required the cs_main lock.
2019-09-19 20:59:05 +01:00
Jack Grigg d917c11572
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Includes equivalent changes to bitcoin/bitcoin#9446
2019-09-19 20:57:39 +01:00
Jack Grigg 5ae7b70ae6
Disable -shrinkdebugfile command 2019-09-19 18:05:56 +01:00
Homu 87c45fcaeb Auto merge of #4125 - Eirik0:release-v2.0.7-2, r=daira
Release v2.0.7-2
2019-08-31 13:46:45 -07:00
Eirik Ogilvie-Wigley 7c7b6625cf make-release.py: Updated release notes and changelog for 2.0.7-2. 2019-08-30 17:47:52 -06:00
Eirik Ogilvie-Wigley 6271f7b8a6 make-release.py: Updated manpages for 2.0.7-2. 2019-08-30 17:47:52 -06:00
Eirik Ogilvie-Wigley 72d2ab918d make-release.py: Versioning changes for 2.0.7-2. 2019-08-30 17:38:50 -06:00
Homu 0e78b194d4 Auto merge of #4124 - Eirik0:v2.0.7-2-notable-changes, r=Eirik0
Notable changes for v2.0.7-2
2019-08-30 14:20:05 -07:00
Eirik Ogilvie-Wigley 419cf654b8 Notable changes for v2.0.7-2 2019-08-30 15:04:16 -06:00
Homu f937ee1634 Auto merge of #4122 - Eirik0:release-v2.0.7-1, r=mdr0id
Release v2.0.7-1
2019-08-29 13:37:36 -07:00
Eirik Ogilvie-Wigley eaac9a92dd make-release.py: Updated release notes and changelog for 2.0.7-1. 2019-08-29 13:07:52 -06:00
Eirik Ogilvie-Wigley f98365e47e make-release.py: Updated manpages for 2.0.7-1. 2019-08-29 13:07:52 -06:00
Eirik Ogilvie-Wigley c05652b8d9 make-release.py: Versioning changes for 2.0.7-1. 2019-08-29 12:58:35 -06:00
Homu 13e888837f Auto merge of #4121 - Eirik0:v2.0.7-1-notable-changes, r=Eirik0
Notable changes for v2.0.7-1
2019-08-29 09:03:28 -07:00
Eirik Ogilvie-Wigley e588ab1a99 Better wording in release notes
Co-authored-by: LarryRuane <larry@z.cash>
2019-08-29 09:38:40 -06:00
Homu 424d8b1af5 Auto merge of #4115 - LarryRuane:4114-spent-index-debug, r=Eirik0
#4114 Don't call GetSpentIndex() when converting txs to JSON if spent index is disabled

Closes #4114.
2019-08-28 21:09:19 -07:00
Eirik Ogilvie-Wigley 8e4c13c14c Add note about logging fix 2019-08-28 19:32:35 -06:00
Homu ff5729bbe9 Auto merge of #4120 - daira:testnet-blossom-rewind, r=Eirik0
Add intended rewind for Blossom on testnet

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2019-08-28 16:03:09 -07:00
Eirik Ogilvie-Wigley aca5af4b83
fix typo
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
2019-08-28 11:18:22 -06:00
Eirik Ogilvie-Wigley df8fd9ef80 Notable changes for v2.0.7-1 2019-08-28 10:55:24 -06:00
Homu 5b2d98ed01 Auto merge of #4110 - antsankov:patch-1, r=Eirik0
Update INSTALL

This PR updates INSTALL with the correct link to the documentation on building.
2019-08-28 08:54:23 -07:00
Larry Ruane e83168b8c8 better fix: make GetSpentIndex() consistent with others...
but don't call it if insight explorer isn't enabled
2019-08-27 08:37:42 -06:00
Daira Hopwood 7d5de93518 Add intended rewind for Blossom on testnet.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2019-08-26 21:37:44 +01:00
Larry Ruane 210c46c21d #4114 don't call error() from GetSpentIndex() 2019-08-24 19:05:10 -06:00
Alex Tsankov 6e3f19e745
Typo Fix 2019-08-21 11:17:21 -04:00
Alex Tsankov b4a2665a3a
Update INSTALL 2019-08-20 16:09:24 -04:00
Homu 0512e9eb00 Auto merge of #4108 - Eirik0:release-v2.0.7, r=str4d
Release v2.0.7
2019-08-19 16:03:06 -07:00
Eirik Ogilvie-Wigley 63dac4b08a Update nMinimumChainWork 2019-08-19 15:16:12 -06:00
Eirik Ogilvie-Wigley 5540259d4e make-release.py: Updated release notes and changelog for 2.0.7. 2019-08-19 15:09:14 -06:00
Eirik Ogilvie-Wigley 21aa63558f make-release.py: Updated manpages for 2.0.7. 2019-08-19 15:09:13 -06:00
Eirik Ogilvie-Wigley 93a03a1a20 make-release.py: Versioning changes for 2.0.7. 2019-08-19 14:36:31 -06:00
Homu a495edbbfa Auto merge of #4105 - Eirik0:testnet-blossom-activation, r=Eirik0
Testnet Blossom activation

This PR includes a fix to an inconsistency introduced in #4101, sets the Blossom activation height on testnet, adds notable changes for v2.0.7, and includes some additional testing for Blossom activation.
2019-08-19 11:40:46 -07:00
Eirik Ogilvie-Wigley b54725fbed
Remove constant
Co-Authored-By: str4d <thestr4d@gmail.com>
2019-08-19 12:30:24 -06:00
zebambam 5ac48d8ebc Updated location to new download server, fixing #4100 2019-08-18 14:38:49 +01:00
Eirik Ogilvie-Wigley b6499624fe
Grammatical fixes and improvements
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
2019-08-16 16:07:15 -06:00
Eirik Ogilvie-Wigley 94f642c80a Enable shorter block times rpc test 2019-08-16 13:21:33 -06:00
Eirik Ogilvie-Wigley 6bb36fb379 Notable changes for v2.0.7 2019-08-16 13:21:33 -06:00
Eirik Ogilvie-Wigley 1288fb1dd8 Set testnet Blossom activation height 2019-08-16 13:21:33 -06:00
Eirik Ogilvie-Wigley b49e782eba Update download path 2019-08-16 13:21:32 -06:00
Daira Hopwood f58bc7b638 Add RPC test and test framework constants for Sapling->Blossom activation.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2019-08-16 20:19:18 +01:00
Jack Grigg cfdf040332 test: Fix AuthServiceProxy closed conn detection 2019-08-16 20:19:18 +01:00