unrip/test
philipp 57eb540b6e
All checks were successful
deploy / deploy (push) Successful in 22s
Fix shared state persistence
Proof: Liquidity manager must persist live deposit handles and funding observations so the active NEAR Intents proof can reach credited inventory and real execution.

Assumptions: Services commonly mutate store.getState() in place before calling setState, so the state store must preserve same-reference updates instead of clearing them.

Still fake: Strategy and executor remain disarmed, no live inventory is credited yet, and no live mainnet quote response has been sent.
2026-04-02 10:13:25 +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
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