Skip to content

btcd v0.3.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@davecgh davecgh released this 22 Oct 21:54
· 3815 commits to master since this release
  • Add a 32-bit MSI for Windows
  • Fix an issue that could cause the download of the block chain to stall (#12)
  • Remove deprecated sqlite as an available database backend
  • Close sqlite compile issue as sqlite has now been removed (#11)
  • Change default RPC ports to 8334 (mainnet) and 18334 (testnet)
  • Continue cleanup and work on implementing RPC API calls
  • Add support for the following RPC calls: getrawmempool, getbestblockhash, decoderawtransaction, getdifficulty, getconnectioncount, getpeerinfo, and addnode
  • Improve the btcctl utility that is used to issue JSON-RPC commands
  • Fix an issue preventing btcd from cleanly shutting down with the RPC stop command
  • Add a number of database interface tests to ensure backends implement the expected interface
  • Expose some additional information from btcscript to be used for identifying "standard" transactions
  • Add support for plan9 - thanks @mischief (#19)
  • Other minor bug fixes and general code cleanup