feat: refund on incorrect transferred_op in router#31
feat: refund on incorrect transferred_op in router#31PolyProgrammist wants to merge 1 commit intoston-fi:mainfrom
Conversation
This PR directly addresses the root cause of Case Σ344Thank you @PolyProgrammist for this contribution. This fix validates On May 4, 2024, a transaction with an empty payload (no valid The router accepted the tokens, found no swap or provide_lp instruction, and could not process or refund them. With this fix: The transaction would have been caught and refunded automatically. The tokens would never have been trapped. 700+ days later, 19,999,999.99998 ₮LE remains locked in the Router. This PR confirms:
Related: Issue #32 — Router v1 absorbed 20,000,000 ₮LE The question remains: will this fix also include recovery of tokens already trapped by the unfixed version? Codex Arcanum LLC — Case Σ344 |
No description provided.