Skip to content

Spaced v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@buffrr buffrr released this 13 Aug 17:52
· 28 commits to main since this release
14a6282

Improvements

  • Testnet4 support
  • Introduced New RPC commands: getwalletinfo, getserverinfo, importwallet, exportwallet
  • New faster block fetcher to process incoming blocks in a thread pool
  • Customize resource usage during initial syncing using -j flag to restrict number of concurrent jobs allowed

Bug fixes

  • Wallet coin selection should avoid picking spent UTXOs when recycling space outputs
  • Update signer to use sighhash default flag for taproot script spends during space reveals
  • Chain tip wasn't being updated correctly during block re-organization
  • Update spacedb dependency to fix a bug in routing specific keys
  • Avoid blocking/slowing down wallet requests during sync

Network changes

Updated ports:

  • 7225 for mainnet (not yet enabled)
  • 7224 for testnet4
  • 7223 for testnet (deprecated testnet3)
  • 7218 for regtest

Other changes

  • --chain flag value test updated to testnet and data directory was renamed to testnet
  • A quick re-sync is required due to an update in the database format