aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: basic signet testsKarl-Johan Alm2020-09-183-0/+73
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add small signet fuzzerpracticalswift2020-09-182-0/+41
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: signet network selection testsKarl-Johan Alm2020-09-182-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | signet: hard-coded parameters for Signet Global Network VI (2020-09-07)Karl-Johan Alm2020-09-182-10/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: update QT to support signet networkKarl-Johan Alm2020-09-182-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | consensus: add signet validationKarl-Johan Alm2020-09-181-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add signet chain and accompanying parametersKarl-Johan Alm2020-09-185-11/+117
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add signet basic support (signet.cpp)Karl-Johan Alm2020-09-104-0/+200
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: move GetWitnessCommitmentIndex to consensus/validationKarl-Johan Alm2020-09-103-28/+30
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19697: Improvements on ADDR cachingWladimir J. van der Laan2020-09-214-46/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the functional testGleb Naumenko2020-09-021-33/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address nits in ADDR cachingGleb Naumenko2020-09-022-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add indexing ADDR cache by local socket addrGleb Naumenko2020-08-273-11/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Justify the choice of ADDR cache lifetimeGleb Naumenko2020-08-271-0/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke2020-09-202-27/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner2020-08-232-27/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18949: doc: Add CODEOWNERS file to automatically nominate PR reviewersMarcoFalke2020-09-201-0/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add comments and additional reviewers to CODEOWNERS fileAdam Jonas2020-09-011-17/+128
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add CODEOWNERS fileWladimir J. van der Laan2020-08-031-0/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13686: ZMQ: Small cleanups in the ZMQ codefanquake2020-09-1910-109/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Rename SendMessage to SendZmqMessage.Daniel Kraft2020-09-152-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace zmqconfig.h by a simple zmqutil.Daniel Kraft2020-09-078-35/+40
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use std::unique_ptr for CZMQNotifierFactory.Daniel Kraft2020-09-072-7/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify and fix notifier removal on error.Daniel Kraft2020-09-071-26/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various cleanups in zmqnotificationinterface.Daniel Kraft2020-09-073-41/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18790: gui: Improve thread namingfanquake2020-09-194-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Rename qt-init thread before logging startHennadii Stepanov2020-08-131-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name ClientModel timer QThreadHennadii Stepanov2020-08-131-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name WalletController worker QThreadHennadii Stepanov2020-08-131-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name RPCConsole executor QThreadHennadii Stepanov2020-08-131-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake2020-09-197-15/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [test] add get_vsize util for more programmatic testinggzhao4082020-09-163-6/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] Return fee and vsize from testmempoolacceptcodeShark1492020-09-156-15/+43
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19971: test: create default wallet in extended testsfanquake2020-09-192-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: create default wallet in extended testsSjors Provoost2020-09-182-7/+7
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15454: Remove the automatic creation and loading of the default walletSamuel Dobson2020-09-1821-45/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell users how to load or create a wallet when no wallet is loadedAndrew Chow2020-09-083-2/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not create default walletAndrew Chow2020-09-0818-43/+67
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256Wladimir J. van der Laan2020-09-161-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for Keccak and SHA3_256practicalswift2020-09-101-1/+17
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19936: Test: batch rpc with paramsWladimir J. van der Laan2020-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test batch rpc with paramsGregory Sanders2020-09-131-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19879: [p2p] miscellaneous wtxid followupsfanquake2020-09-164-32/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [BroadcastTransaction] Remove unsafe move operatorAmiti Uttarwar2020-09-041-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [p2p] Remove dead codeAmiti Uttarwar2020-09-041-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [p2p] Check for nullptr before dereferencing pointerAdam Jonas2020-09-041-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mempool] Revert unbroadcast set to tracking just txidAmiti Uttarwar2020-09-044-26/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19241: help: Generate checkpoint height from chainparamsWladimir J. van der Laan2020-09-152-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | help: Generate checkpoint height from chainparamsLuke Dashjr2020-08-202-1/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19558: build: split pthread flags out of ldflags and dont use when bui...Wladimir J. van der Laan2020-09-157-263/+288
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \