Besides bug fixes, some features may have changed with this release which need your attention, these will be listed here.
- Addition of an MQ Consumer demo
- Addition of a tokenization demo
- It is now possible to override configured encryption in code when sending a message to HCS via HCS-SXC.
-
Proof after the fact. Outbound messages provide a
prove (originalMessage, publicKey)
api call, which allows sending proof requests to all peers from the address-book. Peers can verify messages by inspecting their messages received from the mirror and verify messages even if the stored messages are in encrypted form; thus, no decryption key is required to verify a message. -
The simple demo demonstrates proof after the fact.
-
The simple demo supports simple message thread creation, such that conversations are grouped by named threads. This demonstrates simple state management and state replication across multiple App net participants.
Additionally, running the demos with encryption now requires a contact-list.yaml
file to be generated. An automatic generator is available in both demos, please refer to README.md
for details.
- App Ids are now optional strings, requires an update to docker-compose.
- Cryptography plug in for encryption/decryption
-
Demo now supports fully automatic processing for credits and settlements (individually selectable). If a credit or settlement is set to automatic in the UI, the demo will proceed without further user input.
-
Control returned to user immediately after closing new credit dialog allowing for a new credit to be created without waiting for mirror node response.
Simple demo simplification. It is now possible to run simple demo without relay and queue components. See README.md for details.