| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: basic signet tests | Karl-Johan Alm | 2020-09-18 | 3 | -0/+73 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add small signet fuzzer | practicalswift | 2020-09-18 | 2 | -0/+41 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: signet network selection tests | Karl-Johan Alm | 2020-09-18 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signet: hard-coded parameters for Signet Global Network VI (2020-09-07) | Karl-Johan Alm | 2020-09-18 | 2 | -10/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: update QT to support signet network | Karl-Johan Alm | 2020-09-18 | 2 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consensus: add signet validation | Karl-Johan Alm | 2020-09-18 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add signet chain and accompanying parameters | Karl-Johan Alm | 2020-09-18 | 5 | -11/+117 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add signet basic support (signet.cpp) | Karl-Johan Alm | 2020-09-10 | 4 | -0/+200 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: move GetWitnessCommitmentIndex to consensus/validation | Karl-Johan Alm | 2020-09-10 | 3 | -28/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19697: Improvements on ADDR caching | Wladimir J. van der Laan | 2020-09-21 | 4 | -46/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the functional test | Gleb Naumenko | 2020-09-02 | 1 | -33/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address nits in ADDR caching | Gleb Naumenko | 2020-09-02 | 2 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add indexing ADDR cache by local socket addr | Gleb Naumenko | 2020-08-27 | 3 | -11/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Justify the choice of ADDR cache lifetime | Gleb Naumenko | 2020-08-27 | 1 | -0/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19781: test: add parameterized constructor for msg_sendcmpct() | MarcoFalke | 2020-09-20 | 2 | -27/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add parameterized constructor for msg_sendcmpct() | Sebastian Falbesoner | 2020-08-23 | 2 | -27/+10 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18949: doc: Add CODEOWNERS file to automatically nominate PR reviewers | MarcoFalke | 2020-09-20 | 1 | -0/+136 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add comments and additional reviewers to CODEOWNERS file | Adam Jonas | 2020-09-01 | 1 | -17/+128 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add CODEOWNERS file | Wladimir J. van der Laan | 2020-08-03 | 1 | -0/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13686: ZMQ: Small cleanups in the ZMQ code | fanquake | 2020-09-19 | 10 | -109/+103 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Rename SendMessage to SendZmqMessage. | Daniel Kraft | 2020-09-15 | 2 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace zmqconfig.h by a simple zmqutil. | Daniel Kraft | 2020-09-07 | 8 | -35/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use std::unique_ptr for CZMQNotifierFactory. | Daniel Kraft | 2020-09-07 | 2 | -7/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify and fix notifier removal on error. | Daniel Kraft | 2020-09-07 | 1 | -26/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various cleanups in zmqnotificationinterface. | Daniel Kraft | 2020-09-07 | 3 | -41/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18790: gui: Improve thread naming | fanquake | 2020-09-19 | 4 | -1/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Rename qt-init thread before logging start | Hennadii Stepanov | 2020-08-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name ClientModel timer QThread | Hennadii Stepanov | 2020-08-13 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name WalletController worker QThread | Hennadii Stepanov | 2020-08-13 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Name RPCConsole executor QThread | Hennadii Stepanov | 2020-08-13 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19940: rpc: Return fee and vsize from testmempoolaccept | fanquake | 2020-09-19 | 7 | -15/+53 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [test] add get_vsize util for more programmatic testing | gzhao408 | 2020-09-16 | 3 | -6/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] Return fee and vsize from testmempoolaccept | codeShark149 | 2020-09-15 | 6 | -15/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19971: test: create default wallet in extended tests | fanquake | 2020-09-19 | 2 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: create default wallet in extended tests | Sjors Provoost | 2020-09-18 | 2 | -7/+7 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15454: Remove the automatic creation and loading of the default wallet | Samuel Dobson | 2020-09-18 | 21 | -45/+96 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell users how to load or create a wallet when no wallet is loaded | Andrew Chow | 2020-09-08 | 3 | -2/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not create default wallet | Andrew Chow | 2020-09-08 | 18 | -43/+67 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256 | Wladimir J. van der Laan | 2020-09-16 | 1 | -1/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for Keccak and SHA3_256 | practicalswift | 2020-09-10 | 1 | -1/+17 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19936: Test: batch rpc with params | Wladimir J. van der Laan | 2020-09-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test batch rpc with params | Gregory Sanders | 2020-09-13 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19879: [p2p] miscellaneous wtxid followups | fanquake | 2020-09-16 | 4 | -32/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [BroadcastTransaction] Remove unsafe move operator | Amiti Uttarwar | 2020-09-04 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [p2p] Remove dead code | Amiti Uttarwar | 2020-09-04 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [p2p] Check for nullptr before dereferencing pointer | Adam Jonas | 2020-09-04 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mempool] Revert unbroadcast set to tracking just txid | Amiti Uttarwar | 2020-09-04 | 4 | -26/+24 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19241: help: Generate checkpoint height from chainparams | Wladimir J. van der Laan | 2020-09-15 | 2 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | help: Generate checkpoint height from chainparams | Luke Dashjr | 2020-08-20 | 2 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19558: build: split pthread flags out of ldflags and dont use when bui... | Wladimir J. van der Laan | 2020-09-15 | 7 | -263/+288 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||