feat(modules): manual deepen pear, trust, crdt, storage, gossip, network
Trust gate and detached registry helpers, blind handoff cancel, LWW snapshot/compare, fork forceChoose, dedup restore, DHT prune, indexer bus subscribers, inverted hasDoc, similarity listIds. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -74,6 +74,14 @@ class HyperPearTrustGate extends EventEmitter {
|
||||
|
||||
listTrusted () { return [...this._trusted] }
|
||||
|
||||
isTrusted (key) {
|
||||
return this._trusted.has(String(key))
|
||||
}
|
||||
|
||||
trustedCount () {
|
||||
return this._trusted.size
|
||||
}
|
||||
|
||||
getStats () {
|
||||
return platformStats(this._stats, PROTOCOL, { trusted: this._trusted.size })
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "hyper-pear-trust-gate",
|
||||
"version": "0.0.0-scaffold",
|
||||
"version": "0.3.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hyper-pear-trust-gate",
|
||||
"version": "0.0.0-scaffold",
|
||||
"version": "0.3.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"b4a": "^1.6.7",
|
||||
|
||||
Reference in New Issue
Block a user