aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scheduler: Replace stop(true) with StopWhenDrained()MarcoFalke2020-05-283-19/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Remove unused documentation about unimplemented featuresMarcoFalke2020-05-281-3/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Switch boost::thread to std::thread in schedulerMarcoFalke2020-05-281-6/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Remove unused scheduler.h include from the common setupMarcoFalke2020-05-282-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scheduler: Remove unused REVERSE_LOCKMarcoFalke2020-05-281-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19237: wallet: Check size after unserializing a pubkeyMarcoFalke2020-06-252-0/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for CPubKey serialization/unserializationElichai Turkel2020-06-171-0/+44
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check size after Unserializing CPubKeyElichai Turkel2020-06-101-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke2020-06-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: update misbehavior logging for oversized messagesJon Atack2020-06-191-3/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-2418-43/+43
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cppMarcoFalke2020-06-241-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Remove needless headersHennadii Stepanov2020-06-241-3/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: add two edge case tests for CSubNetVasil Dimov2020-06-221-0/+3
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Remove -whitelistforcerelay from commentMarcoFalke2020-06-211-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18027: "PSBT Operations" dialogSamuel Dobson2020-06-2121-88/+581
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [gui] Load PSBT from clipboardGlenn Willen2020-06-196-19/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen2020-06-198-53/+494
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-188-13/+46
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve TransactionErrorString messages.Glenn Willen2020-06-181-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson2020-06-215-43/+127
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: add missing space in JSON parsing error message, update testJon Atack2020-06-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: add multiwallet capability to GetNewAddress and -generateJon Atack2020-06-021-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create bitcoin-cli -generate commandJon Atack2020-06-021-0/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: extract ParseResult() and ParseError()Jon Atack2020-06-021-32/+42
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create GenerateToAddressRequestHandler classHarris2020-06-021-0/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: create GetNewAddress()Jon Atack2020-06-021-0/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: make generatetoaddress locals constJon Atack2020-06-021-6/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: create rpc/mining.h, hoist default max tries values to constantJon Atack2020-06-013-5/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19095: [tools] Update clang-format config for multi-line function decl...MarcoFalke2020-06-211-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [tools] Update clang-format configJohn Newbery2020-05-281-2/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson2020-06-211-25/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: getaddressinfo RPCResult fixupJon Atack2020-06-081-3/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: remove deprecated getaddressinfo `labels: purpose`Jon Atack2020-06-081-13/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: remove deprecated getaddressinfo `label` fieldJon Atack2020-06-081-9/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson2020-06-214-9/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction: add_inputs option to control automatic input addingSjors Provoost2020-03-121-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] walletcreatefundedpsbt: don't automatically append inputsSjors Provoost2020-03-124-7/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17938: Disallow automatic conversion between disparate hash typesSamuel Dobson2020-06-2111-42/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow automatic conversion between hash typesBen Woosley2020-06-192-23/+85
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an apparently unnecessary conversionBen Woosley2020-06-191-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly support conversion between equivalent hash typesBen Woosley2020-06-192-0/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use explicit conversion from WitnessV0KeyHash -> CKeyIDBen Woosley2020-06-194-3/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use explicit conversion from PKHash -> CKeyIDBen Woosley2020-06-196-7/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert CPubKey to WitnessV0KeyHash directlyBen Woosley2020-06-194-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer explicit CScriptID constructionBen Woosley2020-06-192-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer explicit uint160 conversionBen Woosley2020-06-193-6/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19018: docs: fixing description of the field sequence in walletcreatef...MarcoFalke2020-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change docs for walletcreatefundedpsbt RPC methodIvan Vershigora2020-05-191-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke2020-06-191-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |