Skip to content

Releases: AppleByteMe/AppleByte

v0.16.1

26 Sep 05:27
Compare
Choose a tag to compare

Denial-of-Service vulnerability

A denial-of-service vulnerability (CVE-2018-17144) exploitable by miners has been discovered in ArtByte Core versions 0.16.0. It is recommended to upgrade any of the vulnerable versions to 0.16.1 as soon as possible.

v0.16.0

22 Aug 10:36
Compare
Choose a tag to compare
  • Wallet defaults to SegWit addresses
  • BIP173 (Bech32) Address support
  • HD-wallets by default
  • Performance Improvements
    • Script signature cache reimplemented as a “cuckoo cache”
    • Assumed-valid blocks have been introduced
    • BIP152: Some ompact blocks relayed before being fully validated
    • UTXO cache now claims unused mempool memory
    • P2P networking refactored with focus on concurrency and throughput
    • Chainstate database is now per-output instead of a per-transaction model
    • Full UTXO cache now used
    • Reduced redundant script validation
    • LevelDB upgraded to 1.20
    • Keypool refill sped up
  • ZMQ On Windows
  • Network Activity Toggle
  • Out-of-sync Modal Info Layer
  • Introduction of assumed-valid blocks
  • Sensitive Data Is No Longer Stored In Debug Console History
  • Rescanning with encrypted wallets
  • Fee Estimation Improvements
  • Multi-wallet support
  • Removal of Coin Age Priority
  • Mempool Persistence Across Restarts

v0.13.1.0

13 Aug 14:39
Compare
Choose a tag to compare
  • Update ACP code
  • Remove mining interface tab
  • Remove pool link
  • Remove redundant DGW logging
  • Fix RPC on Windows

v0.13.0.3

10 Aug 17:33
Compare
Choose a tag to compare

New ACP key

v0.13.0.2

02 Nov 10:25
Compare
Choose a tag to compare

Add BIP91 to help SegWit and CSV activation

v0.13.0.1

13 Oct 09:46
Compare
Choose a tag to compare

Checkpoint runs from accept block not accept block header as it requires the full block.