Commit Graph
1720 Commits
Author SHA1 Message Date
shroominicandGitHub c82851a4e5 Merge pull request #42 from Routstr/cursor/fix-api-key-balance-update-issue-93e9
Fix API key balance update issue
2025-06-18 11:57:57 +02:00
Cursor Agent b322021e56 Reorder imports in proxy.py for consistency 2025-06-18 09:55:57 +00:00
Cursor Agent 5a4a741c6d Changes from background composer bc-c3ae5ff0-449e-432f-b7fd-11dd56b5ef85 2025-06-18 09:53:21 +00:00
Cursor Agent 568182f43c Add flush before crediting balance to ensure key is saved 2025-06-18 09:48:22 +00:00
shroominicandGitHub 4a21154fdb Merge pull request #41 from Routstr/dev
Fixed the bug where balance was being credited twice.
2025-06-18 11:46:06 +02:00
Shroominic 18bf56ed61 Merge branch 'main' into dev 2025-06-18 11:42:46 +02:00
Routstr Dev db22bb33bf Fixed the bug where balance was being credited twice. 2025-06-17 21:18:45 +05:30
9qeklajcandGitHub a8def623de Merge pull request #40 from Routstr/improve-readme
added some graphs and features to the documentation
2025-06-16 21:34:43 +02:00
9qeklajc 8b031a0976 update readme based on codex/create-improved-readme 2025-06-16 19:08:31 +02:00
Shroominic 1d3f7326b8 update sixty nuts package 2025-06-16 16:15:08 +02:00
Shroominic ddd22b846c rename workflow file 2025-06-16 00:19:23 +02:00
shroominicandGitHub dc044c17b3 Merge pull request #39 from 9qeklajc/main
format
2025-06-15 21:15:05 +02:00
9qeklajc 5351b05fc8 format again 2025-06-15 21:13:56 +02:00
9qeklajc 811e313652 format 2025-06-15 21:09:24 +02:00
Shroominic 714e29512f fix .redeem output handling 2025-06-15 20:59:39 +02:00
Shroominic ecf9ac1baf update sixty-nuts version 2025-06-15 20:53:04 +02:00
shroominic cf99f0da8d skip free gemini 2025-06-15 11:20:05 +00:00
Shroominic 324c406ed0 fix mypy issues 2025-06-13 17:06:08 +02:00
Shroominic 47c8c34d5c rm 2025-06-13 16:49:47 +02:00
Shroominic 35e1aec9ea rm 2025-06-13 16:49:10 +02:00
Shroominic 3af5bc02c9 ruff linting + import sorts 2025-06-13 16:48:24 +02:00
shroominic a42fdfc8f7 Improve README with usage and setup instructions 2025-06-13 16:19:02 +02:00
shroominicandGitHub f8dc04cd07 Merge pull request #35 from Routstr/codex/fix-invalid-api-key-error
Fix bearer token validation
2025-06-13 15:26:08 +02:00
shroominicandGitHub f0fe6d2e6f Merge pull request #26 from Routstr/codex/check-payout-logic
Fix payout logic in cashu module
2025-06-13 15:25:49 +02:00
shroominicandGitHub ce4269f3a0 Merge branch 'main' into codex/check-payout-logic 2025-06-13 15:25:37 +02:00
shroominicandGitHub dbce7e8644 Update test_account.py 2025-06-13 15:24:26 +02:00
shroominicandGitHub 85b5226422 Merge pull request #33 from Routstr/codex/delete-api-key-on-balance-refund
Remove refunded API keys
2025-06-13 15:23:11 +02:00
shroominic e1294215a0 refresh new key after redemption 2025-06-13 15:09:23 +02:00
shroominicandGitHub 394d4fee56 Delete models.json 2025-06-13 15:09:02 +02:00
Shroominic f3601155ce fix 2025-06-13 14:49:14 +02:00
shroominicandGitHub b1e0d82d61 Update models.py 2025-06-13 14:46:33 +02:00
shroominicandGitHub 93ebbc77d8 Update models.py 2025-06-13 14:45:05 +02:00
shroominicandGitHub 5dfc4fcba9 Update models.py 2025-06-13 14:44:22 +02:00
shroominicandGitHub c183006317 Merge branch 'main' into codex/add-alembic-migrations-for-sqlmodel 2025-06-13 14:43:21 +02:00
shroominicandGitHub b206fa91b0 Merge branch 'main' into codex/delete-api-key-on-balance-refund 2025-06-13 14:37:04 +02:00
shroominic 6ff0f5e1a9 Merge main 2025-06-13 14:34:40 +02:00
Shroominic ab06bccc82 fix 2025-06-12 12:56:49 +02:00
shroominicandGitHub 77ab50fe79 Merge pull request #30 from Routstr/codex/investigate-logical-error-in-payment-code
Fix balance race conditions
2025-06-12 12:55:45 +02:00
shroominicandGitHub cc2ab26544 Merge branch 'main' into codex/investigate-logical-error-in-payment-code 2025-06-10 16:02:57 +02:00
shroominic 11eb206164 Silence mypy errors for SQLModel update exec 2025-06-10 16:01:49 +02:00
shroominic 64259936b9 Use sqlmodel update 2025-06-10 15:02:37 +02:00
shroominic 6ba8313c3f Add mypy config and silence SQLAlchemy typing errors 2025-06-10 14:35:27 +02:00
shroominic 10ceb1d74e Improve balance update logic 2025-06-10 14:35:19 +02:00
shroominicandGitHub f6e1cde319 Merge pull request #31 from Routstr/codex/refactor-credit_balance-logic-and-handle-redeem
Use WALLET.redeem for crediting balances
2025-06-10 13:45:53 +02:00
shroominic 51954352ca Update credit_balance logic and adjust tests 2025-06-10 13:36:05 +02:00
shroominic 1547ce7afd fix race conditions in balance adjustments 2025-06-10 12:37:30 +02:00
shroominic dabf20db4b Fix alembic config and migration 2025-06-09 23:46:19 +02:00
shroominicandGitHub 9a57d2042c Merge pull request #21 from Routstr/codex/add-pytest-cov-and-generate-coverage-report
Add coverage plugin to dev dependencies
2025-06-09 23:27:39 +02:00
shroominicandGitHub cc1f39152b Merge pull request #18 from Routstr/codex/handle-task-cancellation-on-shutdown
Add graceful task shutdown
2025-06-09 23:27:13 +02:00
shroominicandGitHub cb36bd461a Merge pull request #19 from Routstr/codex/review-wallet-creation-and-add-initialization-step
Add wallet initialization step
2025-06-09 23:26:23 +02:00