Skip to content

Releases: AppleByteMe/AppleByte

v0.16.1

Choose a tag to compare

@Bushstar Bushstar released this 26 Sep 05:27

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

Choose a tag to compare

@Bushstar Bushstar released this 22 Aug 10:36
  • 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

Choose a tag to compare

@Bushstar Bushstar released this 13 Aug 14:39
  • Update ACP code
  • Remove mining interface tab
  • Remove pool link
  • Remove redundant DGW logging
  • Fix RPC on Windows

v0.13.0.3

Choose a tag to compare

@Bushstar Bushstar released this 10 Aug 17:33

New ACP key

v0.13.0.2

Choose a tag to compare

@Bushstar Bushstar released this 02 Nov 10:25

Add BIP91 to help SegWit and CSV activation

v0.13.0.1

Choose a tag to compare

@Bushstar Bushstar released this 13 Oct 09:46

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