|
| 1 | +# [v1.0.8](https://github.com/decred/decred-binaries/releases/tag/v1.0.8) |
| 2 | + |
| 3 | +## 2017-08-25 |
| 4 | + |
| 5 | + |
| 6 | +## Install |
| 7 | + |
| 8 | +To install Paymetheus download and run either |
| 9 | +[Paymetheus 64bit](https://github.com/decred/decred-binaries/releases/download/v1.0.8/decred_1.0.8-release_x64.msi) or |
| 10 | +[Paymetheus 32bit](https://github.com/decred/decred-binaries/releases/download/v1.0.8/decred_1.0.8-release_x86.msi) |
| 11 | +depending on your version of Windows. |
| 12 | + |
| 13 | +To install the command line tools, please see |
| 14 | +[dcrinstaller](https://github.com/decred/decred-release/tree/master/cmd/dcrinstall). |
| 15 | + |
| 16 | +To install decrediton download, uncompress, and run |
| 17 | +[decrediton Linux](https://github.com/decred/decred-binaries/releases/download/v1.0.8/decrediton-1.0.8.tar.gz) or |
| 18 | +[decrediton OSX](https://github.com/decred/decred-binaries/releases/download/v1.0.8/decrediton-1.0.8.dmg). |
| 19 | + |
| 20 | +See manifest-v1.0.8.txt, and the package specific manifest files for sha256 sums and the associated .asc files to confirm those shas. |
| 21 | + |
| 22 | +See [README.md](./README.md#verifying-binaries) for more info on verifying the files. |
| 23 | + |
| 24 | + |
| 25 | +## Contents |
| 26 | + |
| 27 | +* [dcrwallet](#dcrwallet-v108) |
| 28 | +* [Paymetheus](#paymetheus-v108) |
| 29 | +* [decrediton](#decrediton-v108) |
| 30 | + |
| 31 | + |
| 32 | +# dcrwallet v1.0.8 |
| 33 | + |
| 34 | +This release focused on minor bug fixes. No new features have been added. |
| 35 | + |
| 36 | +## Bug fixes |
| 37 | + |
| 38 | +* Tickets that are not owned by the wallet but are still recorded for spend |
| 39 | + tracking purposes are skipped when generating the stake information and acting |
| 40 | + on selected ticket notifications. This prevents misreporting a high missed |
| 41 | + count in the stake information and avoids trying to create and send unsigned |
| 42 | + votes or revocations for tickets that can't be spent by the wallet. |
| 43 | + |
| 44 | +* gRPC transaction notifications for mined transactions now use the earliest of |
| 45 | + the seen time and block time as their timestamp. This prevents seed-restored |
| 46 | + wallets from using the time of restore as the transaction time as well as |
| 47 | + using the block time for any transactions received while the wallet was |
| 48 | + offline. |
| 49 | + |
| 50 | +* gRPC services are no longer registered with the server after it has begun |
| 51 | + serving and listening for clients. This is a correctness fix for a data race |
| 52 | + and a misuse of the gRPC package. Delayed services such as the WalletService |
| 53 | + still require a loaded wallet to be used and users of the API shouldn't notice |
| 54 | + any difference. |
| 55 | + |
| 56 | +## Changelog |
| 57 | + |
| 58 | +All commits since the last release may be viewed on GitHub |
| 59 | +[here](https://github.com/decred/dcrwallet/compare/v1.0.7...v1.0.8). |
| 60 | + |
| 61 | + |
| 62 | +## Paymetheus v1.0.8 |
| 63 | + |
| 64 | +This release focused on under-the-hood improvements to the backend (dcrwallet) |
| 65 | +instead of new features or UI changes. |
| 66 | + |
| 67 | +## Bug fixes |
| 68 | + |
| 69 | +* Mined transactions now use the earliest of the seen time and the block time |
| 70 | + for a timestamp. This avoids simply showing every transaction arriving at the |
| 71 | + time of restore when a wallet is seed restored, and also corrects the |
| 72 | + timestamp for transactions received while the wallet was not running. |
| 73 | + |
| 74 | +## Changelog |
| 75 | + |
| 76 | +All commits since the last release may be viewed on GitHub |
| 77 | +[here](https://github.com/decred/Paymetheus/compare/v1.0.7...v1.0.8). Also see |
| 78 | +all changes to dcrwallet |
| 79 | +[here](https://github.com/decred/dcrwallet/compare/v1.0.7...v1.0.8). |
| 80 | + |
| 81 | + |
| 82 | +## decrediton v1.0.8 |
| 83 | + |
| 84 | +This patch release fixes a critical bug that effected users that had multiple |
| 85 | +stakepools configured at the same time. Periodically some stakepool settings |
| 86 | +would get overwritten onto others which would cause pool fees to be incorrectly |
| 87 | +set for a given ticket. If the pool fees were too low according to the stakepool, |
| 88 | +they would be considered invalid. If you believe you could have been effected |
| 89 | +by this issue, please check on your stakepool tickets page to see if you have |
| 90 | +any invalid tickets. Then please contact your stakepool operator about getting |
| 91 | +the tickets added and ready to be voted on. |
| 92 | + |
| 93 | +Upon upgrading to 1.0.8 it is recommended to delete your existing config.json |
| 94 | +located in your decrediton application directory. Then restart your decrediton |
| 95 | +and re-enter your apikeys. You may need to restart decrediton an extra time |
| 96 | +for your stakepool list to populate. |
| 97 | + |
| 98 | +## Changelog |
| 99 | + |
| 100 | +All commits since the last release may be viewed on GitHub |
| 101 | +[here](https://github.com/decred/decrediton/compare/v1.0.7...v1.0.8). Also see |
| 102 | +all changes to dcrwallet |
| 103 | +[here](https://github.com/decred/dcrwallet/compare/v1.0.7...v1.0.8). |
| 104 | + |
| 105 | + |
1 | 106 | # [v1.0.7](https://github.com/decred/decred-binaries/releases/tag/v1.0.7) |
2 | 107 |
|
3 | 108 | ## 2017-08-17 |
|
0 commit comments