MarcoFalke
fa6a59dd39
[qt] Windows: Make rpcconsole monospace font larger
9 years ago
Prayag Verma
bd34174ebc
Update license year range to 2016
9 years ago
Chris Wheeler
9d263bd17c
Typo fixes in comments
9 years ago
MarcoFalke
fabcee1972
Remove copyright header from autogenerated chainparamsseeds.h
9 years ago
Wladimir J. van der Laan
fd9356ba4e
Merge pull request #7322
...
c0cf48d
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
9 years ago
BtcDrak
b07b103e8a
Update project URL
9 years ago
Luke Dashjr
5bc4fb7b60
Merge branch 'master' into 20150703_banlist_updates
9 years ago
Luke Dashjr
5d3b29bc00
doc: Add UniValue to build instructions
9 years ago
Luke Dashjr
ab22705a7b
Build against system UniValue when available
9 years ago
Luke Dashjr
2adf7e2c90
Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE
9 years ago
Suhas Daftuar
4d10d2e16f
Eliminate race condition in mempool_packages test
9 years ago
Wladimir J. van der Laan
e1060c56cc
Merge pull request #7334
...
fa989fb
[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke)
9 years ago
Wladimir J. van der Laan
2be4bb51f3
Merge pull request #7342
...
3503a78
release: remove libc6 dependency from the osx signing descriptor (Cory Fields)
9 years ago
Cory Fields
3503a78670
release: remove libc6 dependency from the osx signing descriptor
...
It is unneeded after the last toolchain update, and missing from Trusty.
9 years ago
Jonas Schnelli
c079d79c9a
Merge pull request #7327
...
30cdace
[Wallet] Transaction View: LastMonth calculation fixed (crowning-)
9 years ago
crowning-
30cdacea3c
[Wallet] Transaction View: LastMonth calculation fixed
9 years ago
MarcoFalke
7777994846
[qa] Fix pyton syntax in rpc tests
9 years ago
MarcoFalke
fa989fbf57
[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)
9 years ago
Wladimir J. van der Laan
17ef279304
Merge pull request #7332
...
faf671b
[wallet] Clarify rpc help message with regard to rounding (MarcoFalke)
9 years ago
Wladimir J. van der Laan
be6d5a617d
Merge pull request #7312
...
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)
9 years ago
Jonas Schnelli
d11fc1695c
[Wallet] Call notification signal when a transaction is abandoned
9 years ago
Alex Morcos
df0e2226d9
Add RPC test for abandoned and conflicted transactions.
9 years ago
Alex Morcos
01e06d1fa3
Add new rpc call: abandontransaction
...
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.
9 years ago
MarcoFalke
faf671bca6
[wallet] Clarify rpc help message with regard to rounding
9 years ago
Wladimir J. van der Laan
2cd004b123
Merge pull request #7326
...
3a9dfe9
Fix typo, wrong information in gettxout help text. (paveljanik)
9 years ago
Wladimir J. van der Laan
c49551886a
Merge pull request #7296
...
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)
9 years ago
Wladimir J. van der Laan
18ca3fa840
Merge pull request #7324
...
d570a1f
doc/bips: Document BIP 125 support (Luke Dashjr)
9 years ago
Jorge Timón
e86756193e
MOVEONLY: non-consensus: from pow to chain:
...
- GetBlockProof
- GetBlockProofEquivalentTime
9 years ago
Gregory Sanders
94bdd71f9b
Added help text for chainwork value
9 years ago
paveljanik
3a9dfe9d14
Fix typo, wrong information in gettxout help text.
9 years ago
Luke Dashjr
d570a1f41b
doc/bips: Document BIP 125 support
9 years ago
Wladimir J. van der Laan
dd1304ec21
Merge pull request #7081
...
45b8e27
-bytespersigop option to additionally limit sigops in transactions we relay and mine (Luke Dashjr)
9 years ago
Luke Dashjr
fdc202f4b0
Merge branch bytespersigop
9 years ago
MarcoFalke
fa1cb1ae15
[qa] Test walletpassphrase timeout
9 years ago
Wladimir J. van der Laan
93ca5a35b0
Merge pull request #7308
...
168915e
Eliminate race condition in sendheaders.py test (Suhas Daftuar)
82a0ce0
Add race-condition debugging tool to mininode (Suhas Daftuar)
9 years ago
MarcoFalke
fa461df685
Clarify mocktime help message
9 years ago
calebogden
0331aa350c
Fixing typos on security-check.py and torcontrol.cpp
9 years ago
Cory Fields
c0cf48d1ac
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally
...
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.
9 years ago
Wladimir J. van der Laan
9de541a9c9
Merge pull request #7306
...
f61766b
Make sure conflicted wallet tx's update balances (Alex Morcos)
9 years ago
Wladimir J. van der Laan
3b57e9cff0
Merge pull request #7317
...
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)
9 years ago
Jonas Schnelli
8a7f0001be
[RPC] remove the option of having multiple timer interfaces
9 years ago
Jonas Schnelli
db198d51a6
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.
9 years ago
Alex Morcos
9e69717254
Make wallet descendant searching more efficient
9 years ago
Suhas Daftuar
168915e6de
Eliminate race condition in sendheaders.py test
...
Clear the last block announcement before mining new blocks.
9 years ago
Suhas Daftuar
82a0ce09b4
Add race-condition debugging tool to mininode
9 years ago
Jonas Schnelli
b1cf0058d9
Merge pull request #7298
...
faf3299
[qt] Intro: Display required space (MarcoFalke)
9 years ago
MarcoFalke
faa572a329
[init] Help Msg: Use Params(CBaseChainParams::MAIN)
9 years ago
MarcoFalke
fa6ab96799
[init] Add missing help for args
9 years ago
MarcoFalke
fac11ea310
[init] Fix error message of maxtxfee invalid amount
9 years ago
Wladimir J. van der Laan
7b0a9a8040
Merge pull request #7266
...
6cd198f
Removed comment about IsStandard for P2SH scripts (Marcel Krüger)
9 years ago