-
Sorry to bother you. I ran it according to readme,but it failed in the step 4.What the error showed is described in the picture.I have installed the java-8-openjdk-amd64, and the path is the same…
-
## Description
The gRPC protocol guarantees us that, for a single stream, messages will be delivered in order.
The PBFT protocol assumes that message transmission is 'reliable', but not that message…
-
# Context
`BlockChain.Swap()` and `BlockChain.Fork` in `Swarm.PrealodAsync()` and `Swarm.CompleteBlocksAsync()` is useless in the PBFT scenario. There is only one canonical chain in the network so we…
-
## Description
Null requests advance seqno, but this change in seqno is not recorded persistently, because null requests do not trigger block commits. Crash+restart will put a node into a desync …
-
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
-
Since there are no instructions in the README about how to run the code, I'm unsure of how to execute the project's code. Could you please provide detailed steps on how to run the code and obtain the …
Bkyk updated
7 months ago
-
# 要完成的功能
### 对比omniledger
- [x] 把omniledger论文中的POW实现部分,换成POS+VRF的方式
- [x] 拆分Algorand加密抽签部分,单拎模块
- [x] 本机模拟四个节点通信,先用管道实现。
- [x] 分片。写配置文件,参考omniledger分片方式(这部分代码还没看到)
- [ ] 各个分片内部BFT共识(…
-
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
-
Description: If you enable security and privacy, you are not allowed to use a username, password more than once, and all the peers have to login with a username and password, in case of failure, a pe…
-
The consensus algorithm used by Lyra Permissionless is pBFT, which needs to know the number of validator nodes. Slava defines the number of 21, which means 450+ messages to be transmitted per one bloc…