-
Hello!
Consider the following code:
```ts
const redlock = new Redlock([redis]);
const promises = [];
promises.push(run());
promises.push(run());
await Promise.all(promises);
async …
-
https://people.cs.umass.edu/~arun/cs691ee/reading/BQS97.pdf
Szabo offers a great summary of the original research here:
https://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/…
-
To me the unique strength of Stellar is it's concept of quorum slices and the idea that trustlines have to be explicitly established.
We are working on anchoring a financial instrument onto Stellar…
bonen updated
5 months ago
-
Есть ли такая возможность? При получении сообщений из точки с типом quorum, выходит ошибка что очередь не поддерживает глобальный qos. Как это обходить? Только изменением типа очереди?
-
**Is this a bug report or feature request?**
* Bug Report
**Deviation from expected behavior:**
ceph have mon-a mon-b mon-c, when mon-b's host shutdown failoverMon() will be trigger to create…
-
### Discussion
Besu document describes migration from a different Ethereum based client to [Besu](https://besu.hyperledger.org/23.7.2/public-networks/get-started/migrate-to-besu). Currently we are us…
-
https://github.com/eBay/NuRaft/blob/master/docs/custom_quorum_size.md
-
Based on Tally information about Radworks, it looks like it should be 4_000_000e18 (4 million in wei).. but we should probably verify this so we can remove the TODO.
-
Quorum queues are modern queues based on Raft consensus algorithm. It is available as of RabbitMQ 3.8.0. Classic mirrored queues are deprecated and will be removed in the future. This type of queues s…
-
```go
package main
import (
"log"
"github.com/getamis/eth-client/quorum"
)
func main() {
c, err := quorum.Dial("http://0.0.0.0:8545")
if err != nil {
log.Fatalln(err)
}
}
```
…