-
I ran the Themis example, but it seems it did not reach a consensus, and I encountered some errors. Could you please tell me if everything works correctly? I am concerned about missing packages or sys…
-
### Description
When I use Docker Compose standalone v2.24.0, I encountered a bug. If you follow the steps below, you should be able to reproduce it:
1. Pull some images:
```docker
docker pull…
-
麻烦大佬帮忙分析 分析
CentOS - ubuntu
FISCO BCOS Version 2.9.1
机器列表
机构1节点1 ubuntu 群组2,3
机构2节点2 ubuntu 群组3
机构3节点3,节点4 centos 群组1,2,3
其中群组3 老是失去共识,重启节点3和节点4后才会正常
下面是节点2的日志:
info|2023-11-02 09…
sdlp9 updated
11 months ago
-
Require some research,
Some directions:
1. POA or DPOS ,PBFT
2. hybrid state channel
-
10:23:08.664 INFO [connPool] [net](ConnPoolService.java:194) Connect to peer /127.0.0.1:16677
10:23:08.666 INFO [peerClient-2] [net](Channel.java:140) Send message to channel /127.0.0.1:16677, [Hel…
-
### Is there an existing issue?
- [X] I have searched the existing issues
### Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
### Description …
-
1. I assume it is using CRDT, right?
2. What I have found when studying the [P2P source](https://github.com/IceFireDB/IceFireDB/blob/main/IceFireDB-SQLite/pkg/p2p/p2p.go) is that a generic not only …
-
# Rationale
### Why should this feature exist?
The current full-node database snapshot file is too large, downloads slowly, and takes up too much disk space.
### What are the use-cases?
Us…
-
The Shelley consensus (Praos) needs access to the initial entropy when we transition from Byron to Shelley; however, the Byron consensus state (PBFT) does not track this. We therefore need explicit su…
-
The existing PBFT tests already deal with delegation certificates. They should be extended with update proposals/votes/endorsements. I think the general setup would be similar: "posting the delegation…