Releases: ldsec/unlynx
Releases · ldsec/unlynx
v1.4.3
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 (newonet
version etc.). Tested latest version with go1.17.
Fixed
- Security vulnerability by updating
github.com/gorilla/websocket
package.
v1.4.2
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
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
tofmt.Errorf
(the latter keeps the stack trace) - Removed the redundant
isLeaf()
condition for theSendToChildren
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 theNewProtocol(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
Merge pull request #21 from ldsec/dev Changed organisation name and respective imports
V1.3.1:Minor-fix for medco-unlynx
Added some fixes to make it compatible with medco-unlynx: #18
V1.3.0:Big cleanup and refactor
Finished the big cleanup/refactoring #14
Clean UnLynx under a new organization/repo
Changed the organization name to lca1 and project name to unlynx.
Clean UnLynx
First 'clean' version of UnLynx: A decentralized privacy-preserving data sharing tool