Releases: decred/decred-binaries
v0.0.8
2016-03-18
This release contains updated binary files (dcrd, dcrctl, dcrwallet)
for various platforms.
See manifest-20160318-01.txt for sha256sums of the packages and
manifest-20160318-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
This release contains various fixes and improvements.
Changes include:
Description | Pull Request |
---|---|
Update configuring_tor.md | decred/dcrd#88 |
Add and implement the getticketpoolvalue JSON RPC command | decred/dcrd#90 |
Add lookup of ticket commitments to addrindex | decred/dcrd#92 |
Fix minor goclean issues. | decred/dcrd#94 |
Add balancetomaintain rpc json parts | decred/dcrd#93 |
Bump for 0.0.8 | decred/dcrd#95 |
Fix a bug relating to relevantTx handling and uncaught error | decred/dcrwallet#103 |
Overhaul accounts to function correctly | decred/dcrwallet#104 |
Use a random address for 0-value outputs | decred/dcrwallet#115 |
Fix all rpclisten references in documentation | decred/dcrwallet#118 |
Fix wallet resyncing from seed and address index positioning | decred/dcrwallet#121 |
Add err check for unchecked | decred/dcrwallet#123 |
Catch vootingpool up with current apis | decred/dcrwallet#122 |
Add new balancetomaintain rpc command | decred/dcrwallet#120 |
Bump for 0.0.8 | decred/dcrwallet#124 |
Set Tree field when converting wire.OutPoints. | decred/dcrrpcclient#10 |
Commits
This release was built from:
Repository | Commit Hash |
---|---|
decred/dcrd | 967952c7cbf23a622cf5ada5101658037f827a2f |
decred/dcrwallet | a981017f624e27816c6aba21b00c2086b1b5d852 |
decred/dcrrpcclient | b3f48780a0d68e24ef6e915e930a1c1e58b69810 |
decred/dcrutil | ae0e66b98e49e836618c01cfa4d1b3d6077e5ae7 |
v0.0.8_paymetheus
2016-03-25
This is a testnet pre-release build of the Paymetheus Decred port for Windows.
See manifest-paymetheus-20160325-01.txt for sha256sums of the packages and
manifest-paymetheus-20160325-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
Commits
This release was built from:
Repository | Commit Hash |
---|---|
decred/dcrd | 967952c7cbf23a622cf5ada5101658037f827a2f |
decred/dcrwallet | b0aff95cbcd3d3d5e465abd59109cad733308d28 |
decred/dcrrpcclient | b3f48780a0d68e24ef6e915e930a1c1e58b69810 |
decred/dcrutil | 9bb7f64962cee52bb46ce588aa91ef0e6e7bb1a9 |
decred/Paymetheus | df607a6c517f5b8863223fc12346c34df2d16266 |
v0.0.7
2016-03-09
Patched release to allow multisig votes to be properly accepted by daemons with IsStandard
Changes include:
Description | Pull Request |
---|---|
Fix storing the ticket database to disk on close | decred/dcrd#80 |
Reduce likelihood of vote spam | decred/dcrd#82 |
Optimize mining checks for various stake transactions | decred/dcrd#83 |
Sync to upstream 0280fa0 | decred/dcrd#78 |
Revert sync merge | decred/dcrd#85 |
Correct the expected number of inputs for stake P2SH outputs | decred/dcrd#86 |
Bump version for release | decred/dcrd#87 |
Only access isClosed inside the mutex in wtxmgr. | decred/dcrwallet#94 |
Fixes to work with dcrd sync to 08/11/15 | decred/dcrwallet#91 |
Switch from log.Debug to log.Debugf. | decred/dcrwallet#96 |
Revert "Fixes to work with dcrd sync" | decred/dcrwallet#100 |
Bump version for patch release | decred/dcrwallet#101 |
Fix "Established connection" log message. | decred/dcrrpcclient#8 |
Ayp sync 1c7f05 | decred/dcrutil#1 |
Revert sync commit | decred/dcrutil#2 |
Commits
This release was built from:
Repository | Commit Hash |
---|---|
decred/dcrd | f2cc01cef2e58d788212dc28633c2d7b3cdf68e0 |
decred/dcrwallet | d776d972f2f0c7b440dfbea5a10ba7ac4627cfbe |
decred/dcrrpcclient | 4691756e416483e497d41f8883e5f432167983a2 |
decred/dcrutil | ae0e66b98e49e836618c01cfa4d1b3d6077e5ae7 |
v0.0.6
2016-03-04
This release contains updated binary files (dcrd, dcrctl, dcrwallet)
for various platforms.
See manifest-20160304-01.txt for sha256sums of the packages and
manifest-20160304-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
This release contains various fixes and improvements.
Changes include:
Description | Pull Request |
---|---|
Fix missing rpc help | decred/dcrd#61 |
Fix a copy-paste error in chainsvrcmds.go | decred/dcrd#63 |
Bug fix for checkBlockForHiddenVotes corrupting block templates | decred/dcrd#68 |
Cherry pick commits required for wallet sync. | decred/dcrd#69 |
Fix a panic caused by accessing unassigned pointer | decred/dcrd#70 |
Add new RPC handlers for get/setticketfee | decred/dcrd#71 |
Add getticketsvotebits batched command for wallet RPC | decred/dcrd#72 |
Update default_ports.md | decred/dcrd#75 |
Add consolidate cmd and response framework to the JSON RPC | decred/dcrd#59 |
Add the new RPC function existsmempooltxs | decred/dcrd#74 |
Fix bug displaying the wrong number of votes in getstakeinfo | decred/dcrwallet#66 |
Merge upstream btcsuite/btcwallet code | decred/dcrwllet#65 |
Add getstakeinfo online help. | decred/dcrwallet#71 |
Change 'voted' in getstakeinfo to only return blockchain votes | decred/dcrwallet#73 |
Get/SetTicketFee RPC and fix fee calculation in purchaseTicket | decred/dcrwallet#72 |
Attempt to streamline getting/setting of fees for main/testnet | decred/dcrwallet#74 |
Added getticketsvotebits functionality to the legacy RPC | decred/dcrwallet#75 |
README.md: Update URL to releases | decred/dcrwallet#78 |
Add wallet handling for getgenerate command. | decred/dcrwallet#79 |
Correct TicketsForAddress returning pruned tickets | decred/dcrwallet#80 |
Stop uses of database before closing db. | decred/dcrwallet#87 |
Allow newlines and extra spaces when entering seed. | decred/dcrwallet#88 |
Fix docs in grpc | decred/dcrwallet#89 |
Prevent addresses from being shown more than once. | decred/dcrwallet#89 |
Validate the address provided to --ticketaddress | decred/dcrwallet#90 |
Add consolidate command handling to the wallet JSON RPC | decred/dcrwallet#61 |
Update go versions used by travis. | decred/dcrrpcclient#6 |
Add a hook for getticketsvotebits in wallet | decred/dcrrpcclient#7 |
Add the existsmempooltxs command for daemon | decred/dcrrpcclient#8 |
Commits
This release was built from:
Repository | Commit Hash |
---|---|
decred/dcrd | 8f0d8f2d850edef4fa684ad872512ec9c0434f20 |
decred/dcrwallet | 3d845de5a8650459db46251883a63b78fd55d404 |
decred/dcrrpcclient | 7181e59ba727f8e6cb2f3919bc490549f81e4d54 |
decred/dcrutil | 025b0fb50cfb446491a6988fab4cef333830e35c |
v0.0.5_cgminer
2016-02-10
This is a build of cgminer for 32bit windows (with no TLS support).
The attached manifest file can be used to confirm the sha of the
download.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
v0.0.5
2016-02-26
This release contains updated binary files (dcrd, dcrctl, dcrwallet)
for various platforms.
See manifest-20160226-01.txt for sha256sums of the packages and
manifest-20160226-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
This release is primarily to add the ability for wallet to
automatically remove old tickets and expired transactions.
Other changes include:
- Add getstakeinfo to rpcAskWallet list to return proper error
- Correct version numbers
- Fix coin supply counter to reduce work and tax subsidy based on voters
- Fix a bug that caused votes and revocations not being stored
- Add listscripts RPC command handling
Commits
This release was built from:
Repository | Commit Hash |
---|---|
decred/dcrd | fbede4978022f7121f80a1ec02a217b7498c4f5b |
decred/dcrwallet | ee2a72abe35f690fcc54c3c6234e617c79a88d19 |
decred/dcrrpcclient | 680d8ff9cd81c017c28fd867494e20deea08e48c |
decred/dcrutil | 025b0fb50cfb446491a6988fab4cef333830e35c |
v0.0.4_cgminer
2016-02-08
Bugfix for incorrectly displaying difficulty.
See manifest-cgminer-20160208.txt for sha256sums of the packages and
manifest-cgminer-20160208.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
v0.0.4
2016-02-24
This release contains updated binary files (dcrd, dcrctl, dcrwallet)
for various platforms.
See manifest-20160224-01.txt for sha256sums of the packages and
manifest-20160224-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
This release includes a number of fixes for both wallet and daemon as
well as several new rpc calls.
This includes (but is not limited to):
- Added getcoinsupply, get/setticketvotebits, existslivetickets, getstakeinfo
- First checkpoint added
- Several fee related issues
- Disable unsafe RPC calls on mainnet
- Corrected fee estimation for general transactions
- Allow wallet to accept hex or words as seed
- Other bug fixes and cleanups
v0.0.3
2016-02-09
This wallet only release resolves an upstream wallet bug (see
decred/dcrutil 8aae5a2dacf45b7f5ee9b59c393118bc48647861).
Platform specific files are attached.
See manifest-20160209-01.txt for sha256sums of the packages and
manifest-20160209-01.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.
v0.0.3_cgminer
2016-02-04
This is the testnet pre-release of cgminer for Decred.
This is an update to the Windows build ONLY to address missing
libraries in the previous release. There are no code changes.
See manifest-cgminer-20160204-2.txt for sha256sums of the packages and
manifest-cgminer-20160204-2.txt.asc to confirm those shas.
See https://wiki.decred.org/Verifying_Binaries for more info on
verifying the files.