Skip to content

Releases: Stealth-R-D-LLC/Stealth

Fixing chain halting from inconsistent feework checking

24 Sep 11:53
Compare
Choose a tag to compare

This release has a slew of fixes. First, and most importantly, feework checking references a consistent block index any time a particular feework is validated. Second, the potential to connect to an unconnected block is removed. Third, the transaction priority calculation is fixed and overflow of intermediate calculations properly tested. Third, unnecessary attempts at block production via the Junaeth protocol are now avoided using the standard stake=0 or staking=0 flags. Fourth, and actually quite important, feeless inputs must be confirmed, allowing for parallelization of feework checking, and also making it much more difficult to spam with feeless transactions. Fifth, StealthNodes are no longer penalized unfairly when the chain halts and restarts after a significant pause.

Remove TX Timestamps and TXID Malleability

24 Oct 13:18
Compare
Choose a tag to compare

This release removes transactions timestamps at block 2,378,000 (about 11/14/2018). At the same time, it also eliminates TXID malleability. Other improvements are also included, and will be documented soon.

VirusTotal increasingly detects false positives from the mining code. This mining code will be removed in the next release.

Downloads

Rebrand to Stealth & Update Seed Nodes

08 May 09:44
Compare
Choose a tag to compare

This release fixes an issue that caused Ledger Wallet transactions to fail, and also some exchanges to delay sends.

Downloads

Fixes Ledger Timestamp Issue

17 Jan 12:19
Compare
Choose a tag to compare

This release fixes an issue that caused Ledger Wallet transactions to fail, and also some exchanges to delay sends.

Downloads

Fixes Client Staking

10 Aug 00:16
Compare
Choose a tag to compare

This release fixes a small bug in clients that prevents them from staking. This release does not impact network consensus or the protocol in any way.

Downloads

CLTV, Clock Drift Fixes, Newest Tor & LevelDB, Cryptopp Included

09 Aug 08:30
Compare
Choose a tag to compare

This release implements CHECKLOCKTIMEVERIFY for compatibility with the Blocknet decentralized exchange and tightens clock drift to conform with PoSv2 recommendations.

Other Improvements

  • Peer filtering is now more stringent. Filtering now includes peers that serve too many orphan blocks on initial blockchain download.
  • LevelDB has been upgraded to v1.2.
  • Tor has been upgraded to v0.3.0.9.
  • CryptoPP has been added to the source tree for easier cross-platform compatibility.
  • Raspbian (ARM/Raspberry Pi) is now supported.
  • In addition to Tor, clearnet is now supported, though not recommended. Bridging is possible. This allows XST clients to be used where Tor is blocked.

Downloads