aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | bench: Remove unused variablepracticalswift2018-07-171-1/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13663: tests: Avoid read/write to default datadirMarcoFalke2018-07-172-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | bench_bitcoin: Avoid read/write to default datadirMarcoFalke2018-07-141-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | | test_bitcoin: Avoid read/write to default datadirMarcoFalke2018-07-141-0/+2
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13604: Add depends 32-bit arm support for bitcoin-qtWladimir J. van der Laan2018-07-172-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add depends 32-bit arm support for bitcoin-qtSebastian Kung2018-07-122-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13679: Initialize m_next_send_inv_to_incomingMarcoFalke2018-07-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Initialize m_next_send_inv_to_incomingPieter Wuille2018-07-161-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...Pieter Wuille2018-07-164-19/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Bucket for inbound when scheduling invs to hide tx timeGleb2018-07-134-19/+45
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...Wladimir J. van der Laan2018-07-162-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley2018-07-132-3/+11
| | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13664: Trivial: fix references to share/rpcuser (now share/rpcauth)MarcoFalke2018-07-163-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon2018-07-153-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13171: Change gitian-descriptors to use bionic insteadWladimir J. van der Laan2018-07-166-19/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Change gitian-descriptors to use bionic insteadChun Kuan Lee2018-07-166-19/+20
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #13368: Update gitian-build.sh for dockerMarcoFalke2018-07-151-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Add option to use docker for gitian-build.shAndrew Chow2018-06-011-0/+22
* | | | | | | | | | | | | | | | | | | | | | Merge #13138: [tests] Remove accounts from wallet_importprunedfunds.pyMarcoFalke2018-07-141-16/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | [tests] Remove accounts from wallet_importprunedfunds.pyJohn Newbery2018-06-181-16/+9
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-1310-122/+271
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | [tests] functional test for createmultisig RPCAnthony Towns2018-07-102-0/+99
| * | | | | | | | | | | | | | | | | | | | | segwit support for createmultisig RPCAnthony Towns2018-07-102-6/+17
| * | | | | | | | | | | | | | | | | | | | | Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns2018-07-105-31/+34
| * | | | | | | | | | | | | | | | | | | | | Add outputtype moduleAnthony Towns2018-07-097-86/+122
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...Pieter Wuille2018-07-132-35/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Privatize CWallet::AddToWalletIfInvolvingMeBen Woosley2018-07-132-14/+15
| * | | | | | | | | | | | | | | | | | | | | Extract CWallet::MarkInputsDirtyBen Woosley2018-07-132-21/+16
* | | | | | | | | | | | | | | | | | | | | | Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...Pieter Wuille2018-07-131-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | During IBD, when doing pruning, prune 10% extra to avoid pruning again soon a...Luke Dashjr2017-11-111-0/+9
* | | | | | | | | | | | | | | | | | | | | | | Merge #13417: [net] Tighten scope in net_processingPieter Wuille2018-07-135-73/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen2018-07-094-20/+20
| * | | | | | | | | | | | | | | | | | | | | | | Restrict as much as possible in net_processing to translation unitJesse Cohen2018-06-201-26/+27
| * | | | | | | | | | | | | | | | | | | | | | | [move-only] Move things only referenced in net_processing out of header fileJesse Cohen2018-06-193-33/+35
| * | | | | | | | | | | | | | | | | | | | | | | Rescope g_enable_bip61 to net_processingJesse Cohen2018-06-193-8/+8
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13566: Fix get balancePieter Wuille2018-07-135-89/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery2018-06-292-29/+45
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] GetBalance can take a min_depth argument.John Newbery2018-06-282-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] factor out GetAvailableWatchOnlyBalance()John Newbery2018-06-282-7/+1
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] deduplicate GetAvailableCredit logicJohn Newbery2018-06-281-25/+4
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] Factor out GetWatchOnlyBalance()John Newbery2018-06-283-18/+1
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] GetBalance can take an isminefilter filter.John Newbery2018-06-282-11/+23
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #13659: build: add missing leveldb definesPieter Wuille2018-07-131-3/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | build: add missing leveldb definesCory Fields2018-07-131-3/+17
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainPieter Wuille2018-07-132-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainBen Woosley2018-07-112-5/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #13626: qa: Fix some TODOs in p2p_segwitMarcoFalke2018-07-131-24/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | qa: Fix some TODOs in p2p_segwitMarcoFalke2018-07-131-24/+14
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirtyJonas Schnelli2018-07-132-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | ScanforWalletTransactions should mark input txns as dirtyGregory Sanders2018-06-142-5/+5