Skip to content

Releases: kryptokrona/kryptokrona

Release v1.1.5

08 Jun 19:40
f523d46
Compare
Choose a tag to compare

This updated includes

  • Reduced extra data size.
  • Updated pool cleaner.
  • Added blockchain bloat protection.
  • Extra transaction validation.

v1.1.3

10 Dec 19:24
3b587ec
Compare
Choose a tag to compare

This release includes

  • Increased block height support.
  • Remove unnecessary logs.
  • Added functionality to the Docker recipe, for example the addition of a Coturn server, used by Hugin Calls.
  • Fixed compilation bug on Ubuntu.
  • Refreshed seed node list.

v1.1.2

23 Apr 10:18
Compare
Choose a tag to compare

This release includes

  • Fixing Windows build for x64 Visual C++ 2019/2022
  • Updating Dockerfile for exposing P2P port per default (11987)
  • Changing INFO log outputs to DEBUGGING to avoid spamming standard output
  • Adding new flush method to be used in Core destructor to flush transactions that is present in transaction pool
  • Adding publishing to Docker Hub for testnet and main-net for redundancy
  • Changing copying to using references in transaction_pool_cleaner.cpp/.h
  • Updating Ansible to fetch latest node Docker image
  • Fixing various bugs
  • Refactoring

v1.1.1

28 Dec 20:22
Compare
Choose a tag to compare

This release includes

  • Fixing transaction cleaning issue for Hugin messages after 24h.
  • Added Ubuntu 20.04 LTS in GitHub workflow.
  • Adding artifact uploads for each build.
  • Refactoring.

v1.1.0

08 Dec 20:32
Compare
Choose a tag to compare

This release includes

  • Changing mixing to 1-5 after block height 1,250,000 to make bigger transactions possible and increase privacy.

v1.0.1

04 Nov 00:19
Compare
Choose a tag to compare

This patch includes

  • Fixing bug of dangling messages not being deleted after 24h.
  • Small refactoring

v1.0.0

26 Jul 19:21
Compare
Choose a tag to compare

munin

The Kryptokrona Munin update has finally been released! This version brings new scaling solutions to Hugin by not storing any messages on the blockchain. Instead, messages are temporarily stored in the mempool for 24h after which they are discarded. Hugin API can be used as an "answering machine" for Hugin Messages, and stores messages for longer time periods - without littering the blockchain.

  • Changed CRYPTONOTE_MEMPOOL_TX_LIVETIME constant to 24 hours to only store transactional data that will be stored or staked temporarily in mempool
  • Added MAX_EXTRA_SIZE_POOL and MAX_EXTRA_SIZE_BLOCK parameters to allow for messages in the mempool, but not in blocks.
  • Added local testnet with Docker and Docker Compose
  • Added Docker for deploy to a VPS/VM
  • Updated various scripts
  • Adding GitHub Actions workflows for master builds and pull request builds (not 100% done though)
  • Updated README to include information regarding all new implementations and features

v0.0.2

05 Nov 20:39
Compare
Choose a tag to compare

Decimal place changed from 2 to 5.

v0.0.1

14 Apr 16:32
Compare
Choose a tag to compare

First release. Follow instructions on kryptokrona.se to set it up.