diff --git a/README.md b/README.md index 7996910..696a870 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,14 @@ Decred. This repository contains releases for the following software: -* [dcrd/dcrwallet](./release-notes.md) -* [Paymetheus](./paymetheus-release-notes.md) -* [miners](./miners-release-notes.md) +* [dcrd](https://github.com/decred/dcrd)/[dcrwallet](https://github.com/decred/dcrwallet) +* [Paymetheus](https://github.com/decred/Paymetheus) +* [gominer](https://github.com/decred/gominer) +* [decrediton](https://github.com/decred/decrediton) + +## Release notes + +Notes for the current and previous releases can be found in the [Release Notes](./release-notes.md) document. ## Verifying Binaries diff --git a/VERSION b/VERSION index 055a8f4..56ba9c5 100644 --- a/VERSION +++ b/VERSION @@ -1,20 +1,20 @@ { "decred": { - "version": "0.6.1", - "build": "01", - "date": "2016-11-25", - "url": "https://github.com/decred/decred-binaries/releases/tag/v0.6.1" + "version": "0.8.0", + "build": "", + "date": "2017-02-09", + "url": "https://github.com/decred/decred-binaries/releases/tag/v0.8.0" }, "Paymetheus": { - "version": "0.6.1", + "version": "0.8.0", "build": "", - "date": "2016-11-25", - "url": "https://github.com/decred/decred-binaries/releases/tag/v0.6.1" + "date": "2017-02-09", + "url": "https://github.com/decred/decred-binaries/releases/tag/v0.8.0" }, "miners": { - "version": "0.6.1", + "version": "0.8.0", "build": "", - "date": "2016-11-25", - "url": "https://github.com/decred/decred-binaries/releases/tag/v0.6.1" + "date": "2017-02-09", + "url": "https://github.com/decred/decred-binaries/releases/tag/v0.8.0" } } diff --git a/decredbuild.sh b/decredbuild.sh index 559e743..963054a 100755 --- a/decredbuild.sh +++ b/decredbuild.sh @@ -3,7 +3,7 @@ # Simple bash script to build basic Decred tools for all the platforms # we support with the golang cross-compiler. # -# Copyright (c) 2016 The Decred developers +# Copyright (c) 2016-2017 The Decred developers # Use of this source code is governed by the ISC # license. @@ -39,9 +39,6 @@ for i in $SYS; do cp $GPATH/src/github.com/decred/dcrd/sample-dcrd.conf . cp $GPATH/src/github.com/decred/dcrd/cmd/dcrctl/sample-dcrctl.conf . cp $GPATH/src/github.com/decred/dcrwallet/sample-dcrwallet.conf . - # dcrticketbuyer stuff - env GOOS=$OS GOARCH=$ARCH go build github.com/decred/dcrticketbuyer - cp $GPATH/src/github.com/decred/dcrticketbuyer/ticketbuyer-example.conf . cd .. if [[ $OS = "windows" ]]; then zip -r $PACKAGE-$i-$TAG.zip $PACKAGE-$i-$TAG diff --git a/gominerbuild.sh b/gominerbuild.sh index 9f2b82c..e4de961 100755 --- a/gominerbuild.sh +++ b/gominerbuild.sh @@ -37,6 +37,7 @@ cp $GPATH/src/github.com/decred/gominer/sample-gominer.conf . cp $GPATH/src/github.com/decred/gominer/README.md . cp $GPATH/src/github.com/decred/gominer/LICENSE . cp $GPATH/src/github.com/decred/gominer/blake256.cl . +cp $GPATH/src/github.com/decred/gominer/blake256-old.cl . cd .. tar -czf $PACKAGE-$OS-$TYPE-$TAG.tar.gz $PACKAGE-$OS-$TYPE-$TAG rm -r $PACKAGE-$OS-$TYPE-$TAG diff --git a/manifests/manifest-dcrinstall-v0.8.0.txt b/manifests/manifest-dcrinstall-v0.8.0.txt new file mode 100644 index 0000000..ff2def7 --- /dev/null +++ b/manifests/manifest-dcrinstall-v0.8.0.txt @@ -0,0 +1,15 @@ +4dfce3163d5b76be0e94c3cecf70de668bfc1a1a63e7503dc5672b8eac9f9b0b dcrinstall-darwin-386-v0.8.0 +c4979ef071d0a7412844dce474aa6eb6894cb2e778229a7aa0853f1d930d2c89 dcrinstall-darwin-amd64-v0.8.0 +2d286362c0ae63d950c5517c985c36c8dc8af4bad87cca564bc249a0002fe6bd dcrinstall-freebsd-386-v0.8.0 +b119d3b26e1b51b1471882d1eb9f0f39bf304b86e2f3e36f2780bf2d77ee4789 dcrinstall-freebsd-amd64-v0.8.0 +4b434d5167d21cb96d4c06dfa935ce508fec907e83076305c7353ab8733e5a6e dcrinstall-freebsd-arm-v0.8.0 +0209458586f146cf29f71471c78e4df42ae7c4c5335886f06cedbc9b649feef5 dcrinstall-linux-386-v0.8.0 +8b72850f2653fe5e894665cdfa1f047b9633131d2acd3ae1ec7a2cfea7c68c1e dcrinstall-linux-amd64-v0.8.0 +bfa4193857eee75e4897d07b612b1010291a424f839a69acee67f95d42a8cc78 dcrinstall-linux-arm64-v0.8.0 +9794b81e2926eb60780f6e65ed9b6af21ba9ce524e8d291180f9f8dda3080903 dcrinstall-linux-arm-v0.8.0 +f4ebd19b4126132c85ec5cb50df68818568a317be6aca15a149954680ed3da8d dcrinstall-netbsd-386-v0.8.0 +1d50a8230546cf1de6ed570fcc6f87fe9cd83e7360da480d82b4ae5324270ee4 dcrinstall-netbsd-amd64-v0.8.0 +c689cb5e807590d7d2fd772d1e44386c71063b0f0da8d63806cf889bb1bf88b3 dcrinstall-openbsd-386-v0.8.0 +cac3a0f7ebf3da01edd22dab17465896bdebd910ef73bf0a911e064b72a5b3bf dcrinstall-openbsd-amd64-v0.8.0 +d6ba9733ff03e6c1e72d67cb4b4373019f445b901fea9cfdedd13958f7db6d90 dcrinstall-windows-386-v0.8.0.exe +ad2862fd51fe503286d83198818f33f30fb944e3f53c56477e7f17bd173af4a2 dcrinstall-windows-amd64-v0.8.0.exe diff --git a/manifests/manifest-dcrinstall-v0.8.0.txt.asc b/manifests/manifest-dcrinstall-v0.8.0.txt.asc new file mode 100644 index 0000000..100a7b3 --- /dev/null +++ b/manifests/manifest-dcrinstall-v0.8.0.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJYoimhAAoJEG2Jft9RigMdzSwP/0/cGY2c6hbpC7CllrUg/Sbk +/ZtEz9nvEKiyvVVyN1iSxVuC2bhIxWG8zkOW1/QxXxg1v7SqlT4T3ox8hOovywca +a5JXun66iziCVnKgv7JWOdiOxh+ArXxKUQXQt5BNr9rZKaJczzQI8rMq91rI/Ho1 +C/ObsLPIq3I9CT/FXM11jyslucZRGzF4HE5W5rULkmZKhUCQ9/3dHKbt8Y5+O1dV +57MhrsLMYL+thpF4FQtOhTcTaouDhWAKRmenEacMR2yaKwZyAm5bTjKUPi8+lmFt +9BbpQWUEM4pRfDIJXY7azoP8l7lzsJhQ5mI+WDEm1lDC5+HAhp550v2HPPKgku4c +/nqvo1Q+YPzS8Bck380X6QJXga9DAuy/i7wH4i4FDo9KzaLNv0nl4PnNWFqhaqAQ +RPcnH4KYE70fQpS+UNWuwMABFlEPYxJdETlE54IiFrqzypS7FjHemAq+VZjpHrbb +7M5vvYoOeIenIhZKhazPp6x1ydtALYkY/qTcgc8FCOueKjHI6/53rXVkC4K5+wgQ +xdAWZsx1F4+HUiALym7RG6qOWUtMF8lRIXqWn2F2Le8obt6V0uw3FNHne3meq+Jc +2VHx2HnTCn+HOVMAL2hXMJVF6f9zCwQ9RXWE6+sJtk+Mbipl0tE0PJvhOOTWOjrr +Aa3UVhqwXiMUsrHbjzaP +=+XUq +-----END PGP SIGNATURE----- diff --git a/manifests/manifest-decrediton-v0.8.0.txt b/manifests/manifest-decrediton-v0.8.0.txt new file mode 100644 index 0000000..b367072 --- /dev/null +++ b/manifests/manifest-decrediton-v0.8.0.txt @@ -0,0 +1,2 @@ +b770a3508b2f93d7d4f2406e84ae83afbefa98897aa35b128205c10e265513b2 decrediton-0.8.0.dmg +fca923302d14c0d8299878fbd98f2a7801deacca4ee69f5b2eb37a0377e26294 decrediton-0.8.0.tar.gz diff --git a/manifests/manifest-decrediton-v0.8.0.txt.asc b/manifests/manifest-decrediton-v0.8.0.txt.asc new file mode 100644 index 0000000..04477d5 --- /dev/null +++ b/manifests/manifest-decrediton-v0.8.0.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJYoim9AAoJEG2Jft9RigMdl3UP/jo0z69XFC4RUUWdjWy6Mouo +Mx7Un5CaNyEX05Rl3y/jX2244PmR6qBUAehlfrnI9gg/MyOGrQmw7v6cdYKWNuGz +fbZIb+3mx9PnLeX2lVUf/X5Vrckr+2Tg9M+tpodZWiQ4s+81kswBzznWpoBYk8AN +8pz3l8exVWQlf61qxpsT+lcwsp8yxBztTKZc0rKXPJNlcsNdtK3ThV1OWYU9rzRo +d1CSqSFIOO+3pkNjnc6FxeH2b5BISD6XUKuEPUxaAej9pSfQnpKbbpm76quGwiL4 +0RNPCZ0UJTKfsuobDXr9VjDDQt9WWHN1Pz9D+lkbjaJ/J8uymbLjVSLMDVZRpZfD +DMdLwy9WNqVDfexRCmZWxpvwN4nT1m5BFq60gWvXW/yMd5cVRzd/1NEv/+E7PLf4 +PrOqRPmiLCd7Cziy9hD5u1RG3Sjp22zdXqCeE2iEKz/n2Vas03CKD4Wo/PZEIA3g +cxa17NffSv3OEbylRR4XxoEtL/re3Bf51EHusNGJyE6R26weRaTOsysHqwcO7zd8 +1RZtZT910P7JrZw31YSBhWs+NmsdlaPhJBd2uaAre4kc/AXW4byb3eqrhpI18ArE +YeAjXwT5vETdyoyn3uIGJaH3ziKpIouoD503MmWKzpBY4hmtMRwxM+cipfiBKUeD +CIM7wxmal1INl5d+uBda +=50jh +-----END PGP SIGNATURE----- diff --git a/manifests/manifest-gominer-v0.8.0.txt b/manifests/manifest-gominer-v0.8.0.txt new file mode 100644 index 0000000..f545b6f --- /dev/null +++ b/manifests/manifest-gominer-v0.8.0.txt @@ -0,0 +1,6 @@ +e5a5c2e7087ecc93fc4027bba893ab8bfe5838c5093ce87a776b8135ba03e87e gominer-linux-amd64-cuda-v0.8.0.tar.gz +41f23ba05cb30ab27b93dc69f8e61a538a455deec54dfcaf67381215c7cbe817 gominer-linux-amd64-opencladl-v0.8.0.tar.gz +41a8e6245c5f88866e68f5f5ac4790eefd46c974f2b849ff7637ca4fdc07ace0 gominer-linux-amd64-opencl-v0.8.0.tar.gz +bf0caeeacdd53926fe60971f457cfef5f62ee8fd3703fe910bfa3f991614c74c gominer-windows-amd64-cuda-v0.8.0.zip +5d2fd2a41d2d3e5b76978f635acc2159cd94388a6d237464ff671f159e0e99ab gominer-windows-amd64-opencladl-v0.8.0.zip +d8a50adb1b5b87e2c9a57201c55b941a64d5a3d673810fc723b8430648d2fa96 gominer-windows-amd64-opencl-v0.8.0.zip diff --git a/manifests/manifest-gominer-v0.8.0.txt.asc b/manifests/manifest-gominer-v0.8.0.txt.asc new file mode 100644 index 0000000..2a4fc50 --- /dev/null +++ b/manifests/manifest-gominer-v0.8.0.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJYoinQAAoJEG2Jft9RigMdrt8QAI5k44zUzYT+lU0iYuSrqh79 +JKlfi2j6MXegKA3MsO/A2ArBoyyAYuyRhTOMvznjaVcDIbECynlk+3CHRiD5Q2BO +u7fdsXECsRGh7HaXQh+2dje13cQV6hoAjz5b15cGc5oNwS5fCKaDGvMF/DCAhDCh +CA2UwEchRc/WratGywyUEzxLF+zK/JqOmxUYlbH/zrdJJpdyFHm8XQso89LoCIRE +yw/t3WcS/aMRIpC9cIGI2VSBagklchn8gW2SPA5h81VCmBPxLxr/ORk1fBS+eLxE +v65y8HWIteqENc3geTJbBiI7+C8f0ClkH0wvDqWvMd/MKjrnWoCYSuhIH2TTNPGQ +EPXF14/3NcXKWIXIuiPMnN2nzDfL5+JaTnzYNr4UXJiOtLNr8YBmEkxsUvgL6tDe +L61E52Jo4ty8mmWELCCxHBdsASmFoY9knK/w8C+2F1WEOM1mbP//kg8M3rADJGvT +DZwPV/3GxKkhMbO1JA8KDpLLMcaE0ma24omYC4q7Pon/Epr4k2gRsrXHmZuT/7BK +bHQHl3rMob9nUFBJiB3AY3fnnogx3XRnTKAuzHLtcYlQsqSgyRbHhGjCGub8wEib +mC9Hq9+PfGwwvOe4xETu50PqK8Nn9Tlv7nsRnlJoz6lo+QYdYqfz0iJgs1C5N+x5 +uUzaOEFaI+4kN1O7Nl06 +=2OHB +-----END PGP SIGNATURE----- diff --git a/manifests/manifest-paymetheus-v0.8.0.txt b/manifests/manifest-paymetheus-v0.8.0.txt new file mode 100644 index 0000000..9d447ed --- /dev/null +++ b/manifests/manifest-paymetheus-v0.8.0.txt @@ -0,0 +1,2 @@ +ce3f6bf8631483c7152b8c0e4765d30b51de65e4d075396793c64e88c3411e85 *decred_0.8.0-beta_x86.msi +900884749a7a26bba9513c4b44f331aed5e8764a321b3f6175066235d4fdecce *decred_0.8.0-beta_x64.msi diff --git a/manifests/manifest-paymetheus-v0.8.0.txt.asc b/manifests/manifest-paymetheus-v0.8.0.txt.asc new file mode 100644 index 0000000..6ab7a50 --- /dev/null +++ b/manifests/manifest-paymetheus-v0.8.0.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJYoinfAAoJEG2Jft9RigMdH+EP/3j0L/YPjQEfD9tribdgTn0g +uZtR3cRbswhU0pC6MIw25Nib71Y28BtNypyB6eB6hWXdw+An8Kad7s8gsCuZUka4 +tca/goaEy+0fYKGLzjhHKgA9B1MOoKRl+HMqqTtMprZE8zQXVBg427qQtQ9Yigf+ +zWSqN9Ttpw/4jNkcFexRYv/7wulW1syNUPLrQrXmpRnG3RU9h29Hy8ewhaKo78pp +aQsAdMnEeWtXHvQBMlT9J3vQyus3N2hvhUdxVt1kvf027P1RRpMUYfo5K/vfFg+Y +leybhYhEbJ2ZvYhoUnI9vWx1f0FUNduQFMMMI9/wE+jNCDetL4BQCKEZqJ21F9ty +YqDcH3VHVmEC95lCXENtsrWU8XV9yyuO0a3z967/6FhgMAMfp14cB0OLWhDYsqvl +V15M6fCuerxZXcEL+SmZN6BB/TYCWLnKB6uiCIArLpOHPUPqXzeefYwu/GuJFDZ5 +DMWtV6J5A2NA2jsv+d3F/jRyR1DS+r9ZqVMX7+p/NH7aEdw17x29KU5aoxZwxOU+ +QlVGnOLRtBkHpEQXtiOe08dBLHaOZ43+PPDbpQtc0RLMftQmHXU8pykATHCQ59mO +eYPIc9bTS6B0QEcGDqLjTbhMSSIfC9PSV87tS1Q25BWuHF8Xu0aGyCTu7F2tVLAB +Ofvshett+BPsJUMYzsP0 +=80jn +-----END PGP SIGNATURE----- diff --git a/manifests/manifest-v0.8.0.txt b/manifests/manifest-v0.8.0.txt new file mode 100644 index 0000000..92a4efa --- /dev/null +++ b/manifests/manifest-v0.8.0.txt @@ -0,0 +1,18 @@ +efd929029065db155fc015d5a2585f44cf7780c6101286fdc0969256a4a5d440 decred-darwin-386-v0.8.0.tar.gz +173352b3652c4ed9666e2e19f81cedc9adbe0262759dcf961ac58e0f234d7ac9 decred-darwin-amd64-v0.8.0.tar.gz +8da568149ab0ea5479b5eee7eac17387bbb1d55498bcf42ea1e13acfc12b37a4 decred-dragonfly-amd64-v0.8.0.tar.gz +6946023d047c2507437c67ceff75d497573a61380d1d2e988b3e0124bc8edb8b decred-freebsd-386-v0.8.0.tar.gz +9e43468cfe84c5b29facf739197227220e481c301992607f500e2da26caeb276 decred-freebsd-amd64-v0.8.0.tar.gz +9d2d04fd4db4712be63316e292479bf0fa4cf27f8f43e44f5f9b65af4ab399c6 decred-freebsd-arm-v0.8.0.tar.gz +e34ce1af6b5086998d6a07f0f54da1bf14ffe448c823875e3b79013850c0dacc decred-linux-386-v0.8.0.tar.gz +f31f798d3944820b82f83c4a3754e301126a732864d49525a77820b19a9a3cb5 decred-linux-amd64-v0.8.0.tar.gz +23368b3ea13f4675664c17347e637ba6cfe2b0071436d45e2317c37cf792ff18 decred-linux-arm64-v0.8.0.tar.gz +ba1ffbb01d25aa9a7b349df1fae657581aee240206b5eb635727b6ec7cf710a4 decred-linux-arm-v0.8.0.tar.gz +4553cae825bb26846299933306cf5853f5eb51a3549f0736cb111ee83b320ddb decred-netbsd-386-v0.8.0.tar.gz +2c79566569814d24bac341d938128183c36916bce454bc3f02ca9c6d207fad11 decred-netbsd-amd64-v0.8.0.tar.gz +26921c048b5997cff62f30e493a0f128d990b4cb5807c0ca4a973963eb6d5d7e decred-openbsd-386-v0.8.0.tar.gz +6f2a5d91f9188a808b4018b77a7241c6ffd1e5320c3a94667c9d56c5422d1609 decred-openbsd-amd64-v0.8.0.tar.gz +3aeae93bf60b1f97dd5b5bf5f84ee26a162430054e1a2b3cf287b80f1d5d639f decred-windows-386-v0.8.0.tar.gz +bf0085fbc1538d6daca28d4e87038f94f3df7eeb52dbdcbd9d9de8366c6e2993 decred-windows-386-v0.8.0.zip +f1c157823de982f0281d9cd2c8a1fcd24191582900fa4f62f2e3b79432b830e5 decred-windows-amd64-v0.8.0.tar.gz +1cacbbf3c88ae8b3e3e7bcc1e4e9ea73d519ea06db7cb50d62f37a9e479bacbe decred-windows-amd64-v0.8.0.zip diff --git a/manifests/manifest-v0.8.0.txt.asc b/manifests/manifest-v0.8.0.txt.asc new file mode 100644 index 0000000..c48abe7 --- /dev/null +++ b/manifests/manifest-v0.8.0.txt.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJYoinsAAoJEG2Jft9RigMdMUEP/2PXNw+IxKuut/kD0wmegD/q +p9sbZmguPnFRuPg6y0vDFZDVOWyuW6NLC5/p8kX/azUuJxC55TeguMznD2HpNyCl +sZkgGrmu0Gmhj9YZtvSeqitXIqUVA78n/RxygrHwnl1X6pJ61wS3lTZW90eBEWqG +jfYvRvPBZtYb1FReksIT3zPiixwXs2IjYupVxDjPBNHReIlwOnSEm72wojErAflJ +9tnktv3gwFbg2E3+8InXHI3uEANq3NEEf9eg1XiOJIByV5hLaBAVkRn/AVJtwWma ++iahKWJteVQxSiIhnhLNXeQjHTLjomEJhpv1Q+tZAaf1ajAkrUfssbH3w+JK/JrL +e9iM6fh7+oEnWz+2L7D/ihgdZxFedIh69wuOamkC3ZYeOaBC77SIJeR7a1H+yCuE +g7K8v/CgAZBrnfgFZgWJodjm54ILVHTb8uHKQfgsCiuu4TIl8Z5Ns/yb2casSPVn +gIOtUHv5FDMOlZVOqbvpaaRkSCwm8GHnTlPWwp7dMX6gkMctl4dil5JIn+PQmt1w +mOmuUnMSF1M6NonExWOJ+TsWJdsBe/xX6BjUamphjpPLdc+5VeePcomEZKBGMUMd +mEZa5SN3L2F7IyFM/ruM1KuHaOumJKk7QLAY3nTH2b3bHdln9ehJKoj7iig7DU9D +3hFvvRG1lCu3i958yvNS +=4goK +-----END PGP SIGNATURE----- diff --git a/release-notes.md b/release-notes.md index 9242d10..1f03341 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,201 @@ +# [v0.8.0](https://github.com/decred/decred-binaries/releases/tag/v0.8.0) + +## 2017-02-13 + +This release contains updates and bugfixes to all componenets of Decred. Some noteable changes include: + +1. dcrd contains a demo of hardfork voting for use on testnet. + +1. dcrwallet has improvements to the builtin ticketbuyer. It also has an improved getbalance command. + +1. Paymetheus contains the intial stakepool integration. + +1. decrediton now works as a self-contained app which does not require a separate download of the command line tools. It has been updated with an entirely new visual style. All pages have been updated or revamped so decrediton should now properly handle all basic wallet functions. + +To install Paymetheus download and run either +[Paymetheus 64bit](https://github.com/decred/decred-binaries/releases/download/v0.8.0/decred_0.8.0-beta_x64.msi) or +[Paymetheus 32bit](https://github.com/decred/decred-binaries/releases/download/v0.8.0/decred_0.8.0-beta_x86.msi) +depending on your version of Windows. + +To install the command line tools, please see +[dcrinstaller](https://github.com/decred/decred-release/tree/master/cmd/dcrinstall). + +To install decrediton download, uncompress, and run +[decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v0.8.0/decrediton-0.8.0.tar.gz) or +[decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v0.8.0/decrediton-0.8.0.dmg). + +See manifest-v0.8.0.txt, manifest-paymetheus-v0.8.0.txt, +manifest-decrediton-0.8.0.txt, and manifest-dcrinstaller-v0.8.0.txt +for sha256 sums and the associated .asc files to confirm those shas. + +See [README.md](./README.md) for more info on +verifying the files. + +## Notes + +As of this release, dcrticketbuyer is no long included. dcrwallet contains all the automatic ticketbuyer features that the standalone program used to have and should be used instead. + +## Changes + +| Description | Pull Request | +| --- | ---- | +| only initialize device libraries once | [decred/gominer#132](https://github.com/decred/gominer/pull/132) | +| give an example for both path types | [decred/gominer#136](https://github.com/decred/gominer/pull/136) | +| Switch to standalone upstream CUDA libs. | [decred/gominer#137](https://github.com/decred/gominer/pull/137) | +| Bump for v0.8.0 | [decred/gominer#139](https://github.com/decred/gominer/pull/139) | +| Bump required wallet API version. | [decred/Paymetheus#218](https://github.com/decred/Paymetheus/pull/218) | +| Integrate stakepools through the HTTP API | [decred/Paymetheus#216](https://github.com/decred/Paymetheus/pull/216) | +| Bump for v0.8.0 | [decred/Paymetheus#217](https://github.com/decred/Paymetheus/pull/217) | +| The getbalance family now returns dcrjson.GetBalanceResult | [decred/dcrrpcclient#45](https://github.com/decred/dcrrpcclient/pull/45) | +| Log Client connection errors. | [decred/dcrrpcclient#47](https://github.com/decred/dcrrpcclient/pull/47) | +| Add GetStakeVersions | [decred/dcrrpcclient#48](https://github.com/decred/dcrrpcclient/pull/48) | +| Add GetVoteInfo dcrd call | [decred/dcrrpcclient#50](https://github.com/decred/dcrrpcclient/pull/50) | +| Display DCR instead of Coin in Amount stringer. | [decred/dcrutil#31](https://github.com/decred/dcrutil/pull/31) | +| Do not install standalone ticketbuyer. | [decred/decred-release#81](https://github.com/decred/decred-release/pull/81) | +| Bump for v0.8.0 | [decred/decred-release#82](https://github.com/decred/decred-release/pull/82) | +| ticketbuyer: Fix panic on shutdown | [decred/dcrwallet#483](https://github.com/decred/dcrwallet/pull/483) | +| Slightly improve logging formatting. | [decred/dcrwallet#484](https://github.com/decred/dcrwallet/pull/484) | +| Update 3rd party glide deps (and some internal ones) for 0.8.0 | [decred/dcrwallet#493](https://github.com/decred/dcrwallet/pull/493) | +| Remove spew install from Travis-CI script. | [decred/dcrwallet#495](https://github.com/decred/dcrwallet/pull/495) | +| Use latest Go patch releases on Travis-CI. | [decred/dcrwallet#498](https://github.com/decred/dcrwallet/pull/498) | +| travis: switch to gometalinter | [decred/dcrwallet#499](https://github.com/decred/dcrwallet/pull/499) | +| travis: enable gosimple | [decred/dcrwallet#500](https://github.com/decred/dcrwallet/pull/500) | +| add dynamic max price default, remove highpricepenalty queue | [decred/dcrwallet#501](https://github.com/decred/dcrwallet/pull/501) | +| spread buys evenly throughout window, new default behavior | [decred/dcrwallet#502](https://github.com/decred/dcrwallet/pull/502) | +| ticketbuyer: better log levels for purchase result | [decred/dcrwallet#503](https://github.com/decred/dcrwallet/pull/503) | +| travis: enable unconvert | [decred/dcrwallet#504](https://github.com/decred/dcrwallet/pull/504) | +| Prevent panic caused by nil output destinations. | [decred/dcrwallet#506](https://github.com/decred/dcrwallet/pull/506) | +| Remove duplicated and unused ticketbuyer config options. | [decred/dcrwallet#507](https://github.com/decred/dcrwallet/pull/507) | +| config: cleanup | [decred/dcrwallet#508](https://github.com/decred/dcrwallet/pull/508) | +| fix wallet creation due to new votebitsextended limits. | [decred/dcrwallet#514](https://github.com/decred/dcrwallet/pull/514) | +| config: set pricetarget to 0 (disabled) by default. | [decred/dcrwallet#515](https://github.com/decred/dcrwallet/pull/515) | +| config: deprecate ticketbuyfreq. use ticketbuyer.maxperblock instead. | [decred/dcrwallet#517](https://github.com/decred/dcrwallet/pull/517) | +| make maxfee behavior sane | [decred/dcrwallet#518](https://github.com/decred/dcrwallet/pull/518) | +| config: deprecate --ticketmaxprice | [decred/dcrwallet#520](https://github.com/decred/dcrwallet/pull/520) | +| Write --help output to stdout | [decred/dcrwallet#522](https://github.com/decred/dcrwallet/pull/522) | +| config: initialize var to avoid panic | [decred/dcrwallet#523](https://github.com/decred/dcrwallet/pull/523) | +| Add main chain return values to FetchHeaders | [decred/dcrwallet#524](https://github.com/decred/dcrwallet/pull/524) | +| Change 'getbalance ' to output the new format. | [decred/dcrwallet#527](https://github.com/decred/dcrwallet/pull/527) | +| Add output script, amount and address to TransactionSummaryOutput | [decred/dcrwallet#528](https://github.com/decred/dcrwallet/pull/528) | +| Continued getbalance cleanup. | [decred/dcrwallet#530](https://github.com/decred/dcrwallet/pull/530) | +| Ignore unspent stake tree outputs in WalletService.FundTransaction. | [decred/dcrwallet#531](https://github.com/decred/dcrwallet/pull/531) | +| Remove unused funcs | [decred/dcrwallet#534](https://github.com/decred/dcrwallet/pull/534) | +| make balance to maintain absolute and relative | [decred/dcrwallet#536](https://github.com/decred/dcrwallet/pull/536) | +| remove defunct minpricescale | [decred/dcrwallet#538](https://github.com/decred/dcrwallet/pull/538) | +| wallet: resend any unmined txs after rescan. | [decred/dcrwallet#542](https://github.com/decred/dcrwallet/pull/542) | +| Update dcrrpcclient to pull in logging improvement | [decred/dcrwallet#546](https://github.com/decred/dcrwallet/pull/546) | +| Override version JSON-RPC to include wallet's API version. | [decred/dcrwallet#551](https://github.com/decred/dcrwallet/pull/551) | +| Set version in extended vote bits per network. | [decred/dcrwallet#552](https://github.com/decred/dcrwallet/pull/552) | +| Set extended vote bits version before branching for --create. | [decred/dcrwallet#554](https://github.com/decred/dcrwallet/pull/554) | +| Ignore dcrwallet binary in .gitignore. | [decred/dcrwallet#559](https://github.com/decred/dcrwallet/pull/559) | +| Bump for v0.8.0 | [decred/dcrwallet#548](https://github.com/decred/dcrwallet/pull/548) | +| Update internal glide repos for v0.8.0 | [decred/dcrwallet#561](https://github.com/decred/dcrwallet/pull/561) | +| dcrjson: Add negative DecodeConcatenatedHashes tests | [decred/dcrd#423](https://github.com/decred/dcrd/pull/423) | +| Typo correction | [decred/dcrd#501](https://github.com/decred/dcrd/pull/501) | +| Change maxShift from var to const | [decred/dcrd#502](https://github.com/decred/dcrd/pull/502) | +| Add one more consensus test | [decred/dcrd#520](https://github.com/decred/dcrd/pull/520) | +| Update 3rd party deps at the start of 0.8.0 dev | [decred/dcrd#536](https://github.com/decred/dcrd/pull/536) | +| stake: Add SSGenVoteBitsExtendedMaxSize const | [decred/dcrd#541](https://github.com/decred/dcrd/pull/541) | +| blocklogger: fix singular case for stake transactions | [decred/dcrd#545](https://github.com/decred/dcrd/pull/545) | +| dcrjson: Add GetAccountBalanceResult and GetBalanceResult | [decred/dcrd#547](https://github.com/decred/dcrd/pull/547) | +| dcrjson: Remove balance type from getbalance API | [decred/dcrd#548](https://github.com/decred/dcrd/pull/548) | +| glide: sync with latest dcrrpcclient | [decred/dcrd#549](https://github.com/decred/dcrd/pull/549) | +| add checkpoints for 0.8.0 release | [decred/dcrd#550](https://github.com/decred/dcrd/pull/550) | +| Add block version to getstakeversions | [decred/dcrd#556](https://github.com/decred/dcrd/pull/556) | +| blockchain: Remove impossible condition checks. | [decred/dcrd#557](https://github.com/decred/dcrd/pull/557) | +| chaingen: Add package for generating test chains. | [decred/dcrd#560](https://github.com/decred/dcrd/pull/560) | +| blockchain: Implement configurable voting on top of PoS. | [decred/dcrd#542](https://github.com/decred/dcrd/pull/542) | +| blockchain: Add fullblock tests for voting. | [decred/dcrd#562](https://github.com/decred/dcrd/pull/562) | +| multi: Implement block size hard fork demo voting. | [decred/dcrd#558](https://github.com/decred/dcrd/pull/558) | +| Bump for v0.8.0 | [decred/dcrd#554](https://github.com/decred/dcrd/pull/554) | +| Update internal glide repos for v0.8.0 | [decred/dcrd#563](https://github.com/decred/dcrd/pull/563) | +| grpc: Switch to pregenerated javascript bindings instead of dynamic loading of api.proto | [decred/decrediton#118](https://github.com/decred/decrediton/pull/118) | +| Generate tarball for linux builds. | [decred/decrediton#126](https://github.com/decred/decrediton/pull/126) | +| Include dcr* binaries when packaging. | [decred/decrediton#127](https://github.com/decred/decrediton/pull/127) | +| Close when all windows are closed on OSX. | [decred/decrediton#129](https://github.com/decred/decrediton/pull/129) | +| Fix history page loading | [decred/decrediton#130](https://github.com/decred/decrediton/pull/130) | +| don't assume the certificate exists and print error if it doesn't | [decred/decrediton#132](https://github.com/decred/decrediton/pull/132) | +| css/html: Clean Receive page and add css provided by designers | [decred/decrediton#139](https://github.com/decred/decrediton/pull/139) | +| add missing radium dep | [decred/decrediton#145](https://github.com/decred/decrediton/pull/145) | +| More css\layout from designers | [decred/decrediton#146](https://github.com/decred/decrediton/pull/146) | +| Link transaction subscription and updating client information | [decred/decrediton#147](https://github.com/decred/decrediton/pull/147) | +| Fix lots more lint issues | [decred/decrediton#149](https://github.com/decred/decrediton/pull/149) | +| Update the send form to allow for multiple outputs/recipients | [decred/decrediton#150](https://github.com/decred/decrediton/pull/150) | +| Fix display when balance is zero. | [decred/decrediton#153](https://github.com/decred/decrediton/pull/153) | +| Cleanup to make lint happy | [decred/decrediton#154](https://github.com/decred/decrediton/pull/154) | +| Fix typo so correct prop is checked | [decred/decrediton#155](https://github.com/decred/decrediton/pull/155) | +| Add debug mode to production. | [decred/decrediton#156](https://github.com/decred/decrediton/pull/156) | +| Give user some feedback for daemon syncing | [decred/decrediton#157](https://github.com/decred/decrediton/pull/157) | +| Make sure dcrd and dcrwallet shutdown when app closes. | [decred/decrediton#158](https://github.com/decred/decrediton/pull/158) | +| Improve packaging instructions. | [decred/decrediton#160](https://github.com/decred/decrediton/pull/160) | +| Use single directory for saved items. | [decred/decrediton#161](https://github.com/decred/decrediton/pull/161) | +| display RPC errors | [decred/decrediton#163](https://github.com/decred/decrediton/pull/163) | +| Improve the documentation. | [decred/decrediton#164](https://github.com/decred/decrediton/pull/164) | +| print config path in error | [decred/decrediton#167](https://github.com/decred/decrediton/pull/167) | +| Fix a few lint issues that got in. | [decred/decrediton#169](https://github.com/decred/decrediton/pull/169) | +| Simplify grpc build instructions. | [decred/decrediton#171](https://github.com/decred/decrediton/pull/171) | +| Sidebar/Header revamp, plus error page on wallet ping error | [decred/decrediton#172](https://github.com/decred/decrediton/pull/172) | +| Fixed for Windows. | [decred/decrediton#173](https://github.com/decred/decrediton/pull/173) | +| Add bin/ to gitignore | [decred/decrediton#174](https://github.com/decred/decrediton/pull/174) | +| Update grpc bindings for updated FetchHeaders response | [decred/decrediton#175](https://github.com/decred/decrediton/pull/175) | +| Update to use fetchHeadersResponse instead of curBlocks | [decred/decrediton#176](https://github.com/decred/decrediton/pull/176) | +| Force all wallet created from existing seeds to rescan from 0 | [decred/decrediton#177](https://github.com/decred/decrediton/pull/177) | +| implement proper semver check | [decred/decrediton#178](https://github.com/decred/decrediton/pull/178) | +| use password type on passwords | [decred/decrediton#180](https://github.com/decred/decrediton/pull/180) | +| Handle dcrd or dcrwallet startup errors. | [decred/decrediton#181](https://github.com/decred/decrediton/pull/181) | +| Style tx history and add first few Icon svg components | [decred/decrediton#184](https://github.com/decred/decrediton/pull/184) | +| Update icons for macOS and Windows to match new logo. | [decred/decrediton#186](https://github.com/decred/decrediton/pull/186) | +| Update grpc bindings for new fields in Credits | [decred/decrediton#187](https://github.com/decred/decrediton/pull/187) | +| Basic match of upcoming design docs | [decred/decrediton#191](https://github.com/decred/decrediton/pull/191) | +| Add logic for mined and unmined transactions | [decred/decrediton#192](https://github.com/decred/decrediton/pull/192) | +| Add qr code to receive page. | [decred/decrediton#193](https://github.com/decred/decrediton/pull/193) | +| Use DCR as units on Send page instead of atoms. | [decred/decrediton#194](https://github.com/decred/decrediton/pull/194) | +| Add Pagination to transaction history | [decred/decrediton#196](https://github.com/decred/decrediton/pull/196) | +| Add help links to sidebar | [decred/decrediton#200](https://github.com/decred/decrediton/pull/200) | +| First pass new overview and sidebar design | [decred/decrediton#201](https://github.com/decred/decrediton/pull/201) | +| Load custom fonts from local files | [decred/decrediton#202](https://github.com/decred/decrediton/pull/202) | +| Add settings page and other styling improvements | [decred/decrediton#203](https://github.com/decred/decrediton/pull/203) | +| Add designer requested account balance hover on sidebar | [decred/decrediton#205](https://github.com/decred/decrediton/pull/205) | +| Show time since last block connected | [decred/decrediton#206](https://github.com/decred/decrediton/pull/206) | +| Implement Transaction Details and fix various stylings | [decred/decrediton#207](https://github.com/decred/decrediton/pull/207) | +| Fix up help links styling | [decred/decrediton#210](https://github.com/decred/decrediton/pull/210) | +| Improvements in Send Page. | [decred/decrediton#212](https://github.com/decred/decrediton/pull/212) | +| use formsy material ui for form validation | [decred/decrediton#214](https://github.com/decred/decrediton/pull/214) | +| Open help links in Default Browser. | [decred/decrediton#216](https://github.com/decred/decrediton/pull/216) | +| Add links to insight testnet/mainnet in tx details | [decred/decrediton#217](https://github.com/decred/decrediton/pull/217) | +| Rig to remove public password on wallet creation for now | [decred/decrediton#219](https://github.com/decred/decrediton/pull/219) | +| Move to componentDidMount | [decred/decrediton#221](https://github.com/decred/decrediton/pull/221) | +| Major refinement to match designers' views | [decred/decrediton#222](https://github.com/decred/decrediton/pull/222) | +| Add testnet to sidebar | [decred/decrediton#224](https://github.com/decred/decrediton/pull/224) | +| Make Send page honor units setting. | [decred/decrediton#225](https://github.com/decred/decrediton/pull/225) | +| Match designer spec for getstarted views | [decred/decrediton#227](https://github.com/decred/decrediton/pull/227) | +| Update node version required. | [decred/decrediton#229](https://github.com/decred/decrediton/pull/229) | +| Fix minor typo for running on OSX | [decred/decrediton#231](https://github.com/decred/decrediton/pull/231) | +| Fix sidebar account balances | [decred/decrediton#242](https://github.com/decred/decrediton/pull/242) | +| Change to use mainnet as default | [decred/decrediton#244](https://github.com/decred/decrediton/pull/244) | +| Bump for v0.8.0 | [decred/decrediton#239](https://github.com/decred/decrediton/pull/239) | +| Do not use pipe for dcrd. | [decred/decrediton#246](https://github.com/decred/decrediton/pull/246) | +| Add testnet shortcuts. | [decred/decred-windows-installer#35](https://github.com/decred/decred-windows-installer/pull/35) | +| bye bye ticketbuyer | [decred/decred-windows-installer#37](https://github.com/decred/decred-windows-installer/pull/37) | +| Update digests and versions for v0.8.0 | [decred/decred-windows-installer#36](https://github.com/decred/decred-windows-installer/pull/36) | + +## Commits + +This release was built from: + +| Repository | Commit Hash | +| --- | ---- | +| decred/gominer | e967abd8ecae4b05f5fa45b8fce602008cc94a0b | +| decred/Paymetheus | 446117e8e6bc9a8d22b5db61b47f7f4439798276 | +| decred/decred-windows-installer | eb511d81574b7511277c98328d64054d80916c41 | +| decred/dcrwallet | 786f15a11b82c53a8023ca8f81def5307cb36051 | +| decred/dcrd | 1196130cbce1872788f572e252379c8c90ef528e | +| decred/decrediton | cbea4062a1967d20121a8cba4bf273b13c26ef07 | + +## Known Issues + +--- + # [v0.7.0](https://github.com/decred/decred-binaries/releases/tag/v0.7.0) ## 2016-12-26