6272 Commits

Author SHA1 Message Date
langerhans
266c22dffb Merge branch '1.8-maint' v1.8.1 2014-12-20 20:22:13 +01:00
langerhans
432ce93412 Bump to release version 2014-12-20 20:21:50 +01:00
langerhans
2f75712f1e Merge branch '1.8-maint' 2014-12-20 19:13:59 +01:00
langerhans
0032d3ca68 Merge branch '1.8.1-dev' into 1.8-maint 2014-12-20 19:11:58 +01:00
langerhans
556d5343b3 edit release notes for late changes 2014-12-20 19:09:18 +01:00
Patrick Lodder
32fb2759e4 Merge pull request #755 from langerhans/1.8.1-dev-maxconn2
Make max_outbound_connections configurable
2014-12-20 19:04:02 +01:00
langerhans
8949d123bc Merge pull request #756 from rnicoll/1.8.1-dev-releasenotes
Update Dogecoin Core 1.8.1 release notes
2014-12-20 18:59:48 +01:00
Ross Nicoll
f01c4426f3 Updated Dogecoin Core 1.8.1 release notes. 2014-12-20 17:47:46 +00:00
langerhans
93d0ddad73 Introduce -maxoutconnections= to set the maximum number of outbound connections 2014-12-20 18:11:15 +01:00
Ross Nicoll
bc12951539 Merge pull request #753 from langerhans/1.8.1-dev-blocknotify
Block height for blocknotify
2014-12-20 16:50:20 +00:00
langerhans
e993b12278 Add %i to -blocknotify and replace it by the height of the block that the notification is about 2014-12-20 17:21:29 +01:00
langerhans
56717f4c1a Merge pull request #748 from domob1812/fix-auxpow
Remove unreachable code.
2014-12-19 18:18:42 +01:00
Daniel Kraft
876f23f5f1 Remove unreachable code.
The removed case (pcHead == script.end()) can never be reached, since
we explicitly error out above if that is the case.  It is legacy from
Namecoin's merge-mining, which does not forbid this case earlier.
2014-11-21 11:22:28 +01:00
langerhans
a280b15600 Merge pull request #747 from langerhans/1.8.1-dogechain-https
optionsmodel.cpp; Use HTTPS with dogechain.info
2014-11-20 19:27:02 +01:00
Abderraouf Adjal
438c40dcf9 optionsmodel.cpp; Use HTTPS with dogechain.info 2014-11-17 23:02:33 +01:00
langerhans
9c98dc0884 Merge pull request #737 from nameEO/patch-1
Update bitcoin_ko_KR.ts
2014-10-28 22:39:04 +01:00
langerhans
bb72f32931 Merge pull request #739 from patricklodder/1.8.1-dev-openssl-101j
OpenSSL 1.0.1j for gitian build process (and some docs)
2014-10-28 22:37:58 +01:00
langerhans
df6e2ebb13 Merge pull request #732 from whitj00/1.8.1-dev
bassguitarman's pgp keys
2014-10-28 22:32:31 +01:00
Patrick Lodder
f3243584b3 OpenSSL 1.0.1j for gitian build process
see: https://www.openssl.org/news/secadv_20141015.txt

Changes gitian build scripts for linux and windows to use
OpenSSL 1.0.1j. osx scripts have other issues (they have not
been updated to dogecoin dependencies) so those will go into a
separate change.

Please note that although the input for qt-win.yml changes for
reasons of consistency, the output does not, so the version
number for qt-win*-5.2.0-gitian intermediates remain at r3.
2014-10-28 20:42:59 +01:00
nameEO
5f6b382db2 Update bitcoin_ko_KR.ts
1. Fix some mistakes(typo, omission, spacing).
2. Re-adjust sentences to proper form.
3. Replace translation of certain words to better one.
4, Update legacy translations of upstream.
-----------------------------------------------------------------------------
I commit this first, and will commit another updates after 'translation resources' updates.

thanks.
2014-10-25 19:44:10 +09:00
Whit J
6d87b15ba2 Update win32-download-config 2014-10-10 16:51:30 -07:00
Whit J
7369eaba29 Update linux-download-config 2014-10-10 16:51:12 -07:00
Whit J
4cf85edc99 Add .pgp file 2014-10-10 16:49:58 -07:00
langerhans
ea2f35aace Merge pull request #726 from Andymeows/1.8.1-dev
Add a warning message about printing paper wallets while online
v1.8.1-beta-1
2014-10-05 18:11:35 +02:00
langerhans
ad9ca06347 Merge pull request #730 from patricklodder/1.8.1-dev-bootstrap-mirrors
Update bootstrap mirrors
2014-10-05 18:05:59 +02:00
langerhans
e791a39054 Merge pull request #725 from rnicoll/1.8.1-dev-qt4
Fix paper wallet compatibility with Gitian
2014-10-05 17:19:14 +02:00
Patrick Lodder
4de4499982 Update bootstrap mirrors 2014-10-05 15:57:15 +04:00
Andymeows
a1257a223f When printing paper wallets, add a warning message about security if connected to any peers.
Regenerate addresses at the end of the loop so that the shown wallet is the first to print.
Elaborating on the message after paper wallets are printed about ensuring print quality.
2014-10-04 21:13:26 -05:00
Ross Nicoll
66ba4b436a
Switched to older QT API calls to that paper wallet printing is compatible with Qt 4.6.4. 2014-10-04 20:49:47 +01:00
langerhans
e3de091a6a Merge pull request #721 from rnicoll/1.8.1-dev-orphan
Stricter handling of orphan transactions
2014-10-04 20:25:26 +02:00
langerhans
d9a803e88e Merge pull request #723 from rnicoll/1.8.1-dev-checkpoints
Add AuxPoW checkpoint
2014-10-04 20:17:10 +02:00
Ross Nicoll
77f17ccf20
Add checkpoints for 371,337 and 400,000 blocks, as well as intermediary blocks. 2014-10-04 19:12:52 +01:00
Gavin Andresen
e67aacadd5 Stricter handling of orphan transactions
Prevent denial-of-service attacks by banning
peers that send us invalid orphan transactions
and only storing orphan transactions given to
us by a peer while the peer is connected.

Rebased-From: c74332c67806ed92e6e18de174671a7c30608780

Conflicts:
	src/main.cpp
2014-10-04 01:25:58 +01:00
Ross Nicoll
76ebacb657 Merge pull request #718 from michilumin/1.8.1-dev-limit-orphan-tx
1.8.1 dev limit orphan tx
2014-09-28 13:29:04 +00:00
michilumin
ec2cc2aeef
From Bitcoin: ea3c1b0 and Bitcoin: af25208: Add maximum orphan blocks and maximum orphan TX limits in memory, and accordant command line options in dogecoind. Basic tests to see if command line arguments changed maximum (predefined) limits. 2014-09-27 20:22:51 -06:00
shshshsh
5cda7594f0 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253)
Rebased-From: 7b45d943b29a443f1ac808c9ee4eeed6df0db9cc

Conflicts:
	src/init.cpp
	src/main.h
2014-09-27 20:03:01 -06:00
Gavin Andresen
8a88bb6550 Store fewer orphan tx by default, add -maxorphantx option
There is no reason to store thousands of orphan transactions;
normally an orphan's parents will either be broadcast or
mined reasonably quickly.

This pull drops the maximum number of orphans from 10,000 down
to 100, and adds a command-line option (-maxorphantx) that is
just like -maxorphanblocks to override the default.

Conflicts:
	src/main.h
2014-09-27 14:33:07 -06:00
michilumin
94cf9e41d5
Initial check in of branch for conflict resolution 2014-09-27 14:30:53 -06:00
langerhans
649b819fe9 Merge pull request #716 from patricklodder/1.8.1-dev-lang-cleanup
Locale cleanup
2014-09-25 21:58:38 +02:00
langerhans
921685ceab Merge pull request #715 from patricklodder/1.8.1-dev-nl-update
NL translation update
2014-09-25 21:54:56 +02:00
Patrick Lodder
331609fe3e Clean up all locale .ts files
Used the new update-translations.py script to clean up all
locale files. Unlike bitcoin/bitcoin, we're keeping the
unfinished translation tags in place as long as we have
manual translations (whereas bitcoin uses transifex)
2014-09-25 00:43:39 +02:00
Patrick Lodder
d00af20df5 Fix translation sprintf and qt string formats
Some translations had non-matching formats, the update-translations
script would normally remove those and set it to "unfinished".
However, since those are fairly trivial to fix, those have been
manually corrected before doing a cleanup run with the update script.
2014-09-25 00:43:39 +02:00
Patrick Lodder
58f7f964a5 Disable translation processes we currently don't use
- Disable transifex process
- Disable removal of unfinished tags
2014-09-25 00:43:36 +02:00
Patrick Lodder
25573eb06b locale fix: DogecoinS -> DOGECOINS
Fix wrong capitalization in wallet encryption warning message:

"If you encrypt your wallet and lose your passphrase, you will
LOSE ALL OF YOUR DOGECOINS"
2014-09-25 00:18:43 +02:00
Patrick Lodder
e37485b5af NL translation update 2014-09-24 23:22:09 +02:00
langerhans
df12fc389f Merge pull request #709 from rnicoll/1.8.1-docs
Correct out of date build documentation
2014-09-23 23:24:57 +02:00
langerhans
d2f8f916bb Merge pull request #708 from rnicoll/1.8.1-dev-millisleep
Remove useless MilliSleep() from network code
2014-09-23 23:22:30 +02:00
langerhans
df29b21b43 Merge pull request #707 from rnicoll/1.8.1-dup-orphan
Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev
2014-09-23 23:21:30 +02:00
langerhans
80105d09bc Merge pull request #704 from patricklodder/1.8.1-dev-lang-update
Language update from upstream
2014-09-23 23:20:48 +02:00
langerhans
038a247ff9 Merge pull request #701 from rnicoll/1.8-dev-elliptic-curve
Fail with a friendlier message on missing OpenSSL EC support
2014-09-23 23:19:37 +02:00