Releases: Consensys/tessera
Releases · Consensys/tessera
Tessera 0.7.3 release
Tessera 0.7 release
This is our first release after pre-release with below features and minor bug fixes.
Note: This release has a breakable change #462 which need altering DB using alter scripts provided.
Enhancements
- Separate binding address from advertised address in configuration #448
- gRPC - additional communication protocol between Tessera peer-to-peer nodes (default is REST) #451
- Ability to change private key password post creation #460
- Timestamp column added to DB to facilitate periodic data purge/archival #462
- Enable/Disable peer to peer node discovery. Allow manual configuration update to add new peer at run time #477 #479
- Key Vault integration for private/public key pairs - Microsoft Azure #483
Fixes
- Allow all public keys (not just the default key) of each node to be tried for decrypting the payload #446
- Fix race condition between party info and resent request. This is to ensure target Tessera node has all nodes info before sending 'resend' request #459
- Return empty list without further inspection of byte code for decoding payload with no recipients. This reduces the need to calling other methods unnecessarily #501
Tessera 0.6 release
Initial public release.
Attachments:
- tessera-app-0.6-app.jar : Tessera application jar
- config-app-0.6-cli.jar : Config migration tool jar
- data-migration-0.6-cli.jar : Database migration tool jar
Version 0.4
Stable version with name change
Version 0.3
v0.3 Tagging for initial release
Version 0.2
v0.2 Merge pull request #153 from QuorumEngineering/feature/separate-socke…