-
Updated
Oct 30, 2020 - Go
consensus
Here are 300 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 29, 2020 - Rust
-
Updated
Oct 14, 2020
-
Updated
Jul 12, 2020
Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).
System information
Release: 2.2.3
Expected behaviour
Helpful error message
Actual behaviour
invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash
The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th
-
Updated
Oct 30, 2020 - Go
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
- 公司/组织名称:蚂蚁金服
- 地点:中国杭州
- 网址:http://www.antfin.com
- 使用组件及场景:全套金融级分布式中间件
- 联系方式:[email protected]
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
如果您已经在生产环境中使
-
Updated
Oct 18, 2020 - Java
-
Updated
Jul 17, 2020 - C++
-
Updated
Oct 30, 2020 - C++
Description
Now it is in the changelog and release note.
Versions
develop
Additional Information
-----------Chinese-------
把各版本的升级提示移到单独的一个文件夹
-
Updated
Aug 13, 2020
-
Updated
Jul 15, 2020 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Jul 12, 2017 - Java
-
Updated
Jan 4, 2020 - C++
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
Description
There are several tests that are currently marked as skip because they previously failed under travis CI (deprecated in #2165). We should test running these under GitHub Actions and re-enable them if they're working.
Affected code
Various test files, here's one set of examples (there may be others):
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 23, 2020 - C++
-
Updated
Oct 29, 2020 - Go
-
Updated
Aug 13, 2018 - JavaScript
-
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
-
Updated
Nov 19, 2019 - Tcl
-
Updated
Oct 29, 2020 - JavaScript
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."
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).