Jeremy Rubin
4b1c0f2e2e
Remove unnecessary branches in utilstrencodings string constructors.
8 years ago
Jeremy Rubin
e19db7b5ad
Fix subscript[0] in utilstrencodings.cpp
8 years ago
Jeremy Rubin
bc2e7fd984
Fix subscript[0] in streams.h
8 years ago
Jeremy Rubin
4cac0d1e04
Fix subscript[0] in validation.cpp
8 years ago
Jeremy Rubin
ac658e55ff
Fix subscript[0] in torcontrol
8 years ago
Jeremy Rubin
b6856ebedc
Fix subscript[0] in netaddress.cpp
8 years ago
Jeremy Rubin
361d95265a
Fix subscript[0] in base58.cpp
8 years ago
Jeremy Rubin
6896dbf169
Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear).
8 years ago
Jeremy Rubin
96f2119e6c
Fix subscript[0] in compressor.cpp
8 years ago
Jeremy Rubin
500710bd29
Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check
8 years ago
Jeremy Rubin
e0451e3e2a
Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector
8 years ago
MarcoFalke
1d4805ce04
Merge #10759 : Fix multi_rpc test for hosts that dont default to utf8
...
bc7d103
Fix multi_rpc test for hosts that dont default to utf8 (Matt Corallo)
Tree-SHA512: 7644b1f50d4010a08aed5d1c87ab7326af9c109ac05dfbfc4bb6d5a19ace7997ef9cdd64d4301072f1106225de6d3aacccb17f53043b55ba61f5723c2b65af30
8 years ago
MarcoFalke
d3b58704d1
Merge #10761 : [tests] fix replace_by_fee.py
...
301fd51
[tests] fix replace_by_fee.py (John Newbery)
Tree-SHA512: 716ae20ab1f0a5fcb38160cb3a03f83f950f3020e3ed1ad0acf94d7aff71d34ab13c57d2bff83d3afcad206d98e8d1617c1a6b58bae47e2ed28f1f247ca8187d
8 years ago
MarcoFalke
ed88e3194c
Merge #10744 : Use method name via __func__ macro
...
9bbf600
Use method name from __func__ macro (darksh1ne)
Tree-SHA512: da6d0714f458b538189bbc2b53252ba353dcc1ef15fa780cb7f690a034b58ab0dbaa3a89f83f044c746241ee265a70fc092449f1cc7be4f190775423fbca5fc5
8 years ago
John Newbery
301fd51b9e
[tests] fix replace_by_fee.py
...
fb915d5b18
changed the optIntoRbf field in
fundrawtransaction to replaceable. This commit fixes up
replace-by-fee.py to use the new option name.
8 years ago
Matt Corallo
bc7d1032f8
Fix multi_rpc test for hosts that dont default to utf8
...
Otherwise the utf8 written to bitcoin.conf throws an exception when
read from get_auth_cookie
8 years ago
Wladimir J. van der Laan
5af6572534
Merge #10698 : Be consistent in calling transactions "replaceable" for Opt-In RBF
...
73c942e
Use "replaceable" instead of "rbfoptin" in bitcoin-tx. (Matt Corallo)
fb915d5
Use "replaceable" instead of "optIntoRbf" in fundrawtransaction. (Matt Corallo)
928c681
Use "replaceable" instead of "optintorbf" in createrawtransaction. (Matt Corallo)
Tree-SHA512: 8922451c00abb63aaa08b4a9e314e89c22233b32f207259fbc25367f7d5b67efbaccc7e2a4958c18611ad498da302296242860c7be965a0e996dcde3e89efa07
8 years ago
Wladimir J. van der Laan
30bc0f6726
Merge #10710 : REST/RPC example update
...
b8bb425
REST/RPC example update (Michael Rotarius)
Tree-SHA512: 3a7003f5996f58d9881e7b7a9155f8b1c233faea2977cd02c481567b60fa47105433184da3d887ef3ec28775ad33719b779bff2753d64b775b29d8a7a6214fda
8 years ago
Wladimir J. van der Laan
be82498462
Merge #10743 : [test] don't run dbcrash.py on Travis
...
bd00fa5
[test] don't run dbcrash.py on Travis (John Newbery)
Tree-SHA512: 396c064e4e596c4c1d7d98f13a6e777fe247791debcead2c58a746445eba49d00b44733917b8b80c9ee56ebf75ec179e63581957a5691ceb3a2acab7758d4fc1
8 years ago
Wladimir J. van der Laan
a5cd829a0b
Merge branch qt-translations into master
...
Forgot the Tree-SHA512 on last commit, so add a merge commit to include
it.
Tree-SHA512: 3d8d644f1ef3f272a34ac5b1fc724ea23cdfa260e13bc1d3b8bd4a89bf841377771be2173bad96ee05be6bb64bb5ff13e6166a1de1b88d80feea09a3fa96179f
8 years ago
Wladimir J. van der Laan
191d12b073
qt: First translations update for 0.15
8 years ago
Matt Corallo
73c942ecd3
Use "replaceable" instead of "rbfoptin" in bitcoin-tx.
...
To be consistent with RPC naming
8 years ago
Matt Corallo
fb915d5b18
Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.
...
To be consistent with other RPCs
8 years ago
Matt Corallo
928c6811f2
Use "replaceable" instead of "optintorbf" in createrawtransaction.
...
To be consistent with other places (and add the missing named
args entry for it).
8 years ago
darksh1ne
9bbf60047e
Use method name from __func__ macro
...
Use __func__ macro in std::runtime_exception to:
1. fix method name in CWalletTx::GetAvailableWatchOnlyCredit()
2. refactor CWalletTx::GetAvailableCredit()
8 years ago
John Newbery
bd00fa52a1
[test] don't run dbcrash.py on Travis
8 years ago
Wladimir J. van der Laan
6dbcc74a0e
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
...
b1268a1
clang-format: Delete ForEachMacros (Jorge Timón)
5995735
scripted-diff: Remove #include <boost/foreach.hpp> (Jorge Timón)
3eff827
scripted-diff: Remove BOOST_REVERSE_FOREACH (Jorge Timón)
33aed5b
Fix const_reverse_iterator constructor (pass const ptr) (Jorge Timón)
300851e
Introduce src/reverse_iterator.hpp and include it... (Jorge Timón)
Tree-SHA512: df3405328e9602d0a433ac134ba59a5c9a6202ef64188df2f94a59b2ce58dec7c988b25d0671c7937de516a96b2e6daeb9d04c82fa363b616ee4cf6e9cb0fac6
8 years ago
Jonas Schnelli
7397af9d31
Merge #10728 : fix typo in help text for removeprunedfunds
...
ecb4fc382
fix typo in help text for removeprunedfunds (Akio Nakamura)
Tree-SHA512: 2603851f1ac90bc0b90ced6355b0056e4cb658303cb2cd03ee0827ed0053157ebb87de48076f4d4f556991bfdbdb65d0a68a8dbd275c501cee4c9b5746a9562b
8 years ago
Wladimir J. van der Laan
d81bec7666
Merge #10683 : rpc: Move the `generate` RPC call to rpcwallet
...
2a96283
rpc: Update `generate` for developer notes (Wladimir J. van der Laan)
df7e2f0
rpc: Move the `generate` RPC call to rpcwallet (Wladimir J. van der Laan)
Tree-SHA512: ec658d6178f8435dc54b9d9c6dd59f873055a8ae0c3f177c02049d77b93107dd5fc17a1ff56d50f051810d52fdf306846eaba2ef4fc8d2a6cfa831f57a1045c4
8 years ago
MarcoFalke
dd07f47b79
Merge #10704 : [tests] nits in dbcrash.py
...
27c63dc
[tests] nits in dbcrash.py (John Newbery)
Tree-SHA512: 2a75feeb65e6147e3337200cde982248bea8977a9585d5ee284d62bbc25f6d7c368754da0083aec37338c8f66cf698ee25bbd9e192df14a9fb976b8f75afa986
8 years ago
Akio Nakamura
ecb4fc382b
fix typo in help text for removeprunedfunds
8 years ago
John Newbery
27c63dc059
[tests] nits in dbcrash.py
8 years ago
Michael Rotarius
b8bb4257fe
REST/RPC example update
8 years ago
Wladimir J. van der Laan
2935b469ae
Merge #10192 : Cache full script execution results in addition to signatures
...
e3f9c05
Add CheckInputs() unit tests (Suhas Daftuar)
a3543af
Better document CheckInputs parameter meanings (Matt Corallo)
309ee1a
Update -maxsigcachesize doc clarify init logprints for it (Matt Corallo)
b014668
Add CheckInputs wrapper CCoinsViewMemPool -> non-consensus-critical (Matt Corallo)
eada04e
Do not print soft-fork-script warning with -promiscuousmempool (Matt Corallo)
b5fea8d
Cache full script execution results in addition to signatures (Matt Corallo)
6d22b2b
Pull script verify flags calculation out of ConnectBlock (Matt Corallo)
Tree-SHA512: 0c6c3c79c64fcb21e17ab60290c5c96d4fac11624c49f841a4201eec21cb480314c52a07d1e3abd4f9c764785cc57bfd178511f495aa0469addb204e96214fe4
8 years ago
Wladimir J. van der Laan
0c3542e5de
Merge #10660 : Allow to cancel the txdb upgrade via splashscreen keypress 'q'
...
542ce6e
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade (Jonas Schnelli)
83fbea3
Report txdb upgrade not more often then every 10% (Jonas Schnelli)
06c5b6e
Show txdb upgrade progress in debug log (Jonas Schnelli)
316fcb5
Allow to cancel the txdb upgrade via splashscreen callback (Jonas Schnelli)
ae09d45
Allow to shut down during txdb upgrade (Jonas Schnelli)
00cb69b
[Qt] allow to execute a callback during splashscreen progress (Jonas Schnelli)
Tree-SHA512: 23190f23f441bfd60821e49f8b3698a6bef97eb0e0ee659328e4a7395769ecd1616420eacc38aa1fa0ff62b9de5f13a0098dc798cdec6bff649575cefebc0db2
8 years ago
Jonas Schnelli
542ce6e246
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade
8 years ago
Jonas Schnelli
83fbea3f25
Report txdb upgrade not more often then every 10%
8 years ago
Jonas Schnelli
06c5b6edd3
Show txdb upgrade progress in debug log
8 years ago
Jonas Schnelli
316fcb5106
Allow to cancel the txdb upgrade via splashscreen callback
8 years ago
Jonas Schnelli
ae09d4583b
Allow to shut down during txdb upgrade
8 years ago
Jonas Schnelli
00cb69bc86
[Qt] allow to execute a callback during splashscreen progress
8 years ago
MarcoFalke
65cc7aacfb
Merge #10556 : Move stop/start functions from utils.py into BitcoinTestFramework
...
5ba83c1
[tests] fix nits. (John Newbery)
05b8c08
[tests] reorganize utils.py module (code move only) (John Newbery)
0d473c5
[tests] move mocktime property and functions to BitcoinTestFramework (John Newbery)
cad967a
[tests] Move stop_node and start_node methods to BitcoinTestFramework (John Newbery)
f1fe536
[tests] fix flake8 warnings in test_framework.py and util.py (John Newbery)
37065d2
[tests] remove unused imports from utils.py (John Newbery)
Tree-SHA512: 461db412c57c4d0030e27fe3f78f17bcaf00b966f319a9e613460cca897508ff70a29db7138133fe1be8d447dad6702ba2778f9eddfe929016e560d71c20b09f
8 years ago
John Newbery
5ba83c1d43
[tests] fix nits.
...
Thanks to Marco Falke.
8 years ago
Wladimir J. van der Laan
4c72cc33eb
Merge #10673 : [qt] Avoid potential null pointer dereference in TransactionView::exportClicked()
...
fd9599b
[qt] Avoid potential null pointer dereference in TransactionView::exportClicked() (practicalswift)
Tree-SHA512: 33cbb65bd86aceb58918eb0a19e1727599a22285e7c89d4e7d3b2639c879dc8939708fd506006c6c092f624050d1131f997cc37f837cb980aa440f8abe5a3c18
8 years ago
John Newbery
05b8c081b4
[tests] reorganize utils.py module (code move only)
...
This commit re-organizes the utils.py module into logical sections.
8 years ago
John Newbery
0d473c539e
[tests] move mocktime property and functions to BitcoinTestFramework
8 years ago
John Newbery
cad967a892
[tests] Move stop_node and start_node methods to BitcoinTestFramework
...
This commit moves functions start_node, start_nodes, stop_node and
stop_nodes functions into the BitcoinTestFramework class. It also moves
the bitcoind_processes dict and coverage variables into BitcoinTestFramework.
8 years ago
John Newbery
f1fe5368f1
[tests] fix flake8 warnings in test_framework.py and util.py
8 years ago
John Newbery
37065d2ed2
[tests] remove unused imports from utils.py
8 years ago
Wladimir J. van der Laan
2a962834fe
rpc: Update `generate` for developer notes
...
Fix nits by John Newbery.
8 years ago