90 Commits

Author SHA1 Message Date
Asad Haider
e5a5a7db6e Update init.cpp
Removed semicolon at the end of the -wallet argument in the help message which was preventing everything below it from showing up.
2014-03-04 10:06:51 +00:00
ummjackson
d41600067d Merge pull request #274 from somegeekintn/optim2-1.5
Wallet/RPC Optimizations
2014-02-24 17:28:01 +11:00
Jannis Froese
86489b7544 fixed example address to match translation files 2014-02-24 02:50:33 +01:00
langerhans
8fda67a755 Merge pull request #279 from rnicoll/master-1.5
Remove reference to Bitcoin from French translation, correct shortcut key
2014-02-23 16:13:21 +01:00
Ross Nicoll
123ad1dea5 Re-added shortcut key for sending Dogecoin from address tab, in French language
locale. Previous shortcut key ('c') clashed with an existing shortcut and
was unusable.
2014-02-23 14:47:37 +00:00
Jackson Palmer
f8a9b6e72d Fixing comma in DNS seeds 2014-02-23 10:50:30 +11:00
Jackson Palmer
c8cb321a33 Adding new DNS seeds 2014-02-23 10:12:20 +11:00
Jackson Palmer
04924bd07b Version bump for 1.5.3 2014-02-23 09:46:52 +11:00
Ross Nicoll
063e9c6304 Corrected reference to "Bitcoin" in French translation; now says "Dogecoin" 2014-02-22 17:41:04 +00:00
Casey Fleser
ad0384a1c5 Merge branch 'master-1.5' into optim2-1.5 2014-02-22 09:06:33 -06:00
Casey Fleser
a4a57df059 add caching to CWalletTx::GetAmounts and undo some other changes 2014-02-22 09:05:52 -06:00
rog1121
66a7c9d1cb Update version.h 2014-02-22 01:39:49 -07:00
ummjackson
b2d001834a Aim for current block, not depth + 1 2014-02-22 14:35:14 +11:00
rog1121
4c045a89f1 Increase Default Block Max Size 2014-02-21 16:56:48 -07:00
Casey Fleser
c4cc936890 alternate listaccounts / GetCredits functions 2014-02-21 10:49:46 -06:00
Casey Fleser
3071f2072e a few more tweaks 2014-02-20 06:54:45 -06:00
Casey Fleser
d0640f940d significant optimizations to Solver and CWalletTx::GetAmounts 2014-02-19 16:43:41 -06:00
gabriele renzi
356de7cd84 fix typos and bad translations
I feel the translation fileds should be shared betweenm the various *coin forks :(
2014-02-18 14:55:24 +01:00
Ryan Romanchuk
4f5fe71204 much 狗狗币. to the moon. 2014-02-18 01:37:31 -08:00
Jackson Palmer
9dd164957c Increase -dbcache to 100MB default to help with initial sync 2014-02-18 19:27:08 +11:00
ummjackson
34420a026a Dogecoin 1.5.2 (Mac) 2014-02-18 08:59:10 +11:00
Jackson Palmer
fdb7017518 Dogecoin 1.5.2 2014-02-18 08:57:16 +11:00
billym2k
fe29c6db17 update for fork
added checkpoint for fork issue
2014-02-17 11:48:34 -08:00
ummjackson
9dce6acb3d Merge pull request #242 from BlameByte/patch-1
init.cpp
2014-02-14 20:51:35 +11:00
Thiago Pradi
3de64800b1 Finishing Pt-br translation 2014-02-12 23:33:22 -02:00
BlameByte
5ca2f0974b Update init.cpp
Changed name from shutting down to dogecoin-shutoff from bitcoin-shutoff.
2014-02-12 14:39:06 +00:00
Chris Moore
8951898200 Aim for whole coin change, not just cent change to avoid fees if possible. 2014-02-09 11:25:59 -08:00
Jackson Palmer
0a7649fbb4 Version Update for 1.5.1 2014-02-08 21:38:12 +11:00
Alan Westbrook
c0b158145a Update verson info
Delete the extraneous plist for bit coin that’s int he wrong place for
Dogecoin
Versions are now 1.5.1
2014-02-08 02:34:44 -08:00
Jackson Palmer
f0d25ffd92 Will it build?
Find out next time on…. Corruption.
2014-02-08 19:41:46 +11:00
ummjackson
f4341095f1 Merge pull request #227 from dogecoin/develop
let user select wallet file with -wallet=foo.dat
2014-02-08 17:29:27 +11:00
Jackson Palmer
d30bf07be3 let user select wallet file with -wallet=foo.dat
Ported from: https://github.com/bitcoin/bitcoin/pull/1889/commits
2014-02-07 22:42:24 +11:00
ummjackson
0a024e1995 Merge pull request #224 from dogecoin/develop
QUrl predec
2014-02-07 19:49:10 +11:00
Alan Westbrook
1a1f3cb7e8 QUrl predec
This actually should not have worked for me. Oh Qt.
2014-02-07 00:12:55 -08:00
ummjackson
50be2ef8f2 Merge pull request #223 from dogecoin/develop
Develop
2014-02-07 18:37:02 +11:00
Alan Westbrook
f62bb24297 Fix some URI handling weirdness in Qt
remove whack paths like file:dogecoin:
change out dogecoin:/D for dogecoin:D
Add a local URI handler so it doesn’t have to go through the system if
we try a local url.
2014-02-06 22:23:46 -08:00
Alan Westbrook
64bd2e4536 Version updates and read me to include boost instructions
Nothing major
2014-02-06 18:03:31 -08:00
billym2k
7b55eff3b5 Merge pull request #219 from dooglus/change-1.5
Document the -change option.
2014-02-06 12:36:13 -08:00
Chris Moore
10e652f319 Document the -change option. 2014-02-06 12:11:42 -08:00
billym2k
35345478bc Merge pull request #187 from dooglus/change-1.5
Allow a fixed list of change addresses.
2014-02-04 18:41:54 -08:00
ummjackson
7045aeccae Comment fix
Luckynumeric? No idea...
2014-02-04 23:29:53 +11:00
Jackson Palmer
f1677f3129 Fixing testnet crash in RPC 2014-02-04 20:16:41 +11:00
ummjackson
bfab06a22e Merge pull request #189 from sinemetu1/test-fixes
test - fixed tests that were failing because of bit/litecoin cruft
2014-02-03 20:04:57 -08:00
Alan Westbrook
d9e0af564d Mac splash no longer tries to own the desktop
Reset the window flags to the minimum necessary on Mac.
2014-02-02 17:53:50 -08:00
Alan Westbrook
18ccdab281 Fix Transaction to string conversion and add shortcut for dogechain
There was literally no reason to add -000 to transaction string
conversion. The idx itself is used for sorting internally
Add a menu item to load up a transaction in Dogechain.info
2014-02-02 15:57:59 -08:00
Alan Westbrook
9dd5cdf841 URL handling
Well, carp. Both Qt and the code base were quite broken for this. I
implemented workarounds and fixes such that things that weren’t broken
before should stay working, for example, if qt4 worked for a lot of
this, it still would, and if Qt on Windows / Linux worked for this
before, it shall still work for it.
2014-02-02 05:51:50 -08:00
Sam Garrett
56d42a9d90 test - fixed tests that were failing because of bit/litecoin cruft 2014-02-01 13:03:43 -05:00
Chris Moore
bfc0df8673 Allow a fixed list of change addresses. 2014-02-01 08:06:22 -08:00
Alan Westbrook
87f599d648 Debug logging changes
Don’t write out logs by default unless you are using -server or -daemon
flags
Write debug logs out if you specify the -debuglog flag
Do not write debug logs out if you specify -nodebuglog
Write debug logs out if you specify -debug (overrides all other options)
2014-01-30 01:28:46 -08:00
Jackson Palmer
06fce482d6 Removing IRC for gathering addresses
Such DNS. Very seed.
2014-01-30 19:42:43 +11:00