mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 04:58:08 +00:00
Realize binary complement merges immediately
This commit is contained in:
@@ -83,6 +83,10 @@ assert.match(index, /const BUNDLE_MIN_DAILY_RETURN=0\.0002;/);
|
||||
assert.match(index, /function compareBundleOpportunities\(a,b\)/);
|
||||
assert.match(index, /function binaryComplementBundleSuggestions\(event,\{includeUnprofitable=false\}=\{\}\)/);
|
||||
assert.match(index, /discoversExecutableBinaryComplements:/);
|
||||
assert.match(index, /immediatelyMergesBinaryCompleteSet:/);
|
||||
assert.match(index, /rejectsCrossMarketBinaryMerge:/);
|
||||
assert.match(index, /immediateMergeMetadataSurvivesSync:/);
|
||||
assert.match(api, /bundle_immediate_merge: s\.bundle_immediate_merge/);
|
||||
assert.match(index, /reservesBinaryComplementDepthChecks:/);
|
||||
assert.match(index, /function bundleVerificationShortlist\(candidates\)/);
|
||||
assert.match(index, /function prioritizeIndependentBundles\(candidates,limit=Infinity\)/);
|
||||
|
||||
Reference in New Issue
Block a user