Skip to content

Releases: dedis/cothority

Release v3.4.10-rc1-ubuntu-20.04

28 Jun 09:47
Compare
Choose a tag to compare
Using older ubuntu for centos 7 compatibility

Release v3.4.10-rc1

28 Jun 09:20
Compare
Choose a tag to compare
Adding evoting-admin commands

Showing all elections
Allow voting if the private key is known

Release v3.4.9

03 May 06:05
Compare
Choose a tag to compare
Bypros update

Release v3.4.8

30 Apr 09:56
v3.4.8
Compare
Choose a tag to compare

Release v3.4.8 contains an updated template for the /connectivity endpoint for the status connectivity command.

Please refer to #2451 for more information

Release v3.4.7

31 Mar 07:36
e356209
Compare
Choose a tag to compare
Bypros proxy service (#2439)

* Fixes the pagination service

* Adds a proxy service

* Fixes pre-commit

* Fixes some code smell

* Adds comments, remove println

* Fixes lint

* Tidies go.mod

* Addresses Pierluca's comments

* Fixes tests

* Addresses code smells

* Adds a table for versioning

* Fixes the tests

* Updates the version SQL table

* Updates the version SQL table

* Updates the test + removes inclusion of bypros service in conode

I removed the TestProxyCatchUp_Genesis because somehow the chain started by the testing framework doesn't update on the genesis block.

Cothority Release v3.4.6

18 Dec 09:14
Compare
Choose a tag to compare

This release adds a new feature to the status binary. Refer to #2411 for more information.

Cothority v3.4.5

28 May 10:31
6582446
Compare
Choose a tag to compare

Significant fixes to Byzcoin leader election. E-voting stability fixes.

Evoting:

  • #2277: Protect against bad input from voters

Byzcoin:

  • #2239: Adding deletion and preIDs for Calypso contracts
  • #2255: fixes the initialization of the viewchange when the node starts up
  • #2261, #2262: Add a caching system for the stateTries
  • #2268: Fix viewchange threshold
  • #2266: Removing the BLS signature from the view-change
  • #2271: makes sure that higher-level links that lead to nowhere are removed
  • #2280: Update viewchange-index
  • #2284: speed up bcadmin replay
  • #2286: Improve behaviour when nodes are down
  • #2288: make sure that a latest block is really the latest
  • #2291: fix wallet

Other fixes:

  • #2291 Fix wallet
  • #2263 Ignore non-existing instances in GetUpdates
  • onet update (v3.2.1 -> v3.2.2)
    • cheaper tracing
    • Add filtering for input and output connections
    • Restore GetID to same hash as ID

Cothority v3.4.4

27 Mar 09:50
Compare
Choose a tag to compare

This minor release picks up some useful Evoting features. It also picks up dedis/onet#629, which solves problems with simulations.

Cothority v3.4.3

06 Feb 12:37
0246eac
Compare
Choose a tag to compare

Updates the Onet dependency to use v3.1.0. This version of Onet now allows duplex streaming on supported services like PaginateBlocks.

Cothority v3.4.2

06 Feb 08:16
793b6b0
Compare
Choose a tag to compare

This release adds a PaginateBlocks service for Byzcoin enabling fast and efficient browsing of the skipchain.

Depends on Onet >= 3.1.0 to support duplex streaming, which is used from v3.4.3.