aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | wallet: Strictly greater than for ancestor capsKarl-Johan Alm2018-06-111-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | Remove deprecated TransactionWithinChainLimitKarl-Johan Alm2018-06-112-10/+0
| * | | | | | | | | | | | | | | | | | | | | | | Switch to GetTransactionAncestry() in OutputEligibleForSpendingKarl-Johan Alm2018-06-111-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | Add GetTransactionAncestry to CTxMemPool for general purpose chain limit chec...Karl-Johan Alm2018-06-112-0/+16
| * | | | | | | | | | | | | | | | | | | | | | | mempool: Fix max descendants checkKarl-Johan Alm2018-06-112-1/+13
| * | | | | | | | | | | | | | | | | | | | | | | mempool: Add explicit max_descendantsKarl-Johan Alm2018-06-114-6/+8
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan2018-06-115-79/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | [wallet] [docs] Update release notes for removing `getlabeladdress`John Newbery2018-05-161-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Remove getlabeladdress RPCJohn Newbery2018-05-164-78/+85
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBS...Wladimir J. van der Laan2018-06-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fix compiler warnings emitted when compiling under stock OpenBSD 6.3practicalswift2018-06-101-3/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13408: crypto: cleanup sha256 buildWladimir J. van der Laan2018-06-115-26/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | crypto: cleanup sha256 buildCory Fields2018-06-065-26/+20
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13421: qa: Remove portseed_offset from test runnerWladimir J. van der Laan2018-06-111-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | qa: Remove portseed_offset from test runnerMarcoFalke2018-06-081-5/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13043: [qt] OptionsDialog: add prune settingWladimir J. van der Laan2018-06-116-2/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | [qt] OptionsDialog: add prune settingSjors Provoost2018-05-156-2/+118
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13374: utils and libraries: checking for bitcoin address in translationsWladimir J. van der Laan2018-06-081-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | utils: checking for bitcoin addresses in translationsMax Kaplan2018-06-051-1/+9
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13259: refactoring: add a method for determining if a block is pruned ...Wladimir J. van der Laan2018-06-083-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | refactor: add a function for determining if a block is pruned or notKarl-Johan Alm2018-05-303-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13396: Drop unused arith_uint256 ! operatorWladimir J. van der Laan2018-06-072-15/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Drop uint 256 not operatorBen Woosley2018-06-052-15/+0
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13243: Make reusable base class for auxiliary indicesWladimir J. van der Laan2018-06-079-524/+594
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | index: Move index DBs into index/ directory.Jim Posen2018-06-046-245/+264
| * | | | | | | | | | | | | | | | | | | | | | | index: Remove TxIndexDB from public interface of TxIndex.Jim Posen2018-06-044-5/+6
| * | | | | | | | | | | | | | | | | | | | | | | MOVEONLY: Move BaseIndex to its own file.Jim Posen2018-06-045-326/+345
| * | | | | | | | | | | | | | | | | | | | | | | index: Generalize logged statements in BaseIndex.Jim Posen2018-06-042-10/+16
| * | | | | | | | | | | | | | | | | | | | | | | index: Extract logic from TxIndex into reusable base class.Jim Posen2018-06-042-53/+80
| * | | | | | | | | | | | | | | | | | | | | | | db: Make reusable base class for index databases.Jim Posen2018-06-042-10/+21
| * | | | | | | | | | | | | | | | | | | | | | | db: Remove obsolete methods from CBlockTreeDB.Jim Posen2018-06-042-13/+0
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTra...MarcoFalke2018-06-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | speed up of tx_validationcache_tests by reusing of CTransaction.[email protected]2018-06-061-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13369: [docs] update transifex doc linkWladimir J. van der Laan2018-06-071-7/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | [docs] update transifex doc linkCristian Mircea Messel2018-06-021-7/+1
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13394: cli: Ignore libevent warningsWladimir J. van der Laan2018-06-071-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | cli: Ignore libevent warningsCory Fields2018-06-041-0/+13
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13041: build: Add linter checking for accidental introduction of local...Wladimir J. van der Laan2018-06-072-1/+258
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | docs: Mention lint-locale-dependence.sh in developer-notes.mdpracticalswift2018-06-061-1/+29
| * | | | | | | | | | | | | | | | | | | | | build: Add linter for checking accidental locale dependencepracticalswift2018-06-061-0/+229
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #13301: lint: Add linter to error on #include <*.cpp>MarcoFalke2018-06-061-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | lint: Add linter to error on #include <*.cpp>Ben Woosley2018-06-061-0/+8
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...Wladimir J. van der Laan2018-06-054-69/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Drop the chain argument to GetDifficultyBen Woosley2018-05-204-69/+10
* | | | | | | | | | | | | | | | | | | | | Merge #13367: qa: Increase includeconf test coverageWladimir J. van der Laan2018-06-052-13/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | qa: Increase includeconf test coverageMarcoFalke2018-06-012-13/+26
* | | | | | | | | | | | | | | | | | | | | | Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-057-21/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-187-21/+14
* | | | | | | | | | | | | | | | | | | | | | | Merge #13351: wallet: Prevent segfault when sending to unspendable witnessMarcoFalke2018-06-052-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | wallet: Prevent segfault when sending to unspendable witnessMarcoFalke2018-05-302-0/+27