aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [c++11] Use std::unique_ptr for block creation.Daniel Kraft2016-06-185-24/+15
* Merge #7600: Mining: Select transactions using feerate-with-ancestorsPieter Wuille2016-06-163-1/+432
|\
| * Add unit tests for ancestor feerate miningSuhas Daftuar2016-06-161-0/+109
| * Use ancestor-feerate based transaction selection for miningSuhas Daftuar2016-06-162-1/+323
* | Merge #7892: Add full UTF-8 support to RPCWladimir J. van der Laan2016-06-1611-37/+181
|\ \
| * | Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'Wladimir J. van der Laan2016-06-1011-37/+181
* | | Merge #8113: Rework addnode behaviourWladimir J. van der Laan2016-06-164-125/+115
|\ \ \
| * | | Randomize name lookup result in ConnectSocketByNamePieter Wuille2016-06-131-4/+4
| * | | Prevent duplicate connections where one is by name and another by ipPieter Wuille2016-06-131-0/+20
| * | | Rework addnode behaviourPieter Wuille2016-06-133-121/+91
* | | | Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsingWladimir J. van der Laan2016-06-161-2/+7
|\ \ \ \
| * | | | [RPC] Fix createrawtx sequence number unsigned int parsingJonas Schnelli2016-06-081-2/+7
* | | | | Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan2016-06-164-17/+61
|\ \ \ \ \
| * | | | | Allow disconnecting a netgroup with only one member in eviction.Gregory Maxwell2016-06-151-7/+0
| * | | | | Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell2016-06-154-10/+61
* | | | | | Merge #8208: Do not set extra flags for unfiltered DNS seed resultsWladimir J. van der Laan2016-06-163-12/+14
|\ \ \ \ \ \
| * | | | | | Do not set extra flags for unfiltered DNS seed resultsPieter Wuille2016-06-153-12/+14
* | | | | | | Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...Wladimir J. van der Laan2016-06-161-1/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [doc] Add website links to about dialogMarcoFalke2016-06-161-1/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge #7636: Add bitcoin address label to request payment QR codeJonas Schnelli2016-06-144-7/+20
|\ \ \ \ \ \
| * | | | | | Add address label to request payment QR Code (QT)Francesco 'makevoid' Canessa2016-06-134-7/+20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...Wladimir J. van der Laan2016-06-144-4/+154
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Detect -usehd mismatches when wallet.dat already existsJonas Schnelli2016-06-141-0/+7
| * | | | | [Wallet] use constant for bip32 hardened key limitJonas Schnelli2016-06-011-4/+8
| * | | | | [Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli2016-05-314-4/+143
* | | | | | Introduce REQUIRED_SERVICES constantPieter Wuille2016-06-133-2/+4
* | | | | | Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-1311-83/+89
* | | | | | Don't require services in -addnodePieter Wuille2016-06-136-63/+64
* | | | | | Only store and connect to NODE_NETWORK nodesPieter Wuille2016-06-132-0/+7
* | | | | | Verify that outbound connections have expected servicesPieter Wuille2016-06-133-0/+15
* | | | | | Keep addrman's nService bits consistent with outbound observationsPieter Wuille2016-06-133-0/+33
| |/ / / / |/| | | |
* | | | | Merge #8141: Continuing port of java comparison toolWladimir J. van der Laan2016-06-131-0/+5
|\ \ \ \ \
| * | | | | Catch exceptions from non-canonical encoding and print only to logmrbandrews2016-06-021-0/+5
* | | | | | Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan2016-06-135-206/+333
|\ \ \ \ \ \
| * | | | | | FIX: correctly measure size of priority blockAlex Morcos2016-06-011-1/+1
| * | | | | | FIX: Account for txs already added to block in addPriorityTxsAlex Morcos2016-05-241-1/+6
| * | | | | | Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-185-206/+328
* | | | | | | qt: translations updateWladimir J. van der Laan2016-06-102-17/+10
* | | | | | | Merge #8133: build: Finish up out-of-tree changesWladimir J. van der Laan2016-06-104-9/+69
|\ \ \ \ \ \ \
| * | | | | | | bulid: fix "make translate" when out-of-treeCory Fields2016-06-091-3/+3
| * | | | | | | build: add temporary fix for "bad magic number" error in out-of-tree buildsCory Fields2016-06-031-0/+3
| * | | | | | | build: more out-of-tree fixupsCory Fields2016-06-012-2/+4
| * | | | | | | build: out-of-tree fixupsCory Fields2016-06-012-4/+59
* | | | | | | | Merge #8181: build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-104-12/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-094-12/+2
* | | | | | | | Merge #7292: [RPC] Expose ancestor/descendant information over RPCPieter Wuille2016-06-092-39/+223
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add ancestor statistics to mempool entry RPC outputSuhas Daftuar2016-06-091-0/+6
| * | | | | | | Add getmempoolentry RPC callSuhas Daftuar2016-06-091-0/+34
| * | | | | | | Add getmempooldescendants RPC callSuhas Daftuar2016-06-092-1/+67
| * | | | | | | Add getmempoolancestors RPC callSuhas Daftuar2016-05-172-0/+66