Jonas Schnelli
312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode
8 years ago
Wladimir J. van der Laan
8ad31f9aa3
Merge #9798 : Fix Issue #9775 (Check returned value of fopen)
...
40f11f8
Fix for issue #9775 . Added check for open() returning a NULL pointer. (kirit93)
8 years ago
Wladimir J. van der Laan
7d46b3ea8d
Merge #9813 : Read/write mempool.dat as a binary.
...
171fc91
Read/write mempool.dat as a binary. (Pavel Janík)
8 years ago
Marko Bencun
a87d02adad
use EXIT_ codes instead of magic numbers
...
To be consistent with other exit() calls.
8 years ago
John Newbery
c5784085e9
Add exclude option to rpc-tests.py
8 years ago
kirit93
40f11f8872
Fix for issue #9775 . Added check for open() returning a NULL pointer.
8 years ago
Pavel Janík
171fc91f06
Read/write mempool.dat as a binary.
...
mempool.dat is a binary file and thus it should be read/written as such.
Fixes #9810 .
8 years ago
Wladimir J. van der Laan
7639d38f14
Merge #9726 : netbase: Do not print an error on connection timeouts through proxy
...
3ddfe29
netbase: Do not print an error on connection timeouts through proxy (Wladimir J. van der Laan)
13f6085
netbase: Make InterruptibleRecv return an error code instead of bool (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
aa791e2911
Merge #9619 : Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
...
279f944
QA: Test GBT size/weight limit values (Luke Dashjr)
9fc7f0b
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates (Luke Dashjr)
8 years ago
Wladimir J. van der Laan
2dad02232a
Merge #9760 : [wallet] Remove importmulti always-true check
...
ec1267f
[wallet] Remove importmulti always-true check (Russell Yanofsky)
8 years ago
Wladimir J. van der Laan
7ca2f54270
Merge #9794 : Minor update to qrencode package builder
...
1bfe6b4
Use package name variable inside $(package)_file_name variable (Mitchell Cash)
8 years ago
Wladimir J. van der Laan
1a9fd5cb9d
Merge #9724 : Qt/Intro: Add explanation of IBD process
...
f6d18f5
Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr)
50c5657
Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr)
9adb694
Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr)
8 years ago
Johnathan Corgan
f36bdf02ce
Enable host lookups for -proxy and -onion parameters
...
* Extends -dns parameter (via fNameLookup) to control these two new
parameters in addition to -addnode, -connect, and -seednode
* Moves fNameLookup assignment earlier as needed
* Changes -proxy and -onion to use Lookup() instead of LookupNumeric()
8 years ago
fanquake
851f6a39f1
[qa][doc] Correct rpc test options in readme
8 years ago
fanquake
41e7219127
[trivial] Add tests_config.ini to .gitignore
8 years ago
Peter Todd
3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds
8 years ago
Wladimir J. van der Laan
390a39bb5c
Merge #9795 : doc: Update manpages for master (laanwj)
...
eb49101
doc: Update manpages for master (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
1f9e904f45
Merge #9791 : Avoid VLA in hash.h
...
5c8fd50
Avoid VLA in hash.h (Pieter Wuille)
8 years ago
NicolasDorier
4d51e9be16
Assert ConnectBlock block and pIndex are the same block
8 years ago
MarcoFalke
7ff4a538a8
Merge #9657 : Improve rpc-tests.py
...
a6a3e58
Various review markups for rpc-tests.py improvements (John Newbery)
3de3ccd
Refactor rpc-tests.py (John Newbery)
afd38e7
Improve rpc-tests.py arguments (John Newbery)
91bffff
Use argparse in rpc_tests.py (John Newbery)
1581ecb
Use configparser in rpc-tests.py (John Newbery)
8 years ago
MarcoFalke
aa5fa642b0
Merge #9696 : [trivial] Fix recently introduced typos in comments
...
0c9b9b7
[trivial] Fix recently introduced typos in comments (practicalswift)
8 years ago
Wladimir J. van der Laan
eb4910193a
doc: Update manpages for master
...
(cherry picked from commit 268c390d02
)
8 years ago
MarcoFalke
8efd1c820b
Merge #9744 : Remove unused module from rpc-tests
...
a432aa0
Remove unused module from rpc-tests (Takashi Mitsuta)
8 years ago
Mitchell Cash
1bfe6b426e
Use package name variable inside $(package)_file_name variable
8 years ago
MarcoFalke
50a226563c
Merge #9788 : gitian: bump descriptors for master
...
8e5cca0
gitian: bump descriptors for master (Cory Fields)
8 years ago
Pieter Wuille
5c8fd50811
Avoid VLA in hash.h
8 years ago
Cory Fields
8e5cca027f
gitian: bump descriptors for master
...
This was skipped for the 0.14 cycle.
8 years ago
Wladimir J. van der Laan
12f46fa7d8
Merge #9786 : boost: remove iostreams includes
...
3301587
boost: remove iostreams includes (Cory Fields)
8 years ago
Wladimir J. van der Laan
df42bcdbfe
Merge #9785 : Avoid variable length arrays
...
c801c82
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header (Pieter Wuille)
914fad1
Make KEY_SIZE a compile-time constant (Pieter Wuille)
8 years ago
Cory Fields
3301587dc5
boost: remove iostreams includes
...
They're unused and produce nasty deprecation warnings
8 years ago
Pieter Wuille
c801c82e25
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
8 years ago
Pieter Wuille
914fad155d
Make KEY_SIZE a compile-time constant
8 years ago
John Newbery
a6a3e58c48
Various review markups for rpc-tests.py improvements
8 years ago
Russell Yanofsky
e2e2f4c856
Return errors from importmulti if complete rescans are not successful
8 years ago
Wladimir J. van der Laan
f87e8f5392
build: bump version to 0.14.99
...
Now that 0.14 branch has been split off, master is 0.14.99 (pre-0.15).
Also clean out release notes.
8 years ago
Russell Yanofsky
ec1267f13b
[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.
8 years ago
Wladimir J. van der Laan
9828f9a996
Merge #9761 : Use 2 hour grace period for key timestamps in importmulti rescans
...
e662af3
Use 2 hour grace period for key timestamps in importmulti rescans (Russell Yanofsky)
38d3e9e
[qa] Extend import-rescan.py to test imports on pruned nodes. (Russell Yanofsky)
c28583d
[qa] Extend import-rescan.py to test specific key timestamps (Russell Yanofsky)
8be0866
[qa] Simplify import-rescan.py (Russell Yanofsky)
8 years ago
Wladimir J. van der Laan
ad168ef4e3
Merge #9778 : Add two hour buffer to manual pruning
...
91fb506
Add two hour buffer to manual pruning (Alex Morcos)
8 years ago
Wladimir J. van der Laan
3c02b95740
Merge #9779 : Update nMinimumChainWork and defaultAssumeValid.
...
3f78e46
Update nMinimumChainWork and defaultAssumeValid. (Gregory Maxwell)
8 years ago
Luke Dashjr
7abe7bbf61
Qt/Send: Give fallback fee a reasonable indent
8 years ago
Luke Dashjr
3e4d7bfcb7
Qt/Send: Figure a decent warning colour from theme
8 years ago
Wladimir J. van der Laan
8dee822177
Merge #9777 : Handle unusual maxsigcachesize gracefully
...
55c403b
Ensure `-maxsigcachesize` is in valid range (John Newbery)
8 years ago
John Newbery
55c403b8fe
Ensure `-maxsigcachesize` is in valid range
...
- If the -maxsigcachesize parameter is set to zero, setup a minimum sized
sigcache (2 elements) rather than segfaulting.
- Handle maxsigcachesize being negative
- Handle maxsigcachesize being too large
8 years ago
Alex Morcos
91fb506e0a
Add two hour buffer to manual pruning
8 years ago
Gregory Maxwell
3f78e460ba
Update nMinimumChainWork and defaultAssumeValid.
8 years ago
Luke Dashjr
279f944e8d
QA: Test GBT size/weight limit values
8 years ago
Russell Yanofsky
e662af3583
Use 2 hour grace period for key timestamps in importmulti rescans
...
Gregory Maxwell <greg@xiph.org> pointed out the lack of grace period in
https://github.com/bitcoin/bitcoin/pull/9490#issue-199407998 .
The importwallet RPC which uses key timestamps in a similar way already has a 2
hour grace period.
8 years ago
Wladimir J. van der Laan
afae75fd3d
Merge #9675 : Fix typo and spelling inconsistency in CONTRIBUTING.md
...
36164fa
Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
8 years ago
Russell Yanofsky
38d3e9ee59
[qa] Extend import-rescan.py to test imports on pruned nodes.
8 years ago
Russell Yanofsky
c28583d062
[qa] Extend import-rescan.py to test specific key timestamps
8 years ago