Wladimir J. van der Laan
a1465ac8e6
qt: Show weeks as well as years behind for long timespans
...
Closes #3811 .
11 years ago
philsong
2834bc8013
qt: change CT_NOW string to CT_NEW in log message
...
Closes #3852 .
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 5f2907a, 88d3df4
11 years ago
Wladimir J. van der Laan
a9801cf7ee
Merge pull request #3871
...
b51700a
[Qt] Dont set table color in coin control (Cozz Lovan)
11 years ago
Addy Yeow
89d72f3d9b
Add new DNS seed from bitnodes.io.
11 years ago
Haakon Nilsen
caee92dfa8
qt: Enable and disable the Show and Remove buttons for requested payments history
...
based on whether any entry is selected.
11 years ago
Gavin Andresen
a78eed26c5
Merge pull request #3868 from gmaxwell/minfeeinfo
...
Add a "relayfee" field to getinfo.
11 years ago
Cozz Lovan
b51700a852
[Qt] Dont set table color in coin control
11 years ago
Thomas Zander
6603b09e77
Update docs about boost on unix
11 years ago
Wladimir J. van der Laan
b40bdd6532
qt: Show also value for options overridden on command line
...
Currently only the name of the option is shown for GUI options
overridden by command line (or configuration file). This commit
adds the value of the options as well, which is useful for
troubleshooting.
11 years ago
Gregory Maxwell
1294cdc43f
Add a "relayfee" field to getinfo.
...
This shows the minimum relay fee for non-free transactions in btc/kb.
The armory developers requested this so that they can prevent users from
creating transactions that not even their local bitcoind will relay.
This also slightly reorders the getinfo output so that the fee related
lines are grouped and changes the help text to reflect that the units
are btc/kb.
11 years ago
Gavin Andresen
1e13f57f56
Merge pull request #3849 from cozz/cozz2
...
Fix missing wallet lock in CWallet::SyncTransaction(..)
11 years ago
Wladimir J. van der Laan
74502e753b
Merge pull request #3846
...
3f2a017
[Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
11 years ago
Peter Todd
d3a33fc869
Test CHECKMULTISIG with m == 0 and n == 0
11 years ago
Peter Todd
b41e594773
Fix script test handling of empty scripts
...
Previously an empty script would evaluate to OP_0
11 years ago
Michagogo
9e2872c234
Adjust branding in datadir lock error message
11 years ago
Gavin Andresen
ca0b8acbf3
Merge pull request #3841 from schildbach/script-tests-OP_0
...
Add script test to prove that OP_0 evaluates as the empty vector.
11 years ago
Cozz Lovan
0fde3bbf07
[Qt] Fill in label from address book also for URIs
11 years ago
Gavin Andresen
1725e6a01f
Merge pull request #3808 from paveljanik/master
...
DOC: Update the list of threads to the current state.
11 years ago
Cozz Lovan
53d56881a8
Fix missing wallet lock in CWallet::SyncTransaction(..)
11 years ago
Philip Kaufmann
2b45345aac
minor style cleanups
11 years ago
Wladimir J. van der Laan
fbdf4e5efa
Merge pull request #3844
...
c52c4e5
qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
11 years ago
Gavin Andresen
669264c176
Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoin
11 years ago
Cozz Lovan
3f2a0172f5
[Qt] Fix coin control qt5 checkbox bug in tree mode
11 years ago
Wladimir J. van der Laan
1264b3647d
Merge pull request #3696
...
c4656e0
Add progress to initial display of latest block downloaded. (R E Broadley)
75b8953
Display progress of rescan. (R E Broadley)
11 years ago
Wladimir J. van der Laan
c52c4e5d14
qt: Make it possible again to specify -testnet in config file
...
Changes for the datadir chooser have made it impossible to specify
the network (testnet/regtest) in the configuration file for the GUI.
Reorganize the initialization sequence to make this possible again.
- Moves the "datadir" QSetting so that is no longer dependent on the
network-specific application name (doing otherwise would create a
chicken-and-egg problem).
- Re-initialize translations after choosing network. There may be a
different language configured in network-specific settings
(slim chance, but handle it for sanity).
Fixes point 1 of #3840 .
11 years ago
ditto-b
c5a9d2ca9e
Fix for GetBlockValue() after block 13,440,000
...
Forces the block reward to zero when right shift in GetBlockValue() is
undefined, after 64 reward halvings (block height 13,440,000).
11 years ago
Andreas Schildbach
ffd082a6a3
Add script test to prove that OP_0 evaluates as the empty vector, rather than [0].
11 years ago
Pieter Wuille
6fd7ef2bbf
Also switch the (unused) verification code to low-s instead of even-s.
...
a81cd968
introduced a malleability breaker for signatures
(using an even value for S). In e0e14e43
this was changed to
the lower of two potential values, rather than the even one.
Only the signing code was changed though, the (for now unused)
verification code wasn't adapted.
11 years ago
Mike Hearn
037b4f1485
Make mining fee policy match relay fee policy.
...
This resolves a case in which a mismatch could be used to bloat up the
mempool by sending transactions that pay enough fee to relay, but not
to be mined, with the default policies.
11 years ago
Jeff Garzik
a63f8b7b36
Merge pull request #3717 from djpnewton/wallet-txcount
...
add getwalletinfo RPC call with wallet transaction count
11 years ago
Wladimir J. van der Laan
0ffd87f1c1
qt: Remove control characters from ko_KR translation
...
Last Transifex pull (064a690
) introduced a few control characters
into the Korean translation, which sometimes causes the build to fail.
Manually remove these characters for now to get the build working --
they should still be removed at Transifex too.
11 years ago
Wladimir J. van der Laan
636d8e4de6
Merge pull request #3815
...
5283410
Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
961326c505
Merge pull request #3829
...
a75cacd
doc/build-unix.md use github flavored md for table (Torstein Husebø)
11 years ago
Wladimir J. van der Laan
dbb3ab5cbf
Merge pull request #3835
...
064a690
Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
064a690515
Transifex pull pre-0.9.0rc3/final
11 years ago
Torstein Husebø
a75cacdac4
doc/build-unix.md use github flavored md for table
11 years ago
Wladimir J. van der Laan
b76733d8e8
Merge pull request #3514
...
f59d8f0
Per-peer block download tracking and stalled download detection. (Pieter Wuille)
11 years ago
Wladimir J. van der Laan
1795c69aaa
Merge pull request #3833
...
f5f157b
add --enable-debug for configure (daniel)
11 years ago
daniel
f5f157b83f
add --enable-debug for configure
11 years ago
Wladimir J. van der Laan
70b8cb9ce8
qt: Adjust BLOCK_CHAIN_SIZE to 20GB
...
This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow , fixes #3830 .
11 years ago
Wladimir J. van der Laan
218be95903
Merge pull request #3685
...
8e29623
[Qt] show number of in/out connections in debug console (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
6041fc85ea
Merge pull request #3751
...
b881100
convert tabs to whitespace in bitrpc.py (Bryan Bishop)
11 years ago
Wladimir J. van der Laan
0ad72bf1a0
Merge pull request #3773
...
947e23d
Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
11 years ago
Wladimir J. van der Laan
1cab453ff8
Merge pull request #3817
...
e935293
Minor code cleanup: remove indentation (Mark Friedenbach)
11 years ago
Wladimir J. van der Laan
fb4f40a0dc
Merge pull request #3823
...
89ec3a2
MainNet is the special case for the GUI (jtimon)
11 years ago
Mark Friedenbach
e935293e17
Minor code cleanup: remove indentation
...
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
11 years ago
jtimon
89ec3a2911
MainNet is the special case for the GUI
11 years ago
Wladimir J. van der Laan
5283410568
Remove unused includes of boost lexical_cast
...
We don't use lexical_cast anywhere, no need to include it.
11 years ago
Wladimir J. van der Laan
d33f69a447
Merge pull request #3796
...
16bfd68
update bash-completion for v0.9 (Christian von Roques)
11 years ago
Wladimir J. van der Laan
09ec3af166
AddToWallet implies BindWallet
...
Now that AddToWallet is called when loading transactions from the
wallet database, BindWallet can be integrated into that and does not
need to be an extra step.
Leaves behaviour unchanged, but makes the
fFromLoadWallet/!fFromLoadWallet paths in AddToWallet a bit more
symmetric.
11 years ago