forked from dedis/cothority
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
36 lines (28 loc) · 1.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Important changes in latest versions
160809 -
- Cleanup of singular interfaces in network/
- Renaming of RegisterMessageType to RegisterPacketType
160725 -
- Added Processor and Dispatcher interface
- Dynamic registration of message handler in host.go
160627 - 0.9.1
- Changed onet.Context from interface to structure
160622 - 0.9.0
- Renamed network.Entity -> network.ServerIdentity
- Renamed network.EntityList -> network.Roster
- Renamed network.ProtocolMessage -> network.Body
- Renamed network.Message -> network.Packet
- Moved lib/* to parent-directory
- Depend on dedis/cosi for the cosi-library
protocol/
160202:
- Simulation.Dispatch is now called as a go-routine to help handling
channels more easily. If you simply include onet.SimulationBFTree in
your protocol-struct, a do-nothing Dispatch is defined per default.
simul/
160202:
- added a 'SingleHost'-flag for the `runlevel/*toml`-files. When set to
true, only one host per server is initialised:
+ faster running, uses less resources
- not real conditions with regard to propagation of new trees.
- doesn't run on more than 4095 nodes yet