Releases: dedis/cothority
Release v3.4.10-rc1-ubuntu-20.04
Using older ubuntu for centos 7 compatibility
Release v3.4.10-rc1
Adding evoting-admin commands Showing all elections Allow voting if the private key is known
Release v3.4.9
Bypros update
Release v3.4.8
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
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
This release adds a new feature to the status
binary. Refer to #2411 for more information.
Cothority v3.4.5
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:
Cothority v3.4.4
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
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
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.