aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-18Merge pull request #7290Wladimir 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)
2016-01-18Merge pull request #7320Wladimir J. van der Laan
fa1cb1a [qa] Test walletpassphrase timeout (MarcoFalke)
2016-01-18Merge pull request #7304Wladimir J. van der Laan
fa074a6 [contrib] Prepare clang-format-diff for usage (MarcoFalke) fa4f4b6 Add clang-format-diff.py from the LLVM svn (MarcoFalke)
2016-01-18Merge pull request #7335Wladimir J. van der Laan
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke)
2016-01-18Merge pull request #7313Wladimir J. van der Laan
0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
2016-01-18Merge pull request #7329Wladimir J. van der Laan
9d263bd Typo fixes in comments (Chris Wheeler)
2016-01-18Merge pull request #7363Wladimir J. van der Laan
bd34174 Update license year range to 2016 (Prayag Verma)
2016-01-18Merge pull request #7368Wladimir J. van der Laan
4d10d2e Eliminate race condition in mempool_packages test (Suhas Daftuar)
2016-01-17Update license year range to 2016Prayag Verma
2016-01-17Typo fixes in commentsChris Wheeler
2016-01-16Merge pull request #7322Wladimir J. van der Laan
c0cf48d c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
2016-01-14Eliminate race condition in mempool_packages testSuhas Daftuar
2016-01-14Merge pull request #7334Wladimir J. van der Laan
fa989fb [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke)
2016-01-14Merge pull request #7342Wladimir J. van der Laan
3503a78 release: remove libc6 dependency from the osx signing descriptor (Cory Fields)
2016-01-13release: remove libc6 dependency from the osx signing descriptorCory Fields
It is unneeded after the last toolchain update, and missing from Trusty.
2016-01-13Merge pull request #7327Jonas Schnelli
30cdace [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
2016-01-13[Wallet] Transaction View: LastMonth calculation fixedcrowning-
2016-01-13[qa] Fix pyton syntax in rpc testsMarcoFalke
2016-01-13[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)MarcoFalke
2016-01-13Merge pull request #7332Wladimir J. van der Laan
faf671b [wallet] Clarify rpc help message with regard to rounding (MarcoFalke)
2016-01-13Merge pull request #7312Wladimir J. van der Laan
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)
2016-01-13[Wallet] Call notification signal when a transaction is abandonedJonas Schnelli
2016-01-13Add RPC test for abandoned and conflicted transactions.Alex Morcos
2016-01-13Add new rpc call: abandontransactionAlex 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.
2016-01-13[wallet] Clarify rpc help message with regard to roundingMarcoFalke
2016-01-13Merge pull request #7326Wladimir J. van der Laan
3a9dfe9 Fix typo, wrong information in gettxout help text. (paveljanik)
2016-01-13Merge pull request #7296Wladimir J. van der Laan
bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos)
2016-01-13Merge pull request #7324Wladimir J. van der Laan
d570a1f doc/bips: Document BIP 125 support (Luke Dashjr)
2016-01-10Fix typo, wrong information in gettxout help text.paveljanik
2016-01-09doc/bips: Document BIP 125 supportLuke Dashjr
2016-01-09Merge pull request #7081Wladimir J. van der Laan
45b8e27 -bytespersigop option to additionally limit sigops in transactions we relay and mine (Luke Dashjr)
2016-01-09Merge branch bytespersigopLuke Dashjr
2016-01-09[qa] Test walletpassphrase timeoutMarcoFalke
2016-01-09Merge pull request #7308Wladimir J. van der Laan
168915e Eliminate race condition in sendheaders.py test (Suhas Daftuar) 82a0ce0 Add race-condition debugging tool to mininode (Suhas Daftuar)
2016-01-09Clarify mocktime help messageMarcoFalke
2016-01-08Fixing typos on security-check.py and torcontrol.cppcalebogden
2016-01-08c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields
Due to include ordering, defining in one place was not enough to ensure correct usage. Use global defines so that we don't have to worry abou this ordering. Also add a comment in configure about the test.
2016-01-08Merge pull request #7306Wladimir J. van der Laan
f61766b Make sure conflicted wallet tx's update balances (Alex Morcos)
2016-01-08Merge pull request #7317Wladimir J. van der Laan
8a7f000 [RPC] remove the option of having multiple timer interfaces (Jonas Schnelli) db198d5 Fix RPCTimerInterface ordering issue Dispatching a QThread from a non Qt thread is not allowed. Always use the HTTPRPCTimerInterface (non QT) to dispatch RPCRunLater threads. (Jonas Schnelli)
2016-01-08[RPC] remove the option of having multiple timer interfacesJonas Schnelli
2016-01-08Fix RPCTimerInterface ordering issueJonas Schnelli
Dispatching a QThread from a non Qt thread is not allowed. Always use the HTTPRPCTimerInterface (non QT) to dispatch RPCRunLater threads.
2016-01-07Make wallet descendant searching more efficientAlex Morcos
2016-01-07Eliminate race condition in sendheaders.py testSuhas Daftuar
Clear the last block announcement before mining new blocks.
2016-01-07Add race-condition debugging tool to mininodeSuhas Daftuar
2016-01-07Merge pull request #7298Jonas Schnelli
faf3299 [qt] Intro: Display required space (MarcoFalke)
2016-01-07[init] Help Msg: Use Params(CBaseChainParams::MAIN)MarcoFalke
2016-01-07[init] Add missing help for argsMarcoFalke
2016-01-07[init] Fix error message of maxtxfee invalid amountMarcoFalke
2016-01-07Merge pull request #7266Wladimir J. van der Laan
6cd198f Removed comment about IsStandard for P2SH scripts (Marcel Krüger)
2016-01-07Merge pull request #7293Wladimir J. van der Laan
faf538b [trivial] Merge test cases and replace CENT with COIN (MarcoFalke) fa3c7e6 [wallet] Add regression test for vValue sort order (MarcoFalke)