-
since dependency is in this repo, creating a new issue here to move over the codefest issue https://github.com/tendermint/starport/issues/1610
---
**Is your feature request related to a problem? …
-
四个节点组成的 tendermint 集群,分别往四个节点发送大量交易(每秒2万笔),四个节点均出现 ErrMemFull 错误,此时 mempool 也缓存了大量交易(15多万笔),节点通过从 mempool 获取交易并查重 来判断是否有未处理交易,从而决定是否进入共识流程打包区块
当停止发送交易后,由于节点还有未处理交易,仍然进入共识流程,直至 mempool 缓存没有交易
blockch…
-
## What is the Problem Being Solved?
While thinking about #3073 and what happens when a validator disk runs out of space, we decided we should really audit the full kernel delivery pathway to make …
-
-
e.g.,
```
#!/bin/sh
curl -s http://cdn.example.com/path/to/file.tgz | tar zxf - -C /usr/src --stdout && cd /usr/src && ./configure --prefix=/usr && make install
```
=>
```
#!/bin/sh
…
dnwe updated
2 months ago
-
- [ ] Raft
- [ ] Paxos
- [ ] BFT
-
## Bug Report
### Setup
**CometBFT version**:`v0.37.0` but also on `main` at time of writing. Code links are to `v0.37.x` in order to illustrate the issue.
**Have you tried the latest version…
-
![image](https://user-images.githubusercontent.com/52912000/98531083-c76cf480-22ba-11eb-999d-b0448b730b57.png)
I meet this problem.can you help me to solve this question?thanks
-
It seems `verify_single` need a `TrustedState` from previous block, `TrustedState` contains a signed header and validator set, but when verifying the first block, there is no previous signed header.
…
-
**Describe The Bug**
It's unreasonable to use `time.Now()` in distributed systems. Now if the these nodes would have slightly different system clocks, we could easily end up with different function c…
ghost updated
4 years ago