unrip/test
philipp 3f0a119987
All checks were successful
deploy / deploy (push) Successful in 24s
Add operator withdrawal path
Proof: The active NEAR Intents funded market-maker loop needs a first-class operator withdrawal action so funded inventory can be exited through repo-controlled code rather than manual follow-up.

Assumptions: The configured signer key is also a full-access key on the named NEAR account, and external-chain exits for active OMFT assets are triggered by intents.near::ft_withdraw with the token contract as receiver_id plus memo=WITHDRAW_TO:<destination>.

Still fake: Strategy and executor remain disarmed, no live inventory is credited yet, and no live mainnet trade quote has been submitted.
2026-04-02 12:24:59 +02:00
..
executor-state-store.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00
inventory-and-history.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00
json-state-store.test.mjs Fix shared state persistence 2026-04-02 10:13:25 +02:00
legacy-schema-compat.test.mjs Fix live ops regressions 2026-04-02 10:07:54 +02:00
liquidity-state.test.mjs Fix live ops regressions 2026-04-02 10:07:54 +02:00
liquidity-withdrawals.test.mjs Add operator withdrawal path 2026-04-02 12:24:59 +02:00
signing.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00
strategy.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00