Split protected bundle strategies across agents

This commit is contained in:
Theodore Song
2026-08-22 20:01:18 -04:00
parent 6853821dc9
commit 008801f179
3 changed files with 52 additions and 4 deletions
+8
View File
@@ -126,6 +126,14 @@ assert.match(api, /bundle_immediate_convert: s\.bundle_immediate_convert/);
assert.match(api, /neg_risk_market_id: s\.neg_risk_market_id, neg_risk_fee_bips: s\.neg_risk_fee_bips/);
assert.match(index, /reservesBinaryComplementDepthChecks:/);
assert.match(index, /reservesExactConversionDepthChecks:/);
assert.match(index, /function bundleAgentOwnerId\(s\)/);
assert.match(index, /routesCompleteSetsToValue:/);
assert.match(index, /routesDominanceSpreadsToDiversifier:/);
assert.match(index, /bundleResearchOwnershipMatchesCapital:/);
assert.match(index, /function currentBundleEventKeys\(st\)/);
assert.match(index, /tracksGlobalBundleEventOwnership:/);
assert.match(index, /diversifierExecutesVerifiedDominanceSpread:/);
assert.match(index, /const claimedBundleEvents=currentBundleEventKeys\(st\);/);
assert.match(index, /function bundleVerificationShortlist\(candidates\)/);
assert.match(index, /function prioritizeIndependentBundles\(candidates,limit=Infinity\)/);
assert.match(index, /prioritizesIndependentEventsBeforeAlternates:/);