Skip to content

Releases: Consensys/tessera

Tessera 0.7.3 release

20 Nov 14:40
Compare
Choose a tag to compare
Fixes
  • Fix initialisation of /partyinfo service #524
  • Empty key value validation. Disallow node startup with empty string key value #522
  • Trim extra spaces when reading keys from file #519
  • Fix unit test in AzureVaultKeyGeneratorTest #525

Tessera 0.7 release

08 Nov 15:15
Compare
Choose a tag to compare

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

15 Aug 16:59
Compare
Choose a tag to compare

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

17 Jul 14:53
d881f33
Compare
Choose a tag to compare

Stable version with name change

Version 0.3

09 Jul 22:10
8f8e269
Compare
Choose a tag to compare
v0.3

Tagging for initial release

Version 0.2

25 Jun 13:48
fe5d562
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release
Merge pull request #153 from QuorumEngineering/feature/separate-socke…

…t-threading

Decouple server from socket connections