Skip to content

Commit c6abc12

Browse files
committed
Paymetheus v0.8.1
1 parent 6f39559 commit c6abc12

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
9f0fc8e7e2a986003e6244115ececa572a7109e48e98196dada29aacc171a9ed *decred_0.8.1-beta_x86.msi
2+
75458d81755bbf7fd47b80a1a2a44af2378c18c84fab5d955631097265cabd2e *decred_0.8.1-beta_x64.msi
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iQIcBAABAgAGBQJYo4WMAAoJEG2Jft9RigMdhBwP/0DMDGEhQ/xhXTeEaFDj3LSx
4+
YiLPuF2YXob4eiDdDp8Sb8fGRJ62cZr8lfWPrLy1V/iKH6O4Pd2THtPdOO9r1rcg
5+
gOQcYBJzgCyDVoSE21RXe18Nv1suVJiVzlkkuKF+co1pSJ9zP5w4AXxMCX7RZhJn
6+
hewfw8FbPuyhYsrXqhwjz7UI24mYgiABvG40khztlwIDoABk4PsG4Rh9134HBWTz
7+
WR7cehNoGnG9PCCnUs3MaG3Hq6pG5cyEqhrDm3l68F8XWTJOXoBiPhXbhhUz2+Xr
8+
hHtJ4rNzhQMJPb8wUtdle6eIQTnZ+t0i92GTGV9L3IUYJCu9JxLxD16T+3ToyGvw
9+
CfylEbVJfn/dMElibQHHitTt2D93x6RgoK4o7qcpw72+0BPNGX2nCr3eveeSMuKV
10+
jRKeR3YxK7NCnEuoBYVvXjWyNXtzlyzf1+hMZ8q+0QIVjGcycsL7OH7x0dCBGDu1
11+
bjVV48yHBH5qX2lX0yYrYz+0HzpmiSMC+Qb/hNYhpcS/PjnRkCc1LpfqtM2MBgXk
12+
aFXlmWi7KckJf59r7+ZotAN1IF5Wxh5g1fZLnzHAN2SKTvs/8T0DQ9mIpYahteEy
13+
6nKiZL4/R1ayeKoOYE5KvD0aALSQA2j25SsOn9yv89H1XKHiO4YiWgeLbn+W1Ncw
14+
4LfK6CVGwnq1pLNToCBc
15+
=G1EO
16+
-----END PGP SIGNATURE-----

release-notes.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
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+
---
247

348
## 2017-02-13
449

0 commit comments

Comments
 (0)