| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scheduler: Replace stop(true) with StopWhenDrained() | MarcoFalke | 2020-05-28 | 3 | -19/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Remove unused documentation about unimplemented features | MarcoFalke | 2020-05-28 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Switch boost::thread to std::thread in scheduler | MarcoFalke | 2020-05-28 | 1 | -6/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Remove unused scheduler.h include from the common setup | MarcoFalke | 2020-05-28 | 2 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scheduler: Remove unused REVERSE_LOCK | MarcoFalke | 2020-05-28 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19237: wallet: Check size after unserializing a pubkey | MarcoFalke | 2020-06-25 | 2 | -0/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for CPubKey serialization/unserialization | Elichai Turkel | 2020-06-17 | 1 | -0/+44 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check size after Unserializing CPubKey | Elichai Turkel | 2020-06-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19272: net, test: invalid p2p messages and test framework improvements | MarcoFalke | 2020-06-24 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: update misbehavior logging for oversized messages | Jon Atack | 2020-06-19 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) | Wladimir J. van der Laan | 2020-06-24 | 18 | -43/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cpp | MarcoFalke | 2020-06-24 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Remove needless headers | Hennadii Stepanov | 2020-06-24 | 1 | -3/+1 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add two edge case tests for CSubNet | Vasil Dimov | 2020-06-22 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Remove -whitelistforcerelay from comment | MarcoFalke | 2020-06-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18027: "PSBT Operations" dialog | Samuel Dobson | 2020-06-21 | 21 | -88/+581 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [gui] Load PSBT from clipboard | Glenn Willen | 2020-06-19 | 6 | -19/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [gui] PSBT Operations Dialog (sign & broadcast) | Glenn Willen | 2020-06-19 | 8 | -53/+494 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FillPSBT: report number of inputs signed (or would sign) | Glenn Willen | 2020-06-18 | 8 | -13/+46 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve TransactionErrorString messages. | Glenn Willen | 2020-06-18 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19133: rpc, cli, test: add bitcoin-cli -generate command | Samuel Dobson | 2020-06-21 | 5 | -43/+127 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: add missing space in JSON parsing error message, update test | Jon Atack | 2020-06-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: add multiwallet capability to GetNewAddress and -generate | Jon Atack | 2020-06-02 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create bitcoin-cli -generate command | Jon Atack | 2020-06-02 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: extract ParseResult() and ParseError() | Jon Atack | 2020-06-02 | 1 | -32/+42 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create GenerateToAddressRequestHandler class | Harris | 2020-06-02 | 1 | -0/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create GetNewAddress() | Jon Atack | 2020-06-02 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: make generatetoaddress locals const | Jon Atack | 2020-06-02 | 1 | -6/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: create rpc/mining.h, hoist default max tries values to constant | Jon Atack | 2020-06-01 | 3 | -5/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19095: [tools] Update clang-format config for multi-line function decl... | MarcoFalke | 2020-06-21 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [tools] Update clang-format config | John Newbery | 2020-05-28 | 1 | -2/+3 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19200: rpc: remove deprecated getaddressinfo fields | Samuel Dobson | 2020-06-21 | 1 | -25/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: getaddressinfo RPCResult fixup | Jon Atack | 2020-06-08 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: remove deprecated getaddressinfo `labels: purpose` | Jon Atack | 2020-06-08 | 1 | -13/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: remove deprecated getaddressinfo `label` field | Jon Atack | 2020-06-08 | 1 | -9/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt | Samuel Dobson | 2020-06-21 | 4 | -9/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction: add_inputs option to control automatic input adding | Sjors Provoost | 2020-03-12 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] walletcreatefundedpsbt: don't automatically append inputs | Sjors Provoost | 2020-03-12 | 4 | -7/+24 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17938: Disallow automatic conversion between disparate hash types | Samuel Dobson | 2020-06-21 | 11 | -42/+122 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow automatic conversion between hash types | Ben Woosley | 2020-06-19 | 2 | -23/+85 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an apparently unnecessary conversion | Ben Woosley | 2020-06-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly support conversion between equivalent hash types | Ben Woosley | 2020-06-19 | 2 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use explicit conversion from WitnessV0KeyHash -> CKeyID | Ben Woosley | 2020-06-19 | 4 | -3/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use explicit conversion from PKHash -> CKeyID | Ben Woosley | 2020-06-19 | 6 | -7/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert CPubKey to WitnessV0KeyHash directly | Ben Woosley | 2020-06-19 | 4 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer explicit CScriptID construction | Ben Woosley | 2020-06-19 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer explicit uint160 conversion | Ben Woosley | 2020-06-19 | 3 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19018: docs: fixing description of the field sequence in walletcreatef... | MarcoFalke | 2020-06-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change docs for walletcreatefundedpsbt RPC method | Ivan Vershigora | 2020-05-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds | MarcoFalke | 2020-06-19 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||