diff options
| author | Ross Nicoll <[email protected]> | 2014-08-23 23:57:34 +0100 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:41 +0000 |
| commit | 5e095da0f36866cec12e3bea5e6c452b28416686 (patch) | |
| tree | 1c3388a2127851e733d7146fa5f8886494eb20a1 /doc/release-notes/RELEASE_NOTES_1_8.1.md | |
| parent | Update qt forms. :tada: :dog2: (diff) | |
| download | discoin-5e095da0f36866cec12e3bea5e6c452b28416686.tar.xz discoin-5e095da0f36866cec12e3bea5e6c452b28416686.zip | |
Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin.
Move remaining Bitcoin release notes into their own folder.
Move Bitcoin 0.9 release notes into Bitcoin release notes folder.
Diffstat (limited to 'doc/release-notes/RELEASE_NOTES_1_8.1.md')
| -rw-r--r-- | doc/release-notes/RELEASE_NOTES_1_8.1.md | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/release-notes/RELEASE_NOTES_1_8.1.md b/doc/release-notes/RELEASE_NOTES_1_8.1.md new file mode 100644 index 000000000..9bc0a50b9 --- /dev/null +++ b/doc/release-notes/RELEASE_NOTES_1_8.1.md @@ -0,0 +1,68 @@ +# Dogecoin Core 1.8.1 + +Dogecoin Core 1.8.1 is primarily a bugfix release, bringing Dogecoin Core in +line with Bitcoin 0.9.3. Dogecoin Core 1.8.1 also adds in support for printing +paper wallets, and disables connections to pre-1.8 clients. This is a RECOMMENDED +upgrade due to the large number of bug fixes, but is not a required one. + +Paper wallet support has been developed by AndyMeows (IRC username), and +can be accessed via the "File" menu. It's intended for two purposes; to generate +small value paper wallets to hand out, and more permanent deposit paper wallets +for keeping balances offline. + +IMPORTANT: If you are producing offline paper wallets, you should do so on a +computer that's disconnected from the Internet. While the wallet generator +does not save the keys it generates, this ensures there is no risk of a virus +or similar capturing the key from memory or interfering with its generation. + +## Dogecoin Core Release Notes + +* Translation improvements and corrections +* Disable Transifex based translation process (not used by Dogecoin Core) +* Add checkpoints around AuxPoW switchover block (371,337) +* Disable connections from pre-1.8 Dogecoin Core clients +* Use HTTPS with dogechain.info +* Remove unreachable code introduced with AuxPoW support +* "blocknotify" option now supports %i as a format parameter, which is replaced by block height +* New option "maxoutconnections" to set the maximum number of outbound peer connections. Defaults to 8, minimum is 2, maximum is whatever "maxconnections" is set to (default 125). + +## Bitcoin Core Release Notes + +Full release notes for Bitcoin Core 0.9.3 are available from +https://bitcoin.org/en/release/v0.9.3 , but highlights are included +below: + + +* Better orphan transaction handling +* Add -maxorphantx=<n> and -maxorphanblocks=<n> options for control over the maximum orphan transactions and blocks +* key.cpp: fail with a friendlier message on missing ssl EC support +* Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core) + +## Known Issues + +There is a known issue with quantities in JSON used by the RPC interface (https://github.com/dogecoin/dogecoin/issues/134). +This stems from the use of a floating point precision number to hold fixed precision data. +Currently looking at solutions, which primarily either involve JSON which is not compliant +to the specification, or making the RPC layer slightly incompatible with the conventional +Bitcoin API. + +This only affects values significantly below 1 Doge, however merchants may wish to round to +the nearest Doge on all transactions for now. + +## Credits + +Listed in strictly alphabetical order, using name listed in Github. This +includes those whose contributions to Bitcoin Core have been merged +into Dogecoin Core: + +* Abderraouf Adjal +* Andymeows +* Daniel Kraft +* Gavin Andresen +* langerhans +* michilumin +* nameEO +* Patrick Lodder +* Ross Nicoll +* Wladimir J. van der Laan +* Whit J |