Noémien Kocher
Noémien Kocher
Currently, flash messages are discarded after 2 seconds, which can be annoying if one didn't have time to read it. I find it quite natural that if I hover on...
When implementing a new protocol in Onet I forgot to initialize the chan that sends back the response to the service. In this case, I would expect the service and/or...
Got this error on my conode while doing some benchmark with ByzCoin/PaginateRequest: ``` 2 : websocket.go:245 (v3.wsHandler.ServeHTTP.func1) - ws close 172.17.0.1:55486 n 1 rx 41 tx 32951966 2 : websocket.go:280...
When using the frontend in the admin section, the system blocks when adding a new user to a role.
This issue to gathers the list of elements that need to be done to release a V1 of D-Voting. # Features **WIP** - [ ]    - Adds...
The integration test sometimes fail. [4_Run the integration test.txt](https://github.com/dedis/d-voting/files/9566803/4_Run.the.integration.test.txt) [4_Run the integration test.txt](https://github.com/dedis/d-voting/files/9566822/4_Run.the.integration.test.txt)
With many elections the GET elections call cab be slow, >10s to get 15 elections. I suspect the deserialization to be the responsible for that and implemented a "light" version....
Not intended to be merged. This is for ongoing dev on Polypus. - Updates timeouts for cosipbft - Updates protobuf - Refactors the packets watcher - Adds artificial delays in...
# Introduction A node will choose a new leader once the following happens: 1. A timeout is reached after no new blocks were committed, and 2. Right after the timeout...
Minogrpc uses a `DiskStore` to store its own certificate. The `DiskStore` uses the `InMemoryStore` as a caching layer, which prevents certificates from being loaded each time from the disk. While...