| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Remove redundant forward declaration | practicalswift | 2018-07-18 | 1 | -2/+0 | |
| * | | | | | | | | | | | | Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where po... | MarcoFalke | 2018-07-22 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | trivial: Replace CPubKey::operator[] with CPubKey::vch where possible | Nikolay Mitev | 2018-07-21 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | Merge #13683: wallet: Introduce assertion to document the assumption that cac... | MarcoFalke | 2018-07-22 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr... | practicalswift | 2018-07-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Merge #13726: Utils and libraries: Removes the boost/algorithm/string/join de... | MarcoFalke | 2018-07-21 | 1 | -5/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Removes the boost/algorithm/string/join dependency | 251 | 2018-07-21 | 1 | -5/+11 | |
| * | | | | | | | | | | | | | | Fix bitcoin-cli --version | Ben Woosley | 2018-07-20 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge #13482: Remove boost::program_options dependency | Wladimir J. van der Laan | 2018-07-20 | 1 | -9/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Replace boost program_options | Chun Kuan Lee | 2018-07-18 | 1 | -9/+38 | |
| * | | | | | | | | | | | | | | Merge #11637: p2p: Remove dead service bits code | Wladimir J. van der Laan | 2018-07-20 | 1 | -11/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Remove dead service bits code | MarcoFalke | 2018-07-11 | 1 | -11/+0 | |
| * | | | | | | | | | | | | | | | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa... | Wladimir J. van der Laan | 2018-07-20 | 12 | -30/+168 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | [QA] add createwallet disableprivatekey test | Jonas Schnelli | 2018-07-12 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | [Qt] Disable creating receive addresses when private keys are disabled | Jonas Schnelli | 2018-07-12 | 5 | -0/+13 | |
| | * | | | | | | | | | | | | | | Add disable privatekeys option to createwallet | Jonas Schnelli | 2018-07-12 | 2 | -5/+12 | |
| | * | | | | | | | | | | | | | | Add option to disable private keys during internal wallet creation | Jonas Schnelli | 2018-07-12 | 4 | -28/+95 | |
| | * | | | | | | | | | | | | | | Add facility to store wallet flags (64 bits) | Jonas Schnelli | 2018-07-12 | 4 | -1/+43 | |
| * | | | | | | | | | | | | | | | Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using... | MarcoFalke | 2018-07-19 | 2 | -1/+79 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD... | practicalswift | 2018-07-19 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | wallet: Add tests for ParseHDKeypath(...) | practicalswift | 2018-07-19 | 1 | -0/+76 | |
| * | | | | | | | | | | | | | | | | Merge #13074: [trivial] Correct help text for `importaddress` RPC | MarcoFalke | 2018-07-19 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | [wallet] [rpc] Fix importaddress help text | John Newbery | 2018-04-25 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | Merge #13500: [wallet] Decouple wallet version from client version | Wladimir J. van der Laan | 2018-07-18 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Decouple wallet version from client version | Andrew Chow | 2018-06-18 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | Merge #13557: BIP 174 PSBT Serializations and RPCs | Wladimir J. van der Laan | 2018-07-18 | 13 | -174/+1978 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Tests for PSBT | Andrew Chow | 2018-07-16 | 2 | -0/+75 | |
| | * | | | | | | | | | | | | | | | | Create wallet RPCs for PSBT | Andrew Chow | 2018-07-16 | 8 | -17/+385 | |
| | * | | | | | | | | | | | | | | | | Create utility RPCs for PSBT | Andrew Chow | 2018-07-16 | 5 | -0/+606 | |
| | * | | | | | | | | | | | | | | | | SignPSBTInput wrapper function | Andrew Chow | 2018-07-13 | 2 | -0/+29 | |
| | * | | | | | | | | | | | | | | | | Refactor transaction creation and transaction funding logic | Andrew Chow | 2018-07-13 | 3 | -154/+166 | |
| | * | | | | | | | | | | | | | | | | Methods for interacting with PSBT structs | Andrew Chow | 2018-07-13 | 2 | -0/+146 | |
| | * | | | | | | | | | | | | | | | | Add pubkeys and whether input was witness to SignatureData | Andrew Chow | 2018-07-13 | 2 | -3/+16 | |
| | * | | | | | | | | | | | | | | | | Implement PSBT Structures and un/serialization methods per BIP 174 | Andrew Chow | 2018-07-13 | 3 | -0/+555 | |
| * | | | | | | | | | | | | | | | | | Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinc... | Wladimir J. van der Laan | 2018-07-18 | 2 | -1/+143 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,... | Thomas Kerin | 2018-07-13 | 2 | -1/+143 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge #13672: Modified in_addr6 cast in CConman class to work with msvc | Wladimir J. van der Laan | 2018-07-18 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Modified in_addr6 cast in CConman class to work with msvc. | Aaron Clauson | 2018-07-16 | 1 | -1/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Extract MakeUnique into utilmemory.h | Ben Woosley | 2018-07-17 | 5 | -10/+24 | |
| * | | | | | | | | | | | | | | | Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP | Wladimir J. van der Laan | 2018-07-17 | 1 | -7/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | [doc] Remove outdated comment about mining code ignoring CPFP | James O'Beirne | 2018-07-16 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | | Merge #12196: Add scantxoutset RPC method | Wladimir J. van der Laan | 2018-07-17 | 2 | -0/+290 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | scantxoutset: mention that scanning by address will miss P2PK txouts | Jonas Schnelli | 2018-07-15 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | scantxoutset: support legacy P2PK script type | Jonas Schnelli | 2018-07-15 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | scantxoutset: add support for scripts | Jonas Schnelli | 2018-07-15 | 1 | -3/+12 | |
| | * | | | | | | | | | | | | | | | | Blockchain/RPC: Add scantxoutset method to scan UTXO set | Jonas Schnelli | 2018-07-15 | 2 | -0/+246 | |
| | * | | | | | | | | | | | | | | | | Add FindScriptPubKey() to search the UTXO set | Jonas Schnelli | 2018-07-12 | 1 | -0/+29 | |
| * | | | | | | | | | | | | | | | | | Merge #13682: bench: Remove unused variable | MarcoFalke | 2018-07-17 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | bench: Remove unused variable | practicalswift | 2018-07-17 | 1 | -1/+0 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge #13663: tests: Avoid read/write to default datadir | MarcoFalke | 2018-07-17 | 2 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||