Age | Commit message (Collapse) | Author |
|
4818dba net: Hardcoded seeds update January 2016 (Wladimir J. van der Laan)
|
|
window
43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli)
56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli)
3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli)
|
|
fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke)
fa60d05 Add missing copyright headers (MarcoFalke)
fa7e4c0 Bump copyright headers to 2014 (MarcoFalke)
|
|
These are not added to the default checks because some of them depend on
release-build configs.
|
|
|
|
fae78fa [init] Clarify permitrbf help message (MarcoFalke)
|
|
|
|
|
|
faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
|
|
|
|
|
|
2409865 Reduce inefficiency of GetAccountAddress() (Chris Moore)
|
|
8504867 Save the last unnecessary database read (Alex Morcos)
|
|
fa6a59d [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
|
|
Add a configuration option `-permitrbf` to set transaction replacement policy
for the mempool.
Enabling it will enable (opt-in) RBF, disabling it will refuse all
conflicting transactions.
|
|
df6e8e1 [Qt] rename "amount" to "requested amount" in receive coins table (Jonas Schnelli)
|
|
|
|
|
|
96efcad Improved readability of sorting for coin selection. (Murch)
|
|
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
|
|
Allow extending the rpc dispatch table by appending commands when server is not running.
|
|
eaa8d27 RPC: indicate which transactions are replaceable (Suhas Daftuar)
|
|
e8600c9 banlist (bugfix): allow CNode::SweepBanned() to run on interval (Philip Kaufmann)
2977c24 banlist: add more banlist infos to log / add GUI signal (Philip Kaufmann)
ce479aa banlist: better handling of banlist in StartNode() (Philip Kaufmann)
57c77fe banlist: update set dirty to be more fine grained (Philip Kaufmann)
|
|
|
|
Add "bip125-replaceable" output field to listtransactions and gettransaction
which indicates if an unconfirmed transaction, or any unconfirmed parent, is
signaling opt-in RBF according to BIP 125.
|
|
fd83615 Improve CheckInputs() comment about sig verification (Peter Todd)
|
|
blockchain sync
39a525c Do not download transactions during inital sync (ptschip)
|
|
135d6ec Add RPC tests for getblockheader. (James O'Beirne)
4745636 Add RPC documentation for getblockheader[chainwork]. (James O'Beirne)
16d4fce Add assert_is_hex_string and assert_is_hash_string to RPC test utils. (James O'Beirne)
|
|
94bdd71 Added help text for chainwork value (Gregory Sanders)
|
|
64360f1 Make max tip age an option instead of chainparam (Wladimir J. van der Laan)
|
|
fa461df Clarify mocktime help message (MarcoFalke)
faa572a [init] Help Msg: Use Params(CBaseChainParams::MAIN) (MarcoFalke)
fa6ab96 [init] Add missing help for args (MarcoFalke)
fac11ea [init] Fix error message of maxtxfee invalid amount (MarcoFalke)
|
|
0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
|
|
9d263bd Typo fixes in comments (Chris Wheeler)
|
|
bd34174 Update license year range to 2016 (Prayag Verma)
|
|
|
|
|
|
|
|
|
|
c0cf48d c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
|
|
|
|
fa989fb [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke)
|
|
30cdace [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
|
|
|
|
|
|
faf671b [wallet] Clarify rpc help message with regard to rounding (MarcoFalke)
|
|
d11fc16 [Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli)
df0e222 Add RPC test for abandoned and conflicted transactions. (Alex Morcos)
01e06d1 Add new rpc call: abandontransaction (Alex Morcos)
9e69717 Make wallet descendant searching more efficient (Alex Morcos)
|
|
|
|
Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined. abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction. All dependent transactions in the wallet will also be marked as abandoned.
|
|
|
|
3a9dfe9 Fix typo, wrong information in gettxout help text. (paveljanik)
|