14935 Commits (77aa9e59ea0e6a000a0aea5dec4ef9585356147d)
 

Author SHA1 Message Date
John Newbery 7897338918 [tests] Introduce TestNode 7 years ago
Wladimir J. van der Laan 3841aaf059
Merge #11008: Enable disablesafemode by default. 7 years ago
Russell Yanofsky fd5d71ec4b Update developer notes after params.size() cleanup 7 years ago
Russell Yanofsky e067673f4e Avoid treating null RPC arguments different from missing arguments 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
João Barbosa 8f2f1e0458 wallet: Avoid second mapWallet lookup 7 years ago
practicalswift c06755f5cf wallet: Fix memory leak when loading a corrupted wallet file 7 years ago
practicalswift a897d0e37a tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt 7 years ago
Wladimir J. van der Laan 140de14a12
gitian: bump descriptors for master 7 years ago
Wladimir J. van der Laan f6283b4719
build: bump version to 0.15.99 7 years ago
Wladimir J. van der Laan c2704ec98a
Merge #10607: scripted-diff: stop using the gArgs wrappers 7 years ago
Russell Yanofsky f01103c1e0 MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp 7 years ago
Russell Yanofsky e7fe3208a8 MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Marko Bencun fcbde9091e remove unused gArgs wrappers 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Wladimir J. van der Laan 1227be30ec
doc: Update release notes from wiki 7 years ago
Wladimir J. van der Laan ce74799a3c
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Wladimir J. van der Laan 0e5cff6f2b
Merge #11012: Make sure to clean up mapBlockSource if we've already seen the block 7 years ago
Wladimir J. van der Laan 6bdf4b3c7c
Merge #11028: Avoid masking of difficulty adjustment errors by checkpoints 7 years ago
Wladimir J. van der Laan 653a46dd91
Merge #11022: Basic keypool topup 7 years ago
Wladimir J. van der Laan 98aa3f6d5c
Merge #10968: Add instructions for parallel gitian builds. 7 years ago
Charlie Lee e93ff718c5 Add instructions for multi-processor gitian builds 7 years ago
Gregory Maxwell 08f71c29ea [Trivial] Add a comment on the use of prevector in script. 7 years ago
MarcoFalke aeb3175627
Merge #11032: [qa] Fix block message processing error in sendheaders.py 7 years ago
MarcoFalke ac016e17d2
Merge #11000: test: Add resendwallettransactions functional tests 7 years ago
João Barbosa bdf607e438 test: Add resendwallettransactions functional tests 7 years ago
Suhas Daftuar f1bf31186c [qa] Fix block message processing error in sendheaders.py 7 years ago
MarcoFalke bf74d377fb
Merge #11023: [tests] Add option to attach a python debugger if functional test fails 7 years ago
MarcoFalke 2c811e08db
Merge #10765: Tests: address placement should be deterministic by default 7 years ago
MarcoFalke e5d26e47c7
Merge #11025: qa: Fix inv race in example_test 7 years ago
MarcoFalke 96a63a3e0c
Merge #11029: [RPC] trivial: gettxout no longer shows version of tx 7 years ago
Felix Weis 86279464b4 [RPC] trivial: gettxout no longer shows version of tx 7 years ago
Andrew Chow e029c6e709 Only return hex field once in getrawtransaction 7 years ago
Pieter Wuille 85c82b50d1 Avoid masking of difficulty adjustment errors by checkpoints 7 years ago
Luke Dashjr 4aa25089b4 Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default 7 years ago
MarcoFalke faa76d1b79 qa: Fix inv race in example_test 7 years ago
Jonas Schnelli d34957e17e [wallet] [tests] Add keypool topup functional test 7 years ago
John Newbery 095142d1f9 [wallet] keypool mark-used and topup 7 years ago
John Newbery cc5d38f4b8 Add option to attach a python debugger if test fails 7 years ago
MarcoFalke e526ca6284
Merge #10835: Rename member field according to the style guide 7 years ago
Wladimir J. van der Laan 67f6f1c2d5
qt: Periodic translations update 7 years ago
MarcoFalke ecd21357f1
Merge #10963: [bench] Restore format state of cout after printing with std::fixed/setprecision 7 years ago
MarcoFalke 4b5a7ce0c3
Merge #11003: Docs: Capitalize bullet points in CONTRIBUTING guide 7 years ago
practicalswift 1bcd44223c Remove the virtual specifier for functions with the override specifier 7 years ago
Karl-Johan Alm 03bc719a85
[wallet] Close DB on error. 7 years ago
Cory Fields 3f8fa7f58b Make sure to clean up mapBlockSource if we've already seen the block 7 years ago
MarcoFalke 929fd7276c
Merge #10695: [qa] Rewrite BIP65/BIP66 functional tests 7 years ago
Evan Klitzke 13b1e9a162 Capitalize bullet points in CONTRIBUTING guide 7 years ago
Gregory Maxwell f4c3d2c9da Enable disablesafemode by default. 7 years ago