aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [wallet, policy] ParameterInteraction: Don't allow 0 feeMarcoFalke2016-09-262-2/+2
|
* [wallet] Add high transaction fee warningsMarcoFalke2016-09-264-8/+24
|
* 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-223-0/+150
|\ \ \ \ | | | | | | | | | | | | | | | 482f852 Implement NULLDUMMY softfork (Johnson Lau)
| * | | | Implement NULLDUMMY softforkJohnson Lau2016-08-313-0/+150
| | |_|/ | |/| |
* | | | Merge #8779: [contrib] Delete spendfromWladimir J. van der Laan2016-09-224-325/+0
|\ \ \ \ | | | | | | | | | | | | | | | fa81d09 [contrib] Delete spendfrom (MarcoFalke)
| * | | | [contrib] Delete spendfromMarcoFalke2016-09-214-325/+0
| | | | |
* | | | | Merge #8423: [depends] expat 2.2.0, ccache 3.3.1, fontconfig 2.12.1Wladimir J. van der Laan2016-09-223-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86d410d [depends] fontconfig 2.12.1 (fanquake) 9616ac8 [depends] ccache 3.3.1 (fanquake) 6b6cbdd [depends] expat 2.2.0 (fanquake)
| * | | | | [depends] fontconfig 2.12.1fanquake2016-09-161-2/+2
| | | | | |
| * | | | | [depends] ccache 3.3.1fanquake2016-09-161-3/+3
| | | | | |
| * | | | | [depends] expat 2.2.0fanquake2016-09-161-2/+2
| | | | | |
* | | | | | Merge #8783: [share] remove qt/protobuf.priWladimir J. van der Laan2016-09-221-35/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fa13c5c [share] remove qt/protobuf.pri (MarcoFalke)
| * | | | | | [share] remove qt/protobuf.priMarcoFalke2016-09-221-35/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | follow up of 35b8af92265ed74de63c3818e5290c27b3f35df2 (#2943)
* | | | | | Merge #8781: [contrib] delete qt_translations.pyWladimir J. van der Laan2016-09-221-25/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | faf87af [contrib] delete qt_translations.py (MarcoFalke)
| * | | | | [contrib] delete qt_translations.pyMarcoFalke2016-09-211-25/+0
|/ / / / / | | | | | | | | | | | | | | | follow-up of 1a97b22 #4185
* | | | | 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 #8773: Trivial Bugfix: doc/gitian-building.md: Link to release-process ↵MarcoFalke2016-09-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needs to be updated 6f933c6 Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be updated (Luke Dashjr)
| * | | | | | Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be ↵Luke Dashjr2016-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated Section was renamed in c907f4d56b0a27ecd002a6d7d89a38cfc6d45ee3
* | | | | | | 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 #8769: Trivial: Fix ISO URL, capitalizationWladimir J. van der Laan2016-09-211-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 04d91f4 Trivial: Fix ISO URL, capitalization (unsystemizer)
| * | | | | | Trivial: Fix ISO URL, capitalizationunsystemizer2016-09-211-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed Debian 8.5.0 ISO CD ROM URL by redirecting from current (which now has only 8.6.0) to a persistent archive link which should not change anytime soon. - Added a link to official Debian checksum verification procedure (which is more verbose and also acts as a backup source of SHA256sum's) - Fix capitalization (iso)
* | | | | | 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 #8739: [qa] Fix broken sendcmpct test in p2p-compactblocks.pyWladimir J. van der Laan2016-09-201-21/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 157254a Fix broken sendcmpct test in p2p-compactblocks.py (Suhas Daftuar)
| * | | | | | Fix broken sendcmpct test in p2p-compactblocks.pySuhas Daftuar2016-09-151-21/+37
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python lambda use was incorrect. sendcmpct messages need to be synchronized with RPC calls to generate(). Headers need to be synced (eg with getheaders) for cmpctblock announcements to start. Last test omitted sending a sendcmpct message.
* | | | | | Merge #8762: Trivial: Fix typoWladimir J. van der Laan2016-09-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 12a721b Trivial: Fix typo (Marty Jones)
| * | | | | | Trivial: Fix typoMarty Jones2016-09-191-1/+1
| | | | | | |
* | | | | | | 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]`