Expand media, scheduling, trust, core capabilities, and economy modules

Add manual API helpers: media protection/ladder/access/manifest/chunk
clear and revoke helpers, enterprise region management, contribution ledger
counts, scheduling deadline and cron clear/cancel, peer scheduler cancelAll,
attestation clearChain, encrypted topic unregisterAll, multisig pending
proposals, capability purge/revoke, dev profile toggleFlag, PN counter
isZero, live edge streamIds, chunk scheduler dequeueBatch, auction clearAll,
and two-phase set clearAll.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 02:50:37 -04:00
co-authored by Cursor
parent 78ea930da6
commit 61abf1d069
21 changed files with 197 additions and 2 deletions
@@ -123,6 +123,16 @@ class HyperP2PAuctionGossip extends EventEmitter {
return this.highestBid(auctionId)
}
auctionIds () {
return [...this._auctions.keys()]
}
clearAll () {
const n = this._auctions.size
this._auctions.clear()
return n
}
_gossip (payload) {
if (!this._peerMsgs) return
gossipSend(this, payload)