Skip to content

Releases: ldsec/unlynx

v1.4.3

11 Oct 08:37
f001a0b
Compare
Choose a tag to compare

Change Log

All notable changes introduced by this new version are documented here.

[1.4.3] - 2021-10-11

Added

Changed

  • go.mod general package update (new onet version etc.). Tested latest version with go1.17.

Fixed

  • Security vulnerability by updating github.com/gorilla/websocket package.

v1.4.2

14 Jul 10:17
684cbb2
Compare
Choose a tag to compare

Change Log

All notable changes introduced by this new version are documented here.

[1.4.2] - 2021-07-14

Added

  • Added the possibility of collectively aggregating different size vectors by appending encryptions of zeros.

Changed

  • Updated README.

Fixed

  • Fixed build errors that were preventing successful build checks.

v1.4.1

19 Mar 14:40
ad5b07f
Compare
Choose a tag to compare

Change Log

All notable changes introduced by this new version are documented here.

[1.4.1] - 2020-03-19

Added

  • Added a new global timeout for all node communication that can be configured by setting the environment variable CONN_TIMEOUT

Changed

  • Updated all dependencies (particularly important is the new version of Onet 3.2.0 that includes better error tracking)
  • Switched from errors.new to fmt.Errorf (the latter keeps the stack trace)
  • Removed the redundant isLeaf() condition for the SendToChildren call
  • Renamed some tmp variables for easy code readability
  • Conditions no longer use == false or == true
  • Renamed main exec package to main
  • Reorganized the app folder files: /app/ is changed to /cmd/[application_name]/

Fixed

  • Fixed the error generated by the tn.Config() function by moving it out of the NewProtocol(tn *onet.TreeNodeInstance, conf *onet.GenericConfig) and adding it to right before this function call. "...this way, only the root will actually set the config for the whole tree, ensuring that every node gets it before starting."

Renamed the lca1 organization to ldsec

23 Sep 14:01
ee94236
Compare
Choose a tag to compare
Merge pull request #21 from ldsec/dev

Changed organisation name and respective imports

V1.3.1:Minor-fix for medco-unlynx

01 May 07:43
31310d3
Compare
Choose a tag to compare

Added some fixes to make it compatible with medco-unlynx: #18

V1.3.0:Big cleanup and refactor

30 Apr 13:00
1b47e9a
Compare
Choose a tag to compare

Finished the big cleanup/refactoring #14

Clean UnLynx under a new organization/repo

13 Jun 12:51
Compare
Choose a tag to compare

Changed the organization name to lca1 and project name to unlynx.

Clean UnLynx

13 Jun 12:46
Compare
Choose a tag to compare
Clean UnLynx Pre-release
Pre-release

First 'clean' version of UnLynx: A decentralized privacy-preserving data sharing tool