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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user