mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 13:26:33 +08:00
ebe00b83f7
Instead of searching through the open orders to find the ones that match the current transactions, now that simulate returns the pair of transaction and order for which that transaction was created for, that order can be used where we previously searched for a modified order. This should be a runtime improvement since, but not yet verified via thorough profiling.