-
Updated
Jun 27, 2020 - C++
pbft
Here are 20 public repositories matching this topic...
-
Updated
Jun 18, 2020 - Go
enhance logging for truechain, just like in https://github.com/truechain/py-trueconsensus (truechain's py based alt-ego)
for orchestrator, referred to as minverva.py:
py-trueconsensus ./minerva.py
loaded local_config.py from /etc/truechain
Storing engine logs to file: /var/log/truechain/engine.log
Storing client logs to file: /var/log/truechain/client.log
Start time: 2018-07-0
-
Updated
Aug 10, 2019 - HTML
🚀 Feature Request
Since any delegate can become a validator, we may want to encourage them to disable fast_sync. We can do this check on wallet launch just like benchmark and throw the alert (GUI) or log the error (CLI) if this account cannot use fast_sync.
We can either kill the wallet explaining why the user must disable fast_sync, or disable it automatically without killing the wallet
-
Updated
Nov 18, 2018
-
Updated
Nov 9, 2018 - Go
This looks good work.
For cross-language support, it would be good to go deep into one language with runtime support, rather than going wide and providing compile-time linking options for many languages.
For example, once C/C++ implementation is done, please:
- provide connectivity options to invoke the API through HTTP/2, WebSockets, RPC etc. so that all other languages, such as
-
Updated
Aug 1, 2019 - Java
-
Updated
Jun 26, 2020 - Rust
-
Updated
Jan 31, 2020 - HTML
-
Updated
Mar 25, 2020 - TeX
-
Updated
Apr 13, 2020 - Python
-
Updated
Oct 25, 2018 - Go
-
Updated
Nov 13, 2018 - JavaScript
Improve this page
Add a description, image, and links to the pbft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pbft topic, visit your repo's landing page and select "manage topics."
Previously we relied on github.com/ethereum/go-ethereum/common package to things like Address.
We need to get rid of this reliance and use our own implementation (especially for our internal/common/address.go). If anything is needed from Ethereum, we need to port their code into our package.