-
Description:
vp1 Panics when it is brought down with ctrl-c, all other vps exited gracefully
Steps:
1. Bring up a set of 4 VPs using pbft classic
2. Bring them down in descending order
3. vp1 shuts …
-
The Byron ledger at the moment assumes that the translation from slots to epochs does not require external context. In principle this is not justified, and it should use `EpochInfo`. We can probably g…
edsko updated
4 years ago
-
## Description
Out of 4 peers only one has a recurring error messages
## Describe How to Reproduce
Set pbft to batch mode with no security or privacy enabled, upon startup vp1 starts scrolling t…
-
http://lessisbetter.site/2019/08/13/raft-zh/
前言本文在https://github.com/maemual/raft-zh_cn/blob/master/raft-zh_cn.md基础上修改、标注重点。如果遇到中文别扭的地方、不懂的地方,建议配合[英文原文][paper]一起阅读。 Raft与PBFT、Paxos等其他一致性算法相比,确实简单不少…
-
the tx generator is being manually started on the 'explorer' node:
```
$ /nix/store/b6dnbn2hs8lb70bl28kiby7wd9qapk85-cardano-node-1.0.0-exe-cardano-cli/bin/cardano-cli \
--log-config /root/log-c…
-
## Description
My torture of PBFT continues....
In this case the network seems to have achieved the correct steady-state after a busywork test, however peer 0 seems stuck in an infinite loop prin…
-
**Describe the bug**
fisco-bcos底链 generateGroup方法 生成的节点的账本group.X.genesis创世块文件的 consensus_type 等字段是写死的pbft,,导致generateGroup生成节点的创世块与其他不一致,账本有问题
**Expected behavior**
希望在 fisco-bcos底链 提供一个 group.X…
-
See-also: https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.1.0
- [ ] TVM `altbn128` energy consuption upgrade
- [ ] new kind of builtin contracts: Market
-
## Task Description
Stress and load testing across the actual network to gauge performance.
Create stress test(script) to see our actual max TPS on localnet as well as devnet. As a side-tas…
-
您好,我下载了您的代码并运行,不过当我想要测试pbft算法的容错性时,我设置节点数量是5,拜占庭节点数量是3,正常是应该不能达成共识的,但您的程序还是完成了共识,
`boolean[] byzts = byztDistriInit(RN, FN);
// boolean[] byzts = {true, true, true, false, false, false, true};
R…