Commit graph

5698 commits

Author SHA1 Message Date
Patrick Lodder 54f557865b Fixed miner test
- Changed test pubkey script to the same one used in genesis
- Changed the simulated block interval to 60 seconds
- Replaced extranonce/nonce combinations to be valid on top of our genesis block.
- Added check to make sure all created blocks are included in the active chain
2014-04-15 14:36:00 +04:00
Alan Westbrook 10b6262f77 openssl-1.0.1g
Hearbleed vuln fix version for libcrypto and libssl: openssl-1.0.1g
2014-04-15 00:04:10 -07:00
MK 7e87d13b6f Add Dogecoin devs to splashscreen copyright. 2014-04-14 20:36:50 +02:00
langerhans 4ca4a8d5d6 Replace shortcut names with Dogecoin
At least on Windows this is user-facing in the Autostart folder.
2014-04-14 19:07:08 +02:00
langerhans d079f108bf Merge pull request #453 from rnicoll/1.7-dev-rpc-tests
RPC signing test fixes
2014-04-14 19:03:39 +02:00
langerhans f39bd8abca Merge #461 Hyphenate compound modifiers. 2014-04-14 19:02:03 +02:00
langerhans 5f0d3a4404 Merge pull request #459 from janaspage/patch-5
Spaced en dashes for breaks.
2014-04-14 18:57:31 +02:00
langerhans 20e25d6bd1 Merge pull request #465 from janaspage/patch-9
Un-spaced en dashes for ranges.
2014-04-14 18:56:42 +02:00
leofidus 782c43f33c Merge pull request #466 from patricklodder/1.7-dev-rm-digishield-retarget
[minor] removed digishield message
2014-04-14 18:11:12 +02:00
Patrick Lodder 3820347253 removed the "DIGISHIELD RETARGET" message that was spammed in console. 2014-04-14 19:50:52 +04:00
Janas Page e40cb0595b Un-spaced en dashes for ranges.
As an option to previously requested pull for spaced en dashes: https://github.com/dogecoin/dogecoin/pull/460
2014-04-14 07:33:53 -07:00
leofidus 332d911e8a Merge pull request #462 from janaspage/patch-8
Introduce missing carriage return (newline).
2014-04-14 09:37:51 +02:00
Janas Page 3a0ff5af77 Introduce missing carriage return (newline).
Per pattern in immediately preceding chart.
2014-04-13 18:38:52 -07:00
Janas Page 9c9bf0c97c Spaced en dashes for breaks.
Rather than spaced hyphens.
2014-04-13 18:31:00 -07:00
langerhans 552dd35a14 s/Bit/Doge in wallet encryption dialog 2014-04-13 19:57:08 +02:00
Jannis Froese e791535df3 add SignAndSave to Alert_tests 2014-04-13 13:06:00 +02:00
leofidus 9a482a4d62 Merge pull request #451 from rnicoll/1.7-dev-tx-fee
Correct unit tests for wallet
2014-04-13 12:17:49 +02:00
Ross Nicoll f52fb58f15
Rebuild RPC signing test with Dogecoin multisig address and private keys. 2014-04-13 10:50:19 +01:00
Ross Nicoll 71532b730d
Reworked comment around the code for identifying transactions to spend, to separate explanation of condition, and result.
Corrected comment references to "cent", with "coin" in wallet tests, to match changes to units.
2014-04-13 00:07:06 +01:00
Ross Nicoll eda7f83cd0
Shifted unit in wallet tests from CENT to COIN as a base, to avoid problems with dust avoidance code. 2014-04-12 23:08:48 +01:00
Ross Nicoll ad9434f9f4
Scaled up units when testing dust-avoidance in wallet. 2014-04-12 23:01:49 +01:00
Ross Nicoll f5fc30c2b5
Changed constant used in calculating most applicable coin to use in a transaction, from COIN to DUST_SOFT_LIMIT 2014-04-12 22:51:24 +01:00
Ross Nicoll b08bfd12b4
Modified expected values in wallet tests to take into account the numerically higher transaction costs of DOGE. 2014-04-12 22:50:35 +01:00
Ross Nicoll e5467c69d1 Merge pull request #450 from patricklodder/base58_unit
adapt base58 testdata
2014-04-12 22:22:07 +01:00
Patrick Lodder b2de543c81 change valid base58 key test data to doge network 2014-04-13 01:18:11 +04:00
Ross Nicoll ec5500bd8c
Made it clearer how coins are chosen for use when making a transaction, by switching from COIN as constant
to DUST_SOFT_LIMIT.
2014-04-12 21:59:22 +01:00
langerhans 892f1d5df9 Merge pull request #449 from tazz2004/1.7-dev
Cleaning up bitcoin from the UI
2014-04-12 22:37:04 +02:00
Gaurav Chaturvedi 61f7d15643 Cleaning up bitcoin from the UI 2014-04-13 02:01:38 +05:30
langerhans d02ef684c6 Suck it Gitian! 2014-04-12 21:08:32 +02:00
langerhans 876578d4ed Merge pull request #447 from rnicoll/1.7-dev-tests
Fix DoS tests to take into account DigiShield.
2014-04-12 21:05:41 +02:00
langerhans 7ddd9fc1d1 Merge pull request #448 from rnicoll/1.7-dev-test-main
Fix mining rewards test
2014-04-12 21:05:36 +02:00
Ross Nicoll 870c746c41
Rewrote tests for mining rewards, to at least approximately match Doge.
Due to huge number of DOGE, tests cannot be completed without significant
re-engineering of number handling code.
2014-04-12 20:00:31 +01:00
Ross Nicoll e2d32cebea
Changed the time period covered for DoS tests from 4 days to 3, to take into account massively reduced retarget time from DigiShield. 2014-04-12 17:35:36 +01:00
langerhans 655276768b Merge pull request #444 from leofidus/patch-2
Fix comma separators appearing in dogecoin: URIs
2014-04-11 19:31:07 +02:00
langerhans dcf494740b Merge pull request #441 from rnicoll/1.7-dev-chinese
Merge Chinese translation changes into 1.7
2014-04-11 19:30:56 +02:00
leofidus cad2ff8305 make uri amounts locale independent 2014-04-10 22:14:22 +02:00
Ross Nicoll 59db078a1f Merge pull request #1 from lexical/1.7-dev-chinese
Update the Traditional Chinese translation
2014-04-10 18:36:26 +01:00
langerhans 8c4ff609bb Merge pull request #427 from jwiechers/patch-2
Update README.md
2014-04-10 16:30:39 +02:00
kengyu be49e9f395 Update the Traditional Chinese translation
delete a sentence that is not in the original English source.
2014-04-10 22:16:59 +08:00
jwiechers f8c002a57e Update README.md 2014-04-10 14:53:37 +02:00
jwiechers 71f2bb78a5 Update README.md 2014-04-10 11:28:59 +02:00
jwiechers 1249915ac6 Update README.md 2014-04-10 11:26:15 +02:00
langerhans 09c0d83ec5 Merge pull request #442 from rnicoll/1.7-dev-upgrade
Removed wallet upgrade code inherited from Bitcoin/Litecoin
2014-04-10 11:14:22 +02:00
langerhans c4691d0b39 Merge pull request #439 from rnicoll/1.7-dev-network-hashps
Update difficulty change interval constant to match 1.6
2014-04-10 11:11:31 +02:00
Ross Nicoll 3aa3865f11
Removed wallet upgrade code inherited from Bitcoin/Litecoin, as it does not apply to Dogecoin
wallets (too new at base.
2014-04-09 22:18:28 +01:00
Ross Nicoll 9a02b7a365 Clarified label on constant containing difficulty change interval. 2014-04-09 21:47:44 +01:00
Alan Westbrook 4a4d86a0e3
Change the lookup span modulo constant to something smaller
Why? Not really sure, but whatever.

Conflicts:

	src/rpcmining.cpp
2014-04-09 21:47:08 +01:00
Ross Nicoll 046ffdd3fc
Performed simple search/replace on Bitcoin/Dogecoin in Chinese translation. 2014-04-09 21:23:00 +01:00
Keng-Yu Lin 198e18571f
update the Traditional Chinese translation
update some obvious untranslated phrases (e.g. Litecoin->Dogecoin).

Conflicts:

	src/qt/locale/bitcoin_zh_TW.ts
2014-04-09 21:19:17 +01:00
langerhans f131c1e486 Revert "Hardcode testnet for first alpha release."
This reverts commit b16685ca0d.
2014-04-09 21:19:48 +02:00