Commit Graph
43 Commits
Author SHA1 Message Date
redshift c6290eb356 bump 2026-05-07 21:00:54 +05:30
redshift 26fd7d3808 bump version to 0.2.15 2026-05-04 11:40:10 +08:00
redshift e8f46c79dc bumped version 2026-05-03 16:22:47 +05:30
redshift a3508b9667 bumped version and also fixed matching clientid to existing ones 2026-04-30 16:16:57 +05:30
redshift 1d556c42e3 version bump 2026-04-30 14:00:38 +05:30
redshift 240706f6f1 bumped version. 2026-04-30 13:47:35 +05:30
redshift a207acb645 refactor: extract addDaemonClient to eliminate duplicate /clients/add calls
- Add shared DaemonClient type and addDaemonClient() helper in
daemon-client.ts as the single source for POST /clients/add.
- Update ensureIntegrationClient() to use the new helper.
- Update CLI clients add command to use the new helper.
- Keeps existing error handling and 'already exists' fallback in
ensureIntegrationClient().
2026-04-28 14:34:12 +05:30
redshift 8d6a7d7f21 feat(cli): NIP-98 auth for remote daemon URLs
- Add nostr-tools dependency for NIP-98 event signing
- Add nsec field to RoutstrdConfig for remote daemon authentication
- Extract NIP-98 auth utilities into src/utils/nip98.ts (parseSecretKey,
  createNIP98Authorization with SHA-256 payload tags)
- Wire NIP-98 Authorization headers into callDaemon and isDaemonRunning
  whenever both daemonUrl and nsec are configured
- Refactor refund command to use callDaemon instead of hardcoded localhost
  so it works correctly with remote daemon URLs
2026-04-28 10:02:45 +05:30
redshift 927ec863bf feat(wallet): support COCOD_DIR env var for config dir
Allow overriding the default cocod config directory (~/.cocod)
via the COCOD_DIR environment variable. Falls back to existing
HOME/USERPROFILE logic when unset.

Bump version to 0.2.6.
2026-04-27 22:20:33 +05:30
redshift b306086a6d added instrcutions to add new clients via CLI easily. Updated skill as well. 2026-04-23 18:41:06 +05:30
redshift 5f8be4753b bumped the version 2026-04-23 02:36:36 +05:30
redshift 3a5d760b37 replaced routeRequestsNodeResponse with just routeRequests. 2026-04-22 23:39:57 +05:30
redshift 41993831af changed the refund interval to 42 mins 2026-04-21 18:07:23 +02:00
redshift 4ab07db874 added commands for buildign with thelocal sdk 2026-04-21 08:11:21 +02:00
redshift 18d07a4a2c bumpedup the version 2026-04-09 12:13:37 +01:00
redshift ba50caa4d6 bumped version with auto refund removed. 2026-04-08 10:07:31 +01:00
redshift 450b30eae9 using routstr sdk frpm npm 2026-04-06 19:13:18 +01:00
redshift d0f88371c9 bumped version 2026-04-06 19:07:43 +01:00
redshift 50ae4526df bumped the version . 2026-04-01 21:11:37 +02:00
redshift dca3ca992f Merge branch 'wallet-integration' of github.com-red:Routstr/routstrd 2026-04-01 15:55:35 +02:00
redshift b6b773b3d9 testing with local sdk 2026-04-01 15:34:45 +02:00
redshift 6358bed530 bumped the sdk version 2026-03-29 14:04:23 +00:00
redshift 327e4999b4 bug 2026-03-28 22:36:13 +00:00
redshift 3c7e0c25ab bun driver to sdk 2026-03-27 21:57:32 +00:00
redshift 631f5832a1 checkpoint 2026-03-26 17:22:03 +00:00
redshift 66678f96ba removed unnecessary file 2026-03-24 20:58:55 +00:00
Evan Yang 10a6c5c131 Merge origin/main into wallet-integration 2026-03-23 10:43:48 +08:00
redshift 57aa6c2387 tui: display system status and mode in overview tab
- Add mode to /status endpoint response
- Add fetchStatus() to retrieve daemon status
- Display System Status box next to Balance box in overview tab
- Show daemon state, wallet state, and current mode
- Color code status values (green/red for healthy/error states)
2026-03-22 13:04:44 +00:00
redshift ed01942391 everything works as expected OOOOOFF 2026-03-21 20:44:46 +00:00
redshift 5aadad1d34 Merge branch 'main' of github.com-red:Routstr/routstrd 2026-03-21 13:22:39 +00:00
redshift cb793be8de integrations with unique api keys 2026-03-21 13:22:30 +00:00
redshift 0e1b97dcaf draft for the TUI 2026-03-21 12:44:13 +00:00
Evan Yang 76ce27d518 Add cocod-backed wallet integration 2026-03-21 12:40:47 +08:00
redshift 384a836550 bumped sdk version 2026-03-20 12:25:30 +00:00
redshift b75b093ce6 bumped versions 2026-03-13 12:26:20 +00:00
redshift 39015fdc96 refund fix 2026-03-10 21:48:52 +00:00
redshift 532f4bab7c chagned command names and version for routsrd sdk and more 2026-03-09 22:58:29 +00:00
redshift e7da1c6485 bunmped routstr sdk version 2026-03-04 12:31:56 +00:00
redshift e9983b92d3 bumped routstr sdk 2026-03-04 09:58:27 +00:00
redshift 7b90f356c0 upgraded versions and added cocod installation 2026-03-02 21:50:36 +00:00
red 13db186a0d added routstr installation to init. 2026-03-01 12:49:45 +00:00
red 558ffd1138 use @routstr/sdk@0.1.1 instead of local SDK 2026-02-28 15:46:17 +00:00
red dfd9b2e9d2 Initial commit 2026-02-24 05:55:21 +00:00