- 23 May, 2017 1 commit
-
-
Russell Yanofsky authored
Start importwallet rescans at the first block with timestamp greater or equal to the wallet birthday instead of the last block with timestamp less or equal. This fixes an edge case bug where importwallet could fail to start the rescan early enough if there are blocks with decreasing timestamps or multiple blocks with the same timestamp. Github-Pull: #10410 Rebased-From: 2a8e35a1
-
- 22 May, 2017 1 commit
-
-
Alex Morcos authored
Previously if we didn't have any local addresses, GetLocalAddress would return 0.0.0.0 and then we'd swap in a peer's notion of our address in AdvertiseLocal, but then nServices would never get set. Github-Pull: #10424 Rebased-From: 30701346
-
- 17 May, 2017 1 commit
-
- 22 Apr, 2017 1 commit
-
-
Wladimir J. van der Laan authored
-
- 20 Apr, 2017 2 commits
-
-
Wladimir J. van der Laan authored
38ab0a7 release-notes: Accurately explain getblocktemplate improvements (Luke Dashjr) Tree-SHA512: b519431d5009c5bdb7511e46c9dec05370ba62d70f5f6a9d00b82d190581b937e34d29c32c3795f4f219288d40695091cfe60ec93b3c40c01ab72d9232064c04
-
Warren Togami authored
Occasionally I waste a lot of time not remembering that the second parameter to importprivkey must be blank if you intend to stop rescan with "false" as the third parameter. Github-Pull: #10207 Rebased-From: c9e31c36
-
- 19 Apr, 2017 1 commit
-
-
Luke Dashjr authored
-
- 14 Apr, 2017 4 commits
-
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Cory Fields authored
This should make occurances of NodeId wrapping essentially impossible for real-world usage. Github-Pull: #10176 Rebased-From: c851be4b
-
John Newbery authored
Github-Pull: #10204 Rebased-From: 883154cb
-
- 13 Apr, 2017 2 commits
-
-
Wladimir J. van der Laan authored
b7caa30 Mention dbcache memory changes in 0.14.1 release notes (Suhas Daftuar) Tree-SHA512: cbc4bd55075c21c3cb1ea7857cf977ca60c6ae75b615512fbc9a42c4f329c40701fe31697634a47a17367e291c0969c2ad47266c8ef6d5bfd23e56614f515027
-
Suhas Daftuar authored
-
- 06 Apr, 2017 2 commits
-
-
Wladimir J. van der Laan authored
39febb8 [qa] Fix mempool_packages.py for the 0.14 branch (Suhas Daftuar) Tree-SHA512: 7b5f2627a76d79da5d7c9d30794219a87bec99296d5f74f66b347c7c8914244bfd07f0d48231adda7269678706fd9158b846d710f942b724c8c5748cc4a49c7e
-
Wladimir J. van der Laan authored
226a9cb Add some more release notes for 0.14.1. (Gregory Maxwell) Tree-SHA512: ea74ae21f0a15556c877318833b998869a8a7378b40e168f84c80ee6c3433befa68ba52502d4d13ce2e5f14b8ad6b0a4075d67fea603d60ec94698f2a0606f6d
-
- 05 Apr, 2017 10 commits
-
-
Gregory Maxwell authored
This adds a blurb for the segwit signaling and fixes up the attribution.
-
Suhas Daftuar authored
The backport in d947afc0f7868815dff248ad398c3680def5bf81 of this test was incorrect due to an api change in prioritisetransaction.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Suhas Daftuar authored
If prioritisetransaction was called for a tx with in-mempool descendants, the modified ancestor fee values for those descendants was incorrect. Github-Pull: #10144 Rebased-From: 9bef02e3
-
Suhas Daftuar authored
There is already a similar test for descendant fee state. Github-Pull: #10144 Rebased-From: ba7dd8bf
-
Alex Morcos authored
Always leave a reasonable buffer of 50MB for usage from newly connected block (once over 50%) and increase the high water mark buffer to 200MB. Github-Pull: #10133 Rebased-From: 1b55e07b
-
Alex Morcos authored
Github-Pull: #10133 Rebased-From: f33afd3b
-
Alex Morcos authored
Since we are more accurately measuring pcoinsTip peak usage at twice the current in dynamic usage, it makes sense to double the default (this will lead to the same effective usage and peak usage as previously). We should also double the buffer used to avoid flushing if above 90% but still sufficient space remaining. Github-Pull: #10133 Rebased-From: 5b95a190
-
- 04 Apr, 2017 2 commits
-
-
Gregory Maxwell authored
There is no point in even hashing a submitted block which doesn't have a coinbase transaction. This also results in more useful error reporting on corrupted input. Thanks to rawodb for the bug report. Github-Pull: #10146 Rebased-From: 4f15ea10
-
Gregory Maxwell authored
This isn't actually needed anywhere, but it's less brittle. Github-Pull: #10146 Rebased-From: ada0caa1
-
- 03 Apr, 2017 1 commit
-
-
practicalswift authored
Accidentally removed in 40b556d3 Github-Pull: #10139 Rebased-From: 4b87973c
-
- 31 Mar, 2017 6 commits
-
-
Pieter Wuille authored
Github-Pull: #10126 Rebased-From: 7228ce85
-
Wladimir J. van der Laan authored
a296c60 Update benchmarking with package statistics (Suhas Daftuar) 10028fb Add benchmarking for CreateNewBlock (Suhas Daftuar) b5c3440 Mining: return early when block is almost full (Suhas Daftuar) Tree-SHA512: 7c39d03a778abe00412743958981a1a55d22fc1843c9a3aef7a56506622e6f5d6b8962c586a339b6031e1ee4815d6981351cf527e8fbe5b265824c81d6c7199d
-
Wladimir J. van der Laan authored
glibc-specific: On 32-bit systems set the number of arenas to 1. By default, since glibc 2.10, the C library will create up to two heap arenas per core. This is known to cause excessive virtual address space usage in our usage. Work around it by setting the maximum number of arenas to 1. Github-Pull: #10120 Rebased-From: 625488ac
-
John Newbery authored
Github-Pull: #10130 Rebased-From: 19ecd1e2
-
John Newbery authored
Github-Pull: #10130 Rebased-From: 21704f63
-
Awemany authored
The number of arguments is not checked MutateTxAddOutAddr(..), meaning that > ./bitcoin-tx -create outaddr= accessed the vStrInputParts vector beyond its bounds. This also includes work by jnewbery to check the inputs for MutateTxAddPubKey() Github-Pull: #10130 Rebased-From: eb66bf9b
-
- 30 Mar, 2017 3 commits
-
-
Suhas Daftuar authored
Github-Pull: #9959 Rebased-From: 011124a2
-
Suhas Daftuar authored
Github-Pull: #9959 Rebased-From: 42cd8c89
-
Suhas Daftuar authored
Github-Pull: #9959 Rebased-From: eed816af
-
- 29 Mar, 2017 1 commit
-
-
Wladimir J. van der Laan authored
fa7555b doc: Add release notes for RPC createraw break (MarcoFalke) 142fbb2 rpc: Rename first named arg of createrawtransaction (MarcoFalke) fc3d7db Optimize GetWitnessHash() for non-segwit transactions (Suhas Daftuar) e9611d1 depends: fix zlib build on osx (Cory Fields) ddc2dd1 Ensure an item exists on the rpcconsole stack before adding (Andrew Chow) 4d8e660 Trivial: Fix typo in help getrawtransaction RPC (James Evans) Tree-SHA512: 4351b07a7477315aafbbbc632503a000fb5832d1b3617c7aff78603f4c53f581599a0c9b098d39d35adb8aa58769cf80298baf2eea278c32a662ec8c8fba3ceb
-
- 27 Mar, 2017 2 commits
-
-
MarcoFalke authored
-
MarcoFalke authored
Github-Pull: #10084 Rebased-From: fa558532
-