Skip to content

Releases: Unit-chain/Unit

Unit v0.3.1

15 Sep 13:40

Choose a tag to compare

  • remove unused objects

Unit v0.3.0

07 Sep 20:25

Choose a tag to compare

  • Fixed finding balance
  • Changed block_handler's deque from c++ std::vector to thread-safe container
  • Implement instruction on server for getting transactions pool's size
  • Fixed bug with tokens balance

Unit v0.2.9

12 Aug 15:36

Choose a tag to compare

Fixed small bug with genesis block

Unit v0.2.8

12 Aug 15:07

Choose a tag to compare

returning tx's hash, update cmakelists.txt

Unit v0.2.7

02 Aug 13:51

Choose a tag to compare

Fixed bug with std::map

Unit v0.2.6

29 Jul 08:44

Choose a tag to compare

  • Remove nlohmann json.
  • Fixed memory corruption(due rocksdb).
  • Memory consumption less than 300 MB on peak.

Unit v0.2.5

28 Jul 16:15

Choose a tag to compare

Update server(@TorgaW) & block handler

Be careful. Unit may takes 19 GB of RAM while processing transactions

Unit v0.2.4

26 Jul 19:20

Choose a tag to compare

Remove nlohmann from DB and VM.h/VM.cpp

Unit v0.2.3

25 Jul 07:12

Choose a tag to compare

Fixed bugs:

  • creating tokens
  • not freed memory in finding transactions

Unit v0.2.2

24 Jul 22:21

Choose a tag to compare

Add finding transaction