-
Couldn't load subscription status.
- Fork 1
Open
Description
The current code would match floater transactions even if they're years apart. Let's set a max date skew of say 7 calendar days, and not match if the difference is bigger than that.
Also, the floater-matching code should move from run.js to a newly created class MultiChunkAccountHistory.
- check if a mutationToSelf is in-chunk for both the sender and the receiver account. So maybe the sender composes chunks of implied bank-to-bank transactions, and sends those to the receiver, who then tries to match them up with
AccountHistoryChunk#mixInor something close to that.
Metadata
Metadata
Assignees
Labels
No labels