aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [qt] sync-overlay: Don't block during reindexMarcoFalke2016-09-263-14/+22
|
* Merge #8805: Trivial: Grammar and capitalizationMarcoFalke2016-09-262-6/+6
|\ | | | | | | c9ce17b Trivial: Grammar and capitalization (Derek Miller)
| * Trivial: Grammar and capitalizationDerek Miller2016-09-242-6/+6
| |
* | Merge #8796: [trivial] fix mempool comment (outdated by BIP125)Wladimir J. van der Laan2016-09-261-7/+10
|\ \ | | | | | | | | | c14ffd5 [trivial] fix mempool comment (outdated by BIP125) (jonnynewbs)
| * | [trivial] fix mempool comment (outdated by BIP125)jonnynewbs2016-09-261-7/+10
| | |
* | | Merge #8780: [rpc] Deprecate getinfoWladimir J. van der Laan2016-09-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | fa6e71b [qa] Add getinfo smoke tests and rework versionbits test (MarcoFalke) ddddaaf [rpc] Deprecate getinfo (MarcoFalke)
| * | | [rpc] Deprecate getinfoMarcoFalke2016-09-211-1/+1
| | | | | | | | | | | | | | | | This was replaced by getmininginfo, getnetworkinfo and getwalletinfo
* | | | Merge #8722: bitcoin-cli: More detailed error reportingWladimir J. van der Laan2016-09-261-3/+39
|\ \ \ \ | | | | | | | | | | | | | | | 381826d bitcoin-cli: More detailed error reporting (Wladimir J. van der Laan)
| * | | | bitcoin-cli: More detailed error reportingWladimir J. van der Laan2016-09-211-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Register a evhttp error handler to get a more detailed error message if the HTTP request fails.
* | | | | Merge #8486: [wallet] Add high transaction fee warningsWladimir J. van der Laan2016-09-264-8/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | faef293 [wallet] Add high transaction fee warnings (MarcoFalke)
| * | | | | [wallet] Add high transaction fee warningsMarcoFalke2016-09-264-8/+24
| | | | | |
* | | | | | Merge #8807: [univalue] Pull subtree from upstreamWladimir J. van der Laan2016-09-252-27/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 3650668 Squashed 'src/univalue/' changes from f32df99..daf1285 (MarcoFalke)
| * | | | | | Merge commit '3650668cdbbf369dd8f30c8e8eb5bb883325942d' into HEADMarcoFalke2016-09-252-27/+24
| |/ / / / /
* | | | | | Merge #8802: Fix future copyright yearWladimir J. van der Laan2016-09-252-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | edeaf24 Fix future copyright year (Mitchell Cash)
| * | | | | Fix future copyright yearMitchell Cash2016-09-242-2/+2
| |/ / / /
* | | | | Merge #8790: [test] Remove redundant debug print in addrman_testsMarcoFalke2016-09-241-3/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 3333bd2 [test] Remove redundant print in addrman_tests (MarcoFalke)
| * | | | [test] Remove redundant print in addrman_testsMarcoFalke2016-09-221-3/+2
| | |/ / | |/| |
* | | | Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli2016-09-2317-29/+708
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08827df [Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul (Jonas Schnelli) d8b062e [Qt] only update "amount of blocks left" when the header chain is in-sync (Jonas Schnelli) e3245b4 [Qt] add out-of-sync modal info layer (Jonas Schnelli) e47052f [Qt] ClientModel add method to get the height of the header chain (Jonas Schnelli) a001f18 [Qt] Always pass the numBlocksChanged signal for headers tip changed (Jonas Schnelli) bd44a04 [Qt] make Out-Of-Sync warning icon clickable (Jonas Schnelli) 0904c3c [Refactor] refactor function that forms human readable text out of a timeoffset (Jonas Schnelli)
| * | | | [Qt] modalinfolayer: removed unused comments, renamed signal, code style ↵Jonas Schnelli2016-09-237-16/+15
| | | | | | | | | | | | | | | | | | | | overhaul
| * | | | [Qt] only update "amount of blocks left" when the header chain is in-syncJonas Schnelli2016-09-136-9/+32
| | | | |
| * | | | [Qt] add out-of-sync modal info layerJonas Schnelli2016-08-266-1/+602
| | | | |
| * | | | [Qt] ClientModel add method to get the height of the header chainJonas Schnelli2016-08-262-0/+9
| | | | |
| * | | | [Qt] Always pass the numBlocksChanged signal for headers tip changedJonas Schnelli2016-08-261-1/+1
| | | | |
| * | | | [Qt] make Out-Of-Sync warning icon clickableJonas Schnelli2016-08-267-2/+34
| | | | |
| * | | | [Refactor] refactor function that forms human readable text out of a timeoffsetJonas Schnelli2016-08-263-24/+39
| | | | |
* | | | | Merge #8661: Do not set an addr time penalty when a peer advertises itself.Wladimir J. van der Laan2016-09-231-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6d0ced1 Do not set an addr time penalty when a peer advertises itself. (Gregory Maxwell)
| * | | | | Do not set an addr time penalty when a peer advertises itself.Gregory Maxwell2016-09-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Claims a peer makes about itself are inherently more credible.
* | | | | | Merge #8793: Do not shadow in src/qtWladimir J. van der Laan2016-09-2333-216/+216
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f839350 Do not shadow in src/qt (Pavel Janík)
| * | | | | | Do not shadow in src/qtPavel Janík2016-09-2333-216/+216
| | | | | | |
* | | | | | | Merge #8785: Comment on CNode::nLocalServices meaningWladimir J. van der Laan2016-09-221-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
| * | | | | | Comment on CConnman::nLocalServices meaninginstagibbs2016-09-221-0/+1
| | | | | | |
* | | | | | | Merge #8636: Implement NULLDUMMY softfork (BIP147)Wladimir J. van der Laan2016-09-221-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | 482f852 Implement NULLDUMMY softfork (Johnson Lau)
| * | | | | | Implement NULLDUMMY softforkJohnson Lau2016-08-311-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge #8656: Trivial: Do not shadow global variable fileoutWladimir J. van der Laan2016-09-212-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | 7c069a7 Do not shadow global variable (Pavel Janík)
| * | | | | Do not shadow global variablePavel Janík2016-09-022-7/+7
| | |_|/ / | |/| | |
* | | | | Merge #8777: [qt] WalletModel: Expose disablewalletWladimir J. van der Laan2016-09-213-4/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6666ca6 [qt] WalletModel: Expose disablewallet (MarcoFalke)
| * | | | | [qt] WalletModel: Expose disablewalletMarcoFalke2016-09-213-4/+9
| | | | | |
* | | | | | Merge #8768: init: Get rid of fDisableWalletWladimir J. van der Laan2016-09-215-22/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa58edb [wallet] Introduce DEFAULT_DISABLE_WALLET (MarcoFalke) fab9107 init: Get rid of fDisableWallet (MarcoFalke)
| * | | | | [wallet] Introduce DEFAULT_DISABLE_WALLETMarcoFalke2016-09-213-5/+5
| | | | | |
| * | | | | init: Get rid of fDisableWalletMarcoFalke2016-09-203-20/+25
| | |_|/ / | |/| | |
* | | | | Merge #8765: [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfundsWladimir J. van der Laan2016-09-211-2/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | c6f5ca8 [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
| * | | | [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfundsJonas Schnelli2016-09-201-2/+0
| | | | |
* | | | | Merge #8672: Qt: Show transaction size in transaction details windowJonas Schnelli2016-09-203-0/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | c015634 qt: Adding transaction size to transaction details window (Hampus Sjöberg) \-- merge fix for s/size/total size/ fdf82fb Adding method GetTotalSize() to CTransaction (Hampus Sjöberg)
| * | | | qt: Adding transaction size to transaction details windowHampus Sjöberg2016-09-061-0/+1
| | | | |
| * | | | Adding method GetTotalSize() to CTransactionHampus Sjöberg2016-09-062-0/+12
| |/ / / | | | | | | | | | | | | | | | | GetTotalSize() returns the total transaction size (including witness) in bytes.
* | | | Merge #7783: [Qt] RPC-Console: support nested commands and simple value queriesWladimir J. van der Laan2016-09-206-71/+300
|\ \ \ \ | | | | | | | | | | | | | | | 1586044 [Qt] RPC-Console: support nested commands and simple value queries (Jonas Schnelli)
| * | | | [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-236-71/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands can be executed with bracket syntax, example: `getwalletinfo()`. Commands can be nested, example: `sendtoaddress(getnewaddress(), 10)`. Simple queries are possible: `listunspent()[0][txid]` Object values are accessed with a non-quoted string, example: [txid]. Fully backward compatible. `generate 101` is identical to `generate(101)` Result value queries indicated with `[]` require the new brackets syntax. Comma as argument separator is now also possible: `sendtoaddress,<address>,<amount>` Space as argument separator works also with the bracket syntax, example: `sendtoaddress(getnewaddress() 10) No dept limitation, complex commands are possible: `decoderawtransaction(getrawtransaction(getblock(getbestblockhash())[tx][0]))[vout][0][value]`
* | | | | Merge #8696: [Wallet] Remove last external reference to CWalletDBWladimir J. van der Laan2016-09-203-18/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ca6b9d Remove last reference to CWalletDB from accounting_tests.cpp (Patrick Strateman) 02e2a81 Remove pwalletdb parameter from CWallet::AddAccountingEntry (Patrick Strateman) d2e678d Add CWallet::ReorderTransactions and use in accounting_tests.cpp (Patrick Strateman) 59adc86 Add CWallet::ListAccountCreditDebit (Patrick Strateman)
| * | | | | Remove last reference to CWalletDB from accounting_tests.cppPatrick Strateman2016-09-151-7/+5
| | | | | |
| * | | | | Remove pwalletdb parameter from CWallet::AddAccountingEntryPatrick Strateman2016-09-153-9/+17
| | | | | |