Commit graph

3 commits

Author SHA1 Message Date
philipp
3226a68613 Build dashboard assets in runtime image
Some checks failed
deploy / deploy (push) Has been cancelled
Proof: Include the multistage Dockerfile needed to build operator-dashboard static assets and copy them into the production image so the deployed dashboard backend can serve the new UI.

Assumptions: The dashboard frontend should be built during image creation rather than committed as generated dist artifacts.

Still fake: External alert receiver remains unconfigured; this commit only resolves the live dashboard asset packaging blocker.
2026-04-08 19:39:44 +02:00
philipp
41b9ec680b Implement funded NEAR Intents trade loop
Some checks failed
deploy / deploy (push) Failing after 1m35s
Proof: first non-mocked tradeable loop for one pair using funded NEAR Intents inventory, Kafka, and PostgreSQL.

Assumptions: solver-side execution is performed by signed token_diff quote responses over the Solver Relay; EURe is treated as 1:1 with EUR; k3s runtime uses unrip-dev.near as the named signer account.

Still fake: signer key is not yet registered on intents.near, strategy and executor remain disarmed by default, and no live mainnet quote response has been submitted from this repo yet.
2026-04-02 10:01:15 +02:00
Philipp
03ce6546a4 refactor: isolate unrip project into projects folder 2026-03-29 14:33:19 +02:00