consensus
Here are 309 public repositories matching this topic...
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
-
Updated
Dec 14, 2020 - Go
Distributed transactional key-value database, originally created to complement TiDB
-
Updated
Dec 14, 2020 - Rust
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
A curated list to learn about distributed systems
-
Updated
Oct 14, 2020
-
Updated
Dec 4, 2020
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
v0.33 linting
We will be supporting v0.33 till the next major release (0.35). We should bump golangci-lint version to the latest version to fix ci failures. In doing so many linting errors will arise, these should be cleaned up in the same PR.
This is an easy first contribution to Tendermint, if you are looking to get your hands dirty :)
A feature complete and high performance multi-group Raft library in Go.
-
Updated
Dec 11, 2020 - Go
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
- 公司/组织名称:蚂蚁金服
- 地点:中国杭州
- 网址:http://www.antfin.com
- 使用组件及场景:全套金融级分布式中间件
- 联系方式:zhanggeng.zg@antfin.com
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
如果您已经在生产环境中使
A reactive Java framework for building fault-tolerant distributed systems
-
Updated
Nov 18, 2020 - Java
A consortium blockchain platform (联盟区块链底层技术平台)
-
Updated
Dec 14, 2020 - C++
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
-
Updated
Jul 17, 2020 - C++
Description
Now it is in the changelog and release note.
Versions
develop
Additional Information
-----------Chinese-------
把各版本的升级提示移到单独的一个文件夹
An awesome curated list of Cryptoeconomic research and learning materials
-
Updated
Aug 13, 2020
A reference use of Hashicorp's Raft implementation
-
Updated
Jul 15, 2020 - Go
Ethereum on Tendermint using Cosmos-SDK!
-
Updated
Oct 7, 2020 - Go
A novel implementation of the Raft consensus algorithm
-
Updated
Jul 12, 2017 - Java
Here is a rough idea of what this test should do:
- It should be quite similar to the other tests which are currently in place.
- It should isolate a follower node, write a data to the cluster which will cause that node to fall behind into lagging state, but not into snapshotting state.
- It should then spawn a task which will continue to write data to the cluster.
- Just after it is spawne
The Elle coroutine-based asynchronous C++ development framework.
-
Updated
Jan 4, 2020 - C++
Open source Java implementation for Raft consensus protocol.
-
Updated
Dec 14, 2020 - Java
Description
The block header contains a Timestamp field, which is set, but never read.
It’s problematic to use it anywhere since it’s un-vetted, one can plaster any timestamp that serves them onto anything.
Since we’re not doing anything with this field we may as well call it “arbitrary 8 bytes that the miner can fill with whatever they please”.
Affected code
C++ implementation of Raft core logic as a replication library
-
Updated
Dec 14, 2020 - C++
The core protocol of harmony
-
Updated
Dec 14, 2020 - Go
Gryadka is a minimalistic master-master replicated consistent key-value storage based on the CASPaxos protocol
-
Updated
Aug 13, 2018 - JavaScript
A raft consensus implementation that is simply and understandable
-
Updated
Nov 17, 2018 - C++
Instead of a single validator (a.k.a. pivot node), the test net_dynamic_hb should pick a subset of validators at random for removal. This will better reflect the [interface](https://github.com/poanetwork/hbbft/blob/742ad7b83a3f613fd9a7b4ff88cfa82b10bd7dd3/src/dynamic_honey_badger/dyn
XRP Ledger developer portal with documentation and examples
-
Updated
Dec 11, 2020 - HTML
Iroha - A simple, enterprise-grade decentralized ledger
-
Updated
Dec 14, 2020 - C++
Improve this page
Add a description, image, and links to the consensus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the consensus topic, visit your repo's landing page and select "manage topics."


It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find
Documentation/v2/errorcode.mdin this repo. Is the comment stale?