cothority
cothority copied to clipboard
Scalable collective authority
``` 2 19/08/03 10:12:14.318616280: ( byzcoin.(*Service).catchUp: 1083) - Catching up 69ce8c3e533f5a2182f21430f1e65e2be97ed789a8ff03cdc48fdd1ce0639308 / 13 2 19/08/03 10:12:14.320227525: ( v3.wsHandler.ServeHTTP: 199) - ws request from 127.0.0.1:51498: Skipchain/GetSingleBlockByIndex 2 19/08/03 10:12:14.338907267: ( v3.wsHandler.ServeHTTP.func1:...
In #1652 I decided not to do this because it was too disruptive. Need to turn it on for v3.1.x.
As of commit 35711228020b55296f3d9fd7a6de9dfca3b0ceca we are sending in data to coveralls from several different sub-jobs. This is not right, they are stomping each other or something. We need to investigate...
We have three times `startPropagation` in `skipchain/skipchain.go`, which can confuse things, specifically if the genesis-block already has its forward-links updated, but the block it points to is not available yet....
in service_test.go, make slowContractFunc sleep for testInterval/2. In that case, every time it is pre-run to try to put it into a block, it will fail to get into the...
When the mininet delay is high, there's a possibility that some parts of the protocol is not synchronised correctly which causes the simulation to fail with the message below. ```...
When running the TransferCoins simulation on mininet with 10 G3 machines, the simulation fails to read all the blocks. It would always print: ``` 1 : ( main.(*SimulationService).Run: 230) -...
WARNING: DATA RACE Write at 0x00c000d736e0 by goroutine 494: go.etcd.io/bbolt.munmap() /home/travis/gopath/pkg/mod/go.etcd.io/[email protected]/bolt_unix.go:77 +0xde go.etcd.io/bbolt.(*DB).munmap() /home/travis/gopath/pkg/mod/go.etcd.io/[email protected]/db.go:299 +0x3c go.etcd.io/bbolt.(*DB).close() /home/travis/gopath/pkg/mod/go.etcd.io/[email protected]/db.go:417 +0x103 go.etcd.io/bbolt.(*DB).Close() /home/travis/gopath/pkg/mod/go.etcd.io/[email protected]/db.go:401 +0x10e go.dedis.ch/onet/v3.(*serviceManager).closeDatabase() /home/travis/gopath/pkg/mod/go.dedis.ch/onet/[email protected]/service.go:382 +0x12d go.dedis.ch/onet/v3.(*Server).Close() /home/travis/gopath/pkg/mod/go.dedis.ch/onet/[email protected]/server.go:168 +0x1e1 go.dedis.ch/onet/v3.(*LocalTest).CloseAll.func2() /home/travis/gopath/pkg/mod/go.dedis.ch/onet/[email protected]/local.go:322 +0x104...
If you've got a client "up and running", i.e. in Java you've got a ByzCoinRPC object with a certain roster in it, and the ByzCoin roster is evolved, there's no...
This doesn't seem right: ``` $ ./scmgr admin f -id 01 -any 127.0.0.1:7002 ./scmgr admin f -id 01 -any 127.0.0.1:7002 bash-3.2$ ./scmgr admin f -id 01 -any 127.0.0.1:7002 ./scmgr admin...