Skip to content

Commit

Permalink
Cothority import changed to onet (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti authored and nikkolasg committed Dec 15, 2016
1 parent e764717 commit c4baa58
Show file tree
Hide file tree
Showing 354 changed files with 875 additions and 55,103 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Important changes in latest versions
- Dynamic registration of message handler in host.go

160627 - 0.9.1
- Changed sda.Context from interface to structure
- Changed onet.Context from interface to structure

160622 - 0.9.0
- Renamed network.Entity -> network.ServerIdentity
Expand All @@ -23,7 +23,7 @@ protocol/

160202:
- Simulation.Dispatch is now called as a go-routine to help handling
channels more easily. If you simply include sda.SimulationBFTree in
channels more easily. If you simply include onet.SimulationBFTree in
your protocol-struct, a do-nothing Dispatch is defined per default.

simul/
Expand Down
54 changes: 0 additions & 54 deletions Deterlab.md

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_lint:
@echo Checking linting of files
@{ \
go get -u github.com/golang/lint/golint; \
exclude="protocols/byzcoin|_test.go"; \
exclude="byzcoin|_test.go"; \
lintfiles=$$( golint ./... | egrep -v "($$exclude)" ); \
if [ -n "$$lintfiles" ]; then \
echo "Lint errors:"; \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ go get github.com/dedis/cothority/app/status
# Apps

* [cothorityd](app/cothorityd) - the basic
* [cosi](app/cosi) - collective signatures
* [status](app/status) - returns the status of the given group
* [cisc](app/cisc) - handle your ssh-keys on a blockchain
* [cosi](cosi) - collective signatures
* [status](status) - returns the status of the given group
* [cisc](cisc) - handle your ssh-keys on a blockchain
* [hotpets](https://github.com/dedis/cothority/tree/hpets16/app/cisc) - hotpets16-branch

# Protocols
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions app/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions app/chose_version.sh

This file was deleted.

50 changes: 0 additions & 50 deletions app/cross-compile.sh

This file was deleted.

Empty file removed app/guard/group.toml
Empty file.
Loading

0 comments on commit c4baa58

Please sign in to comment.