Skip to content

Releases: hashblock/hashblock-exchange

Asset split and Blockchain Seeding

10 Jul 14:59
Compare
Choose a tag to compare

Asset Split

Break apart Assets into Unit-Of-Measure and Assets as they represent divergent behavior.

Blockchain seeding

We've included the following unit-of-measure and asset standards in the hashblock genesis creation:

  1. units: http://unitsofmeasure.org/trac
  2. assets: https://en.wikipedia.org/wiki/ISO_4217

Shared Keys for Private Exchanges

18 Jun 08:16
Compare
Choose a tag to compare

Breaking Changes

Significant changes as we mature #B:

  1. Now uses Elliptic Curve Diffe-Hellman shared key instead of Fernet (#81), changing how UTXQ/MTXQ are encrypted. The old encrypted data will not be migrated.

  2. In oder to remove the user constraint of managing asset prime number (values) (#87), we've changed the address scheme. Refer to Address Scheme

General:

Core focus is on removing the fernet key as THE encryption/decryption key for exchange data in the PoC and move on to a shared key PoC solution and optimizing Asset unique value representation (prime numbers).

Enhancements:

#78
#81
#87

Fixes:

#83
#85
#86

June 2018

06 Jun 11:09
Compare
Choose a tag to compare

Breaking Change:

We are happy to announce hashblock-exchange (#B) alpha for your pleasure.

Hashblock Exchange enables encrypted data in flight and at rest while also providing matching exchange transaction anonymity on the Hyperledger/Sawtooth system.

Note: Still alpha level, not ready for prime time

May 2018

29 May 19:23
Compare
Choose a tag to compare

Enhancements:

Fixes:

hashblock-rest

13 May 12:06
Compare
Choose a tag to compare

Features added

  • hasblock-rest : OpenApi supporting data queries and transaction submissions
  • hashblock-admin: streamlined CLI supporting keygen, genesis and batch commands
  • usability: enhanced setup and run capability

Deprecated/Deleted

  • cli/hashblock_cli (including hashblock, hbasset, hbsetting, txq)
  • hashblock-shell container

Converged families

25 Apr 10:03
Compare
Choose a tag to compare

Converges transaction families
Family test cases were added/updated
Minor changes to bin/cli utilities

Pre-convergance

17 Apr 11:02
Compare
Choose a tag to compare
Deploy validator.toml file

Add network ZMQ curve keys to toml file.