-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIIT Hyderabad
2. #### …
-
# Evidence may not work consistently
Note: this issue is adjacent to #1948, but different from it in that this issue raises the suspicion that there are issues with evidence itself, as opposed to t…
-
## Background
Ambients are intended to be used in decentralized systems. However, from the paper, it is not really clear to me what the underlying security assumptions are. For example, what if mes…
nud3l updated
5 years ago
-
* Durability: I suggest to remove this one, because it seems to be a property of each network rather than the protocol.
* Byzantine correctness (maybe there is a better term for this): the protocol n…
-
Currently cluster test has ability to inject system-level failures such as node restart, network delay, etc.
It can't, however introduce more complex behaviors where 1/3 of nodes send malicious messa…
andll updated
4 years ago
-
First, congratulations for a fantastic library (that for some reason went under my radar until recently).
I wanted to make a PR for some functionality, but first I would like to know your opinion t…
-
As a subtask of #2.
Before going forward we need to understand how the users will come to a consensus in the distributed p2p network.
All the research can be collected here
-
The paper uses (n+f+1)/2 and we use n-f -- for small authority sets this is
a tradeoff in safety and liveness.
cc @alistairstewart
-
**[Timing, Clocks, and the Order of Events in a Distributed System](https://lamport.azurewebsites.net/pubs/time-clocks.pdf)** by Lamport
* [timestamps](https://en.wikipedia.org/wiki/Lamport_timesta…
-
* PSL80是拜占庭将军问题的起源,更早地根源于科学家为了研究飞行器的安全而遇到的问题。
* 也是规约与验证(specification and verification )这种研究方法的早期表现。可目为形式化验证滥觞之一。
* PSL80需要解决的是正确输入的有效性。即决策值必须来自非故障节点,而不能受到故障节点的干扰。也就是如何能拒绝故障节点的假消息。
* PSL80的牛逼在于证明了3…