Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Releases: medibloc/go-medibloc

v1.1

17 Jun 06:10
Compare
Choose a tag to compare

The major differences between v1.0

Core

  • Optimize transaction pool logic
  • Change transaction and genesis block format.
  • Refactor block creation and managing logic.

Test

  • Refactor test code

Mainnet code release

20 Dec 04:48
Compare
Choose a tag to compare

Major difference between v0.2

Core

  • Optimize storage-related tasks
  • Improve block execution concurrency
  • Transaction pool logic updated.
  • Add transaction receipt for executed transaction.

Net

  • P2P network library upgraded.

Etc

  • Bandwidth calculation logic updated.
  • Alias feature added.

v0.2

31 Jul 08:28
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Implement event handler
  • Refactor transaction's execution process
  • Refactor state structures including consensus state
  • Rewrite test cases using new test helpers

v0.1

31 Jul 08:27
52f14c7
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Update README.md