|
1 | | -# [v0.8.0](https://github.com/decred/decred-binaries/releases/tag/v0.8.0) |
| 1 | +# [v0.8.1](https://github.com/decred/decred-binaries/releases/tag/v0.8.1) |
| 2 | + |
| 3 | +## 2017-02-14 |
| 4 | + |
| 5 | +# [v0.8.1](https://github.com/decred/decred-binaries/releases/tag/v0.8.1) |
| 6 | + |
| 7 | +This is a patch release to fix bugs related to stakepool usage in Paymetheus: |
| 8 | + |
| 9 | +1. Purchasing tickets for stakepools with the API integration resulted in too low pool fees and this would cause correctly-configured stakepools to never vote with the ticket. |
| 10 | +1. Manual stakepool configuration was unusable due to an input validation error that always reset the pool fees value back to zero. |
| 11 | + |
| 12 | +To install Paymetheus download and run either |
| 13 | +[Paymetheus 64bit](https://github.com/decred/decred-binaries/releases/download/v0.8.1/decred_0.8.1-beta_x64.msi) or |
| 14 | +[Paymetheus 32bit](https://github.com/decred/decred-binaries/releases/download/v0.8.1/decred_0.8.1-beta_x86.msi) |
| 15 | +depending on your version of Windows. |
| 16 | + |
| 17 | +See manifest-paymetheus-v0.8.1.txt for sha256 sums and the associated .asc files to confirm those shas. |
| 18 | + |
| 19 | +See [README.md](./README.md) for more info on verifying the files. |
| 20 | + |
| 21 | +## Notes |
| 22 | + |
| 23 | +## Changes |
| 24 | + |
| 25 | +| Description | Pull Request | |
| 26 | +| --- | ---- | |
| 27 | +| Fix units on stake pool fees. | [decred/Paymetheus#221](https://github.com/decred/Paymetheus/pull/221) | |
| 28 | +| Fix pool fee entry box for manual stakepool entry. | [decred/Paymetheus#222](https://github.com/decred/Paymetheus/pull/222) | |
| 29 | +| Bump for v0.8.1 | [decred/Paymetheus#223](https://github.com/decred/Paymetheus/pull/223) | |
| 30 | +| Update for new PM build | [decred/decred-windows-installer#38](https://github.com/decred/decred-windows-installer/pull/38) | |
| 31 | +| bump version in one more place | [decred/decred-windows-installer#39](https://github.com/decred/decred-windows-installer/pull/39) | |
| 32 | + |
| 33 | +## Commits |
| 34 | + |
| 35 | +This release was built from: |
| 36 | + |
| 37 | +| Repository | Commit Hash | |
| 38 | +| --- | ---- | |
| 39 | +| decred/Paymetheus | 10a74c8467a541fee972aa1b1735b61c9b26e8b2 | |
| 40 | +| decred/decred-windows-installer | a8a60f4f9b935cac6e43372650a7c79961099a6c | |
| 41 | +| decred/dcrwallet | 786f15a11b82c53a8023ca8f81def5307cb36051 | |
| 42 | +| decred/dcrd | 1196130cbce1872788f572e252379c8c90ef528e | |
| 43 | + |
| 44 | +## Known Issues |
| 45 | + |
| 46 | +--- |
2 | 47 |
|
3 | 48 | ## 2017-02-13 |
4 | 49 |
|
|
0 commit comments