| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | test: Add test for RPC named arguments | Wladimir J. van der Laan | 2017-01-05 | 3 | -0/+65 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: Named arguments for misc calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: Add 'echo' call for testing | Wladimir J. van der Laan | 2017-01-05 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: Named arguments for blockchain calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -31/+31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: Support named arguments | Wladimir J. van der Laan | 2017-01-05 | 2 | -9/+57 | |
| | * | | | | | | | | | | | | | | | | | | | | | | authproxy: Add support for RPC named arguments | Wladimir J. van der Laan | 2017-01-05 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | qt: periodic translations update | Wladimir J. van der Laan | 2017-01-10 | 90 | -4706/+37481 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9496: Rename lambda argument name to prevent shadowing | MarcoFalke | 2017-01-10 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Rename lambda argument name to prevent shadowing. | Pavel JanÃk | 2017-01-09 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9353: Add data() method to CDataStream (and use it) | Pieter Wuille | 2017-01-09 | 5 | -21/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | wallet: Use CDataStream.data() | Wladimir J. van der Laan | 2016-12-15 | 2 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | bench: Use CDataStream.data() | Wladimir J. van der Laan | 2016-12-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | dbwrapper: Use new .data() method of CDataStream | Wladimir J. van der Laan | 2016-12-15 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | streams: Remove special cases for ancient MSVC | Wladimir J. van der Laan | 2016-12-15 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | streams: Add data() method to CDataStream | Wladimir J. van der Laan | 2016-12-15 | 1 | -0/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9404: Smarter coordination of change and fee in CreateTransaction. | Pieter Wuille | 2017-01-09 | 2 | -2/+33 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Don't overpay fee if we have selected new coins that result in a smaller tran... | Alex Morcos | 2017-01-06 | 1 | -1/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Try to reduce change output to make needed fee in CreateTransaction | Alex Morcos | 2017-01-06 | 2 | -1/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite | Pieter Wuille | 2017-01-09 | 2 | -11/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Check FRESH validity in CCoinsViewCache::BatchWrite | Russell Yanofsky | 2017-01-04 | 2 | -11/+24 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9487: Remove stray semicolon (Fix empty body warning) | MarcoFalke | 2017-01-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove stray semicolon (Fix empty body warning) | Douglas Roark | 2017-01-07 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille | 2017-01-06 | 3 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [Qt] Do proper shutdown | Jonas Schnelli | 2017-01-05 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Allow shutdown during LoadMempool, dump only when necessary | Jonas Schnelli | 2016-12-23 | 2 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9319: Break addnode out from the outbound connection limits. | Pieter Wuille | 2017-01-06 | 7 | -13/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | RPC help documentation for addnode peerinfo. | Gregory Maxwell | 2017-01-05 | 2 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Add release notes for addnode changes. | Gregory Maxwell | 2017-01-05 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Break addnode out from the outbound connection limits. | Gregory Maxwell | 2017-01-05 | 6 | -13/+48 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9138: Improve fee estimation | Pieter Wuille | 2017-01-05 | 11 | -76/+94 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix edge case with stale fee estimates | Alex Morcos | 2017-01-04 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Add clarifying comments to fee estimation | Alex Morcos | 2017-01-04 | 2 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Add extra logging to processBlock in fee estimation. | Alex Morcos | 2017-01-04 | 2 | -10/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Add IsCurrentForFeeEstimatation | Alex Morcos | 2017-01-04 | 2 | -1/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Pass pointers to existing CTxMemPoolEntries to fee estimation | Alex Morcos | 2017-01-04 | 3 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Always update fee estimates on new blocks. | Alex Morcos | 2017-01-04 | 5 | -13/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | rename bool to validFeeEstimate | Alex Morcos | 2017-01-04 | 4 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove member variable hadNoDependencies from CTxMemPoolEntry | Alex Morcos | 2017-01-04 | 9 | -32/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Don't track transactions at all during IBD. | Alex Morcos | 2017-01-04 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove extraneous LogPrint from fee estimation | Alex Morcos | 2017-01-04 | 2 | -11/+8 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8610: Share unused mempool memory with coincache | Pieter Wuille | 2017-01-05 | 2 | -5/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Share unused mempool memory with coincache | Pieter Wuille | 2016-12-22 | 2 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn... | Pieter Wuille | 2017-01-05 | 1 | -31/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Wallet: Do not perform ECDSA in the fee calculation inner loop. | Gregory Maxwell | 2017-01-05 | 1 | -31/+46 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9413: [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | 2017-01-05 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | 2016-12-23 | 1 | -0/+13 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9312: Increase mempool expiry time to 2 weeks | Wladimir J. van der Laan | 2017-01-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Increase mempool expiry time to 2 weeks | Alex Morcos | 2016-12-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #8747: [rpc] Fix transaction size comments and RPC help text. | Wladimir J. van der Laan | 2017-01-05 | 3 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix transaction size comments. Size now refers to virtual size as defined in ... | jonnynewbs | 2016-12-08 | 3 | -8/+10 | |