CryptoKernel Versions Save

A SDK for implementing blockchain-based digital currencies

v0.3.0-rc1

5 years ago

What's new? (since 0.2.0)

  • Peer-to-peer network encryption with Noise (#84)
  • Networking stack refactor including various bug fixes (#84, #82, #81)
  • Use a slightly customised version of Lua that deals with non-determinism bugs in contract execution (#85)

Thanks to @lhorgan for their contributions to this release!

Be sure to back up your wallet before upgrading.

v0.2.0

5 years ago

This is the full release of v0.2.0. There are no changes over v0.2.0-rc1.

Be sure to back up your wallet before upgrading. You will likely need to discard your blockdb and download the K320 blockchain from scratch due to DB format changes.

v0.2.0-rc1

5 years ago

What's new (since 0.1.1)?

  • Support for Schnorr multisignatures and signature aggregation within transactions as per the MuSig protocol (#27, #46, #42, #58)
  • Major refactor of network code leading to a large improvement in stability and IBD time (#43, #51, #53, #56, #67, #69, #70, #71, #49)
  • Various bug fixes related to issues loading lz4 on various platforms (#52, #64, #68, #75)
  • Critical consensus/security fixes (#77, #65)
  • Docker container for ckd (#50)
  • Pay-to-merkle-root transaction type (#62, #61)
  • Add logging to PoW miner code (#80)
  • Improvements to internal blockdb design for a large increase in IBD performance (#45, #48, #73)
  • Add an RPC for signing an arbitrary string (#74)
  • Expand README to explain K320 (#6)

Thanks to @gertjaap, @lhorgan, @bfeeser, @ldnovak and @0xb100d for their contributions to this release!

Be sure to back up your wallet before upgrading. You will likely need to discard your blockdb and download the K320 blockchain from scratch due to DB format changes.

v0.1.1

5 years ago

What's new (since 0.1.0)?

  • Log entries are now immediately flushed to the log file (#28)
  • Storage unit tests now compile and pass (#29)
  • Dockerfiles for cross-compiling release binaries for Linux, MacOS and Windows (#34, #31, #30)
  • Fix deprecation warnings from libjsoncpp by using newer methods for serialising JSON (#32)
  • Regression test consensus module for future integration tests (#25)
  • Check for overflowing transaction output total (#35)
  • Update installdeps.sh script for Ubuntu 18.04 compatibility (#37)
  • Fix bug where creationTx field was not included in the getunspentoutputs RPC output (#38)
  • Switch to premake5 for generating build scripts, removing the existing Makefile and Code::Blocks project (#40, #39)

Be sure to back up your wallet before upgrading.

v0.1.0-rc4

6 years ago