Pieter Wuille
d253ec4baa
Make ProcessNewBlock dbp const and update comment
9 years ago
Pieter Wuille
b3e42b6d02
Merge #8059 : Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
...
d87b198
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. (Gregory Maxwell)
9 years ago
Gregory Maxwell
d87b198b73
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
9 years ago
Jonas Schnelli
169d379c98
Merge #8046 : [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
...
34ebceb
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
7c8558da36
Merge #8006 : Qt: Add option to disable the system tray icon
...
8b0e497
Qt: Add option to hide the system tray icon (Tyler Hardin)
9 years ago
Wladimir J. van der Laan
2efe38b832
Merge #8004 : signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t
...
3262316
fReopenDebugLog and fRequestShutdown should be type sig_atomic_t (Chirag Davé)
9 years ago
Wladimir J. van der Laan
5b736ddaa1
Merge #8041 : [qa] Fix bip9-softforks blockstore issue
...
fad60b3
[qa] Fix bip9-softforks blockstore issue (MarcoFalke)
9 years ago
Jonas Schnelli
34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
9 years ago
Tyler Hardin
8b0e497028
Qt: Add option to hide the system tray icon
...
My changes leave all tray icon and menu creation/initialization logic
untouched. It only shows or hides the icon according to the setting.
A new checkbox was added to the OptionsDialog under the Window tab. A
bool option named "hideTrayIcon" was added to OptionsModel. This
checkbox was mapped like other all options to the OptionsModel.
A signal was added to the OptionsModel for broadcasting changes the the
hideTrayIcon option. This signal was connected to a new slot added to
BitcoinGUI named setTrayIconVisible(bool). The slot simply hides or
shows the trayIcon in BitcoinGUI according to the parameter recieved.
9 years ago
Pieter Wuille
69b3a6dd9d
Merge #8039 : bench: Add crypto hash benchmarks
...
32114dd
bench: Add crypto hash benchmarks (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
32114dd634
bench: Add crypto hash benchmarks
...
Add benchmarks for the cryptographic hash algorithms:
- RIPEMD160
- SHA1
- SHA256
- SHA512
Continues work on #7883 .
9 years ago
MarcoFalke
fad60b3911
[qa] Fix bip9-softforks blockstore issue
9 years ago
MarcoFalke
423ca302a3
Merge #7972 : [qa] pull-tester: Run rpc test in parallel
...
ccccc59
[qa] Add option --portseed to test_framework (MarcoFalke)
fa494de
[qa] pull-tester: Run rpc test in parallel (MarcoFalke)
9 years ago
Wladimir J. van der Laan
373b50deba
Merge #8028 : Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
...
0fd5997
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk (Patrick Strateman)
9 years ago
Wladimir J. van der Laan
41138f914d
Merge #8036 : init: Move berkeleydb version reporting to wallet
...
3e2c946
init: Move berkeleydb version reporting to wallet (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
3e2c946cfd
init: Move berkeleydb version reporting to wallet
...
Move the version reporting to Wallet::Verify, before starting
verification of the wallet.
This removes the dependency of init on a specific wallet database
library.
A further, trivial step towards resolving #7965 .
9 years ago
Wladimir J. van der Laan
f7a21dae5d
Merge #8019 : Remove state arg from ReconsiderBlock, rename to ResetBlockFailureFlags
...
657e07e
Rename ReconsiderBlock func to reflect real behavior (instagibbs)
addb9d2
Remove state arg from ReconsiderBlock (instagibbs)
9 years ago
Wladimir J. van der Laan
5767e80dda
Merge #8016 : Fix multithread CScheduler and reenable test
...
166e4b0
Notify other serviceQueue thread we are finished to prevent deadlocks. (Pavel Janík)
db18ab2
Reenable multithread scheduler test. (Pavel Janík)
9 years ago
Jonas Schnelli
b33824b76c
Merge #8012 : Qt: Delay user confirmation of send
...
3902a29
Qt: Delay user confirmation of send (Tyler Hardin)
9 years ago
Tyler Hardin
3902a291ab
Qt: Delay user confirmation of send
...
I made a subclass of QMessageBox that disables the send button in
exec() and starts a timer that calls a slot to re-enable it after a
configurable delay.
It also has a countdown in the send/yes button while it is disabled
to hint to the user why the send button is disabled (and that it is
actually supposed to be disabled).
9 years ago
MarcoFalke
ccccc591a4
[qa] Add option --portseed to test_framework
9 years ago
MarcoFalke
fa494dec79
[qa] pull-tester: Run rpc test in parallel
9 years ago
instagibbs
657e07efa3
Rename ReconsiderBlock func to reflect real behavior
9 years ago
Chirag Davé
326231611b
fReopenDebugLog and fRequestShutdown should be type sig_atomic_t
...
This allows access as an atomic variable in the presence
of async interrupts.
See issue #7433 for more details
fixes : #7433
9 years ago
MarcoFalke
4e14afe42f
Merge #7971 : [qa] Refactor test_framework and pull tester
...
fad3366
[qa] pull-tester: Adjust comment (MarcoFalke)
fafb33c
[qa] Stop other nodes, even when one fails to stop (MarcoFalke)
2222dae
[qa] Update README.md (MarcoFalke)
fabbf6b
[qa] Refactor test_framework and pull tester (MarcoFalke)
9 years ago
MarcoFalke
3e90fe6534
Merge #8018 : Autofind rpc tests --srcdir
...
5ea4508
Autofind rpc tests --srcdir (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
409a8a1637
Merge #8030 : test: Revert fatal-ness of missing python-zmq
...
65fee8e
test: Revert fatal-ness of missing python-zmq (Wladimir J. van der Laan)
9 years ago
Jonas Schnelli
5ea450834e
Autofind rpc tests --srcdir
9 years ago
Wladimir J. van der Laan
a68f56e727
Merge #7958 : Remove useless argument to AlertNotify.
...
b02119e
Remove useless argument to AlertNotify. (Pavel Janík)
9 years ago
Wladimir J. van der Laan
65fee8e699
test: Revert fatal-ness of missing python-zmq
...
It looks like travis is using the `travis.yml` from the branch, but runs
the test script from the branch merged into master. This causes
pull requests created before the QA tests python 3 transition to fail.
This temporarily reverts fa05e22e91
(#7851 ). It can be restored when this is no longer an issue.
9 years ago
Wladimir J. van der Laan
e29cfc48fc
Merge #7976 : Remove obsolete reference to CValidationState from UpdateCoins.
...
c8b9248
Remove obsolete reference to CValidationState from UpdateCoins. (21E14)
9 years ago
Patrick Strateman
0fd599767d
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
9 years ago
Wladimir J. van der Laan
f17032f703
Merge #7934 : Improve rolling bloom filter performance and benchmark
...
1953c40
More efficient bitsliced rolling Bloom filter (Pieter Wuille)
aa62b68
Benchmark rolling bloom filter (Pieter Wuille)
9 years ago
MarcoFalke
fad336648c
[qa] pull-tester: Adjust comment
9 years ago
Pavel Janík
166e4b0dfa
Notify other serviceQueue thread we are finished to prevent deadlocks.
9 years ago
Pavel Janík
db18ab28c7
Reenable multithread scheduler test.
9 years ago
instagibbs
addb9d2a09
Remove state arg from ReconsiderBlock
9 years ago
Wladimir J. van der Laan
fbd84788e6
Merge #8009 : Docs: Fixed invalid example paths in gitian-building.md
...
b06f6a9
Fixed invalid example paths in gitian-building.md (JeremyRand)
9 years ago
Wladimir J. van der Laan
fbedc09b2d
Merge #8013 : doc: Fedora build requirements, add gcc-c++ and fix typo
...
b3d18ba
doc: Fedora build requirements, add gcc-c++ and fix typo (Warren Togami)
9 years ago
MarcoFalke
fafb33cdef
[qa] Stop other nodes, even when one fails to stop
9 years ago
MarcoFalke
2222dae6e3
[qa] Update README.md
9 years ago
MarcoFalke
fabbf6bd62
[qa] Refactor test_framework and pull tester
...
* log to stdout
* increase range for p2p and rpc ports
* UPPERCASE_CONSTANTS
* Stop nodes on CTRL+C
9 years ago
Wladimir J. van der Laan
77b637f20e
Merge #7814 : [qa] Switch to py3
...
fa389d4
[qa] Switch to py3 (MarcoFalke)
9 years ago
Wladimir J. van der Laan
65aecda52d
Merge #8011 : don't run ThreadMessageHandler at lowered priority
...
e53e7c5
don't run ThreadMessageHandler at lowered priority (Kaz Wesley)
9 years ago
Wladimir J. van der Laan
efee32f381
Merge #7815 : Break circular dependency main ↔ txdb
...
99e7075
Break circular dependency main ↔ txdb (Wladimir J. van der Laan)
9 years ago
Warren Togami
b3d18ba072
doc: Fedora build requirements, add gcc-c++ and fix typo
9 years ago
JeremyRand
b06f6a992b
Fixed invalid example paths in gitian-building.md
...
The example local paths for "Building fully offline" have an extraneous ".git". This caused an error when trying to run gbuild, like this
fatal: '/home/user/bitcoin.git' does not appear to be a git repository
fatal: Could not read from remote repository.
This commit fixes that.
9 years ago
Kaz Wesley
e53e7c5473
don't run ThreadMessageHandler at lowered priority
...
There's no clear reason ThreadMessageHandler should be low priority.
Fixes #8010 (priority inversion).
9 years ago
Wladimir J. van der Laan
006cdf64dc
Merge #7907 : Optimize and Cleanup CScript::FindAndDelete
...
d1d7775
Improve worst-case behavior of CScript::FindAndDelete (Patrick Strateman)
e2a30bc
Unit test for CScript::FindAndDelete (Gavin Andresen)
c0f660c
Replace c-style cast with c++ style static_cast. (Patrick Strateman)
ec9ad5f
Replace memcmp with std::equal in CScript::FindAndDelete (Patrick Strateman)
9 years ago
MarcoFalke
fa389d4edc
[qa] Switch to py3
9 years ago