-
When i include your library in my code it's compile but when I try to run it on Atmega 2560 suddenly board print someof the first char in my setup code
```
delay(2000);
Serial.begin(9600);
Serial.…
-
https://github.com/filecoin-project/mir/blob/b890c9a5a1547c1f0ffe3d29c0ef063bc27026df/pkg/orderers/orderer.go#L90
The `inViewChange` flag inside the PBFT implementation is effectively always false.…
-
Let's move check from `validateVoteAndBlock` to PBFT block struct
```
std::unordered_set set;
const auto reward_votes = pbft_block->getRewardVotes();
set.reserve(reward_votes.size());
…
-
![kkkkk](https://github.com/tronprotocol/java-tron/assets/136230486/388192bf-329b-4c5a-876e-0cb51a90a366)
```
15:09:16.091 INFO [main] [app](FullNode.java:69) not in debug mode, it will check ene…
-
# Rationale
Databases are basic, so they are always loaded first and closed last to avoid using unloaded or closed databases.
The spring dependency injection ensures that the databases are always lo…
-
This is actually not a bug report rather a discussion ..
In tendermint, `RoundStepPrevote/RoundStepPrecommit` will never timeout until `2/3` of any votes are received, this is quite different from …
-
**Describe the bug**
sync block failed
**To Reproduce**
Steps to reproduce the behavior:
1. Context: there are 8000w+ blocks on the blockchain, 4 consensus nodes
3. start a new node to sync the…
-
#### System information
java-tron version: `java -jar FullNode.jar -v`
OS : Linux
JVM : Oracle Corporation 1.8.0_341 amd64
Git : 9e95599de2a9d60f4e706d18d3b71ac8850a0c01
Version : 4.7.2
Code :…
-
Against [9c chain data](https://9c-test.s3.ap-northeast-2.amazonaws.com/hyeon/9c-main-partition_20221021_hyeon.zip)[^1], `BlockChain.Fork()` takes 10~20 mins on EKS pods(m5.large).
Although, we'd l…
-
Similar to the byzantine fault tolerance in principle, where there are _N_ replicas and _f_ of them maybe faulty (crashed/ compromised), replace _N_ with the open source maintainers and _f_ as the com…