mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 13:08:10 +00:00
Split protected bundle strategies across agents
This commit is contained in:
@@ -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:/);
|
||||
|
||||
Reference in New Issue
Block a user