-
The Merkle-CRDT technical paper suggests a Merkle-DAG is suited for a trustless network (and thus presumes a consensus algorithm) and a CRDT typically presumes a trusted network (and thus opts for inh…
-
Hi all,
In November/December I allocated time to dive into CRDTs because of upcoming features in IPFS Cluster[https://github.com/ipfs/ipfs-cluster]. I read a lot of the literature and this eventual…
-
How does peerbit make sure that a user can add a data record to the database, and make sure no one else removes it or modifies it? If i am not mistaken peerbit and orbitdb expects users to be trusted…
-
### Verified issue does not already exist?
- [X] I have searched and found no existing issue
### What happened?
Here https://github.com/actualbudget/actual/blob/master/packages/loot-core/src/server…
-
## Background
Ambients are intended to be used in decentralized systems. However, from the paper, it is not really clear to me what the underlying security assumptions are. For example, what if mes…
nud3l updated
5 years ago
-
https://github.com/jlongster/crdt-example-app/blob/3acd31069db65607bacd88a71c89fb43e53b6ec8/shared/merkle.js#L23
volyx updated
4 years ago
-
- Merkle Tree, something like https://github.com/hoytech/quadrable
- Remove mutation code from [kysely](https://github.com/koskimas/kysely) somehow, pnpm patch?
- Garbage collection for both RowsCac…
-
I might be missing something, but it seems like there is no way to retrieve the low-level `crdts::merkle_reg::MerkleReg`.
There is a `safe_network::client::Client::get_register` function that retur…
b-zee updated
2 years ago
-
-
First of all thank you for providing this insightful example.
One thing I cannot quite wrap my head around is the merkle tree used for data consistency. The way I understand it is that the tree conta…