aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Remove redundant forward declarationpracticalswift2018-07-181-2/+0
* | | | | | | | | | | | Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where po...MarcoFalke2018-07-221-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | trivial: Replace CPubKey::operator[] with CPubKey::vch where possibleNikolay Mitev2018-07-211-4/+4
* | | | | | | | | | | | | Merge #13683: wallet: Introduce assertion to document the assumption that cac...MarcoFalke2018-07-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...practicalswift2018-07-171-0/+1
* | | | | | | | | | | | | | Merge #13726: Utils and libraries: Removes the boost/algorithm/string/join de...MarcoFalke2018-07-211-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Removes the boost/algorithm/string/join dependency2512018-07-211-5/+11
* | | | | | | | | | | | | | Fix bitcoin-cli --versionBen Woosley2018-07-201-0/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan2018-07-201-9/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Replace boost program_optionsChun Kuan Lee2018-07-181-9/+38
* | | | | | | | | | | | | | Merge #11637: p2p: Remove dead service bits codeWladimir J. van der Laan2018-07-201-11/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove dead service bits codeMarcoFalke2018-07-111-11/+0
* | | | | | | | | | | | | | | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-2012-30/+168
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [QA] add createwallet disableprivatekey testJonas Schnelli2018-07-121-0/+9
| * | | | | | | | | | | | | | [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-125-0/+13
| * | | | | | | | | | | | | | Add disable privatekeys option to createwalletJonas Schnelli2018-07-122-5/+12
| * | | | | | | | | | | | | | Add option to disable private keys during internal wallet creationJonas Schnelli2018-07-124-28/+95
| * | | | | | | | | | | | | | Add facility to store wallet flags (64 bits)Jonas Schnelli2018-07-124-1/+43
* | | | | | | | | | | | | | | Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...MarcoFalke2018-07-192-1/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift2018-07-191-1/+3
| * | | | | | | | | | | | | | | wallet: Add tests for ParseHDKeypath(...)practicalswift2018-07-191-0/+76
* | | | | | | | | | | | | | | | Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke2018-07-191-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | [wallet] [rpc] Fix importaddress help textJohn Newbery2018-04-251-6/+6
* | | | | | | | | | | | | | | | Merge #13500: [wallet] Decouple wallet version from client versionWladimir J. van der Laan2018-07-182-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Decouple wallet version from client versionAndrew Chow2018-06-182-3/+3
* | | | | | | | | | | | | | | | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-1813-174/+1978
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Tests for PSBTAndrew Chow2018-07-162-0/+75
| * | | | | | | | | | | | | | | | Create wallet RPCs for PSBTAndrew Chow2018-07-168-17/+385
| * | | | | | | | | | | | | | | | Create utility RPCs for PSBTAndrew Chow2018-07-165-0/+606
| * | | | | | | | | | | | | | | | SignPSBTInput wrapper functionAndrew Chow2018-07-132-0/+29
| * | | | | | | | | | | | | | | | Refactor transaction creation and transaction funding logicAndrew Chow2018-07-133-154/+166
| * | | | | | | | | | | | | | | | Methods for interacting with PSBT structsAndrew Chow2018-07-132-0/+146
| * | | | | | | | | | | | | | | | Add pubkeys and whether input was witness to SignatureDataAndrew Chow2018-07-132-3/+16
| * | | | | | | | | | | | | | | | Implement PSBT Structures and un/serialization methods per BIP 174Andrew Chow2018-07-133-0/+555
* | | | | | | | | | | | | | | | | Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinc...Wladimir J. van der Laan2018-07-182-1/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin2018-07-132-1/+143
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge #13672: Modified in_addr6 cast in CConman class to work with msvcWladimir J. van der Laan2018-07-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Modified in_addr6 cast in CConman class to work with msvc.Aaron Clauson2018-07-161-1/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Extract MakeUnique into utilmemory.hBen Woosley2018-07-175-10/+24
* | | | | | | | | | | | | | | Merge #13680: [doc] Remove outdated comment about miner ignoring CPFPWladimir J. van der Laan2018-07-171-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [doc] Remove outdated comment about mining code ignoring CPFPJames O'Beirne2018-07-161-7/+5
* | | | | | | | | | | | | | | | Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan2018-07-172-0/+290
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli2018-07-151-0/+1
| * | | | | | | | | | | | | | | | scantxoutset: support legacy P2PK script typeJonas Schnelli2018-07-151-3/+8
| * | | | | | | | | | | | | | | | scantxoutset: add support for scriptsJonas Schnelli2018-07-151-3/+12
| * | | | | | | | | | | | | | | | Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli2018-07-152-0/+246
| * | | | | | | | | | | | | | | | Add FindScriptPubKey() to search the UTXO setJonas Schnelli2018-07-121-0/+29
* | | | | | | | | | | | | | | | | Merge #13682: bench: Remove unused variableMarcoFalke2018-07-171-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bench: Remove unused variablepracticalswift2018-07-171-1/+0
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #13663: tests: Avoid read/write to default datadirMarcoFalke2018-07-172-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |