Cory Fields
eff783a0fe
depends: make osx output deterministic
...
ld64 is threaded, and uses a worker for each CPU to parse input files. But
there's a bug in the parser causing dependencies to be calculated differently
based on which files have already been parsed.
As a result, builders with more CPUs are more likely to see non-determinism.
This looks to have been fixed in a newer version of ld64, so just disable
threading for now. There's no noticible slowdown.
Github-Pull: #9891
Rebased-From: 9e4d842afc
8 years ago
Matt Corallo
5e70912234
Add Pieter's old signed commits to revsig-commits
...
Github-Pull: #9884
Rebased-From: a4b02f4275
8 years ago
Russell Yanofsky
ad24256a65
Fix importmulti returning rescan errors for wrong keys
...
Bug was a missing ++i line in a new range for loop added in commit e2e2f4c
"Return errors from importmulti if complete rescans are not successful"
Github-Pull: #9829
Rebased-From: 306bd72157
8 years ago
Wladimir J. van der Laan
58800e3556
doc: pre-rc3 changelog update
8 years ago
Wladimir J. van der Laan
8d2d08efaa
qt: pre-rc3 translations update
8 years ago
Pieter Wuille
1825a03f81
Avoid VLA in hash.h
...
Github-Pull: #9791
Rebased-From: 5c8fd50811
8 years ago
Marijn Stollenga
289204fbe0
Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did).
...
Github-Pull: #9865
Rebased-From: 83ac719d34
8 years ago
Wladimir J. van der Laan
1f83663bc2
Merge #9866 : Document increase in memory usage due to mempool/dbcache sharing
...
50ae5c7
Document increase in memory usage due to mempool/dbcache sharing (Matt Corallo)
Tree-SHA512: e52a310a5ac1f94b30f367a7bf514b2cf0724530102953eef7f7c7e00a067db568b5e1b51129dfdb1a237e016c7a8b01cc6da8c06a24ab5b970c43d045adb204
8 years ago
Suhas Daftuar
a48b998ff3
[doc] Update doc/bips.md for BIP90 implementation
...
Github-Pull: #9879
Rebased-From: fe71661ae1
8 years ago
Russell Yanofsky
08e0690f3f
Update sendfrom RPC help to correct coin selection misconception
...
Github-Pull: #9840
Rebased-From: f81f0d0030
8 years ago
Wladimir J. van der Laan
5aaac4d09e
Merge #9878 : Mention bumpfee in 0.14 release notes.
...
29bae0c
Mention bumpfee in 0.14 release notes. (Russell Yanofsky)
Tree-SHA512: f16cdac3effbc6c4d69da2205931c782c272937c93c97bf22b49193fc905dd55a24d5e42568c7c7d8108b0b23f81f415655f9ebdf1f6ba04ef0ab3b125e8dcce
8 years ago
Cory Fields
775cf54d0e
prevector: assert successful allocation
...
Github-Pull: #9856
Rebased-From: d4ee7baef7
8 years ago
Cory Fields
69832aaad5
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
...
Github-Pull: #9856
Rebased-From: c5f008a416
8 years ago
Wladimir J. van der Laan
50953c2aad
tests: Fix dangling pwalletMain pointer in wallet tests
...
Github-Pull: #9875
Rebased-From: 75a109338f
8 years ago
Russell Yanofsky
29bae0c6c5
Mention bumpfee in 0.14 release notes.
8 years ago
Matt Corallo
50ae5c711a
Document increase in memory usage due to mempool/dbcache sharing
8 years ago
Russell Yanofsky
eddaa6b35d
[qa] Make import-rescan.py watchonly check reliable
...
Send payments during the test from a different node than the node generating
keys to be imported, so the spending node doesn't create transactions that
inadvertently involve (spend funds from) the imported keys.
Fixes #9826
Github-Pull: #9839
Rebased-From: 864890adf5
8 years ago
Wladimir J. van der Laan
3584902eae
Merge #9846 : doc: Small release notes fixups in the list of pulls
...
fa230fd
doc: Small release notes fixups in the list of pulls (MarcoFalke)
8 years ago
MarcoFalke
fa230fde64
doc: Small release notes fixups in the list of pulls
8 years ago
Wladimir J. van der Laan
f00429666c
Merge #9787 : release: add a few performance-related notes
...
95e68df
release: add a few performance-related notes (Cory Fields)
8 years ago
Cory Fields
95e68dfe35
release: add a few performance-related notes
8 years ago
Wladimir J. van der Laan
3b2f7fdcae
doc: Add authors and changes since rc1 to release notes
8 years ago
Wladimir J. van der Laan
847e3753a6
qt: pre-rc2 translations update
8 years ago
Cory Fields
99fd85cb44
build: force a c++ standard to be specified
...
Newer compilers may switch to newer standards by default. For example, gcc6
uses std=gnu++14 by default.
Github-Pull: #9831
Rebased-From: 9829c54de2
8 years ago
Cory Fields
05e906dbc6
build: add --enable-werror option
...
This turns some compiler warnings into errors. Useful for c-i.
Github-Pull: #9789
Rebased-From: 205830a37b
8 years ago
Cory Fields
749fe95fdc
build: warn about variable length arrays
...
Github-Pull: #9789
Rebased-From: b602fe0f73
8 years ago
MarcoFalke
260c71cbb8
qa: Check return code when stopping nodes
...
This includes work by jnewbery
Github-Pull: #9824
Rebased-From: fa4cd2e998
8 years ago
Russell Yanofsky
599c69abe3
Fix pruning test broken by 2 hour manual prune window
...
Regression happened in 91fb506
Add two hour buffer to manual pruning.
Github-Pull: #9820
Rebased-From: 874c7363d7
8 years ago
John Newbery
9d3f9d2a59
[Trivial] Remove incorrect help message from gettxoutproof()
...
Github-Pull: #9711
Rebased-From: 9949ebfa6a
8 years ago
Russell Yanofsky
9072395e5f
Return errors from importmulti if complete rescans are not successful
...
Github-Pull: #9773
Rebased-From: e2e2f4c856
8 years ago
Jonas Schnelli
7d75a5a93c
Fix segfault crash when shutdown the GUI in disablewallet mode
...
Github-Pull: #9817
Rebased-From: 312c4f1057
8 years ago
kirit93
e22c0671c7
Fix for issue #9775 . Added check for open() returning a NULL pointer.
...
Github-Pull: #9798
Rebased-From: 40f11f8872
8 years ago
Chris Moore
ae1c4e24a6
Fix typo in release notes.
8 years ago
Pavel Janík
3972a8efb2
Read/write mempool.dat as a binary.
...
mempool.dat is a binary file and thus it should be read/written as such.
Fixes #9810 .
Github-Pull: #9813
Rebased-From: 171fc91f06
8 years ago
Luke Dashjr
861cb0c83d
QA: Test GBT size/weight limit values
...
Github-Pull: #9619
Rebased-From: 279f944e8d
8 years ago
Luke Dashjr
6552729f38
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
...
Github-Pull: #9619
Rebased-From: 9fc7f0bce9
8 years ago
Russell Yanofsky
40c754cb38
[wallet] Remove importmulti always-true check
...
Remove "nLowestTimestamp <= chainActive.Tip()->GetBlockTimeMax()" check from
importmulti, which is always true because nLowestTimestamp is set to the
minimum of the most recent block time and all the imported key timestamps,
which is necessarily lower than the maximum block time.
Github-Pull: #9760
Rebased-From: ec1267f13b
8 years ago
Cory Fields
2afefeade6
boost: remove iostreams includes
...
They're unused and produce nasty deprecation warnings
Github-Pull: #9786
Rebased-From: 3301587dc5
8 years ago
Pieter Wuille
973e345f7f
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
...
Github-Pull: #9785
Rebased-From: c801c82e25
8 years ago
Pieter Wuille
f873564231
Make KEY_SIZE a compile-time constant
...
Github-Pull: #9785
Rebased-From: 914fad155d
8 years ago
Wladimir J. van der Laan
04396bcc05
Merge #9784 : Restore removed release notes.
...
1577f07
Restore removed release notes. (Gregory Maxwell)
8 years ago
Wladimir J. van der Laan
6187091411
doc: Add changelog for 0.14.0 to release notes
8 years ago
Gregory Maxwell
1577f0731a
Restore removed release notes.
8 years ago
Wladimir J. van der Laan
871e19ac84
doc: Add list of authors to release notes
...
Generated from git, so there may be duplicate authors
if someone used multiple mail addresses.
8 years ago
Wladimir J. van der Laan
6d61a2b8c5
Merge #9783 : release: bump gitian descriptors for a new 0.14 package cache
...
42f5f21
release: bump gitian descriptors for a new 0.14 package cache (Cory Fields)
8 years ago
Cory Fields
42f5f21287
release: bump gitian descriptors for a new 0.14 package cache
8 years ago
Wladimir J. van der Laan
268c390d02
doc: Update manpages for 0.14.0
8 years ago
Wladimir J. van der Laan
1a02ecc73a
doc: Update release notes from wiki
8 years ago
Wladimir J. van der Laan
f68e4414d7
qt: pre-rc1 translations update
8 years ago
Wladimir J. van der Laan
bc69f34b35
build: bump version to 0.14.0
8 years ago