Skip to content

Releases: mit-dci/CryptoKernel

v0.3.0-rc1

28 Jan 18:09
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

What's new? (since 0.2.0)

Thanks to @lhorgan for their contributions to this release!

Be sure to back up your wallet before upgrading.

v0.2.0

14 Jan 16:55
Compare
Choose a tag to compare

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

29 Oct 04:03
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

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

02 Jul 18:09
Compare
Choose a tag to compare

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

31 Mar 18:02
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release
Bump version

v0.0.1-alpha - K320

01 Sep 20:57
Compare
Choose a tag to compare