Shroominic
b5fd542016
Enhance token handling and migration logic in wallet.py
...
- Added `force_primary` parameter to `recieve_token` to control mint selection.
- Refactored `swap_to_primary_mint` to `_swap_to_primary_internal` for better clarity and reusability.
- Introduced `migrate_balance_to_primary` function to handle balance migration to the primary mint.
- Updated `credit_balance` to check and migrate balances when necessary, ensuring proper mint handling.
- Improved logging for migration processes and error handling.
2026-01-21 12:54:10 +08:00
shroominic and GitHub
3465a44d0e
routstr v0.2.2 - fixfix
...
v0.2.2 - release summary
--------------------------
#292 - Fix not enough inputs to melt
#295 - Update UI dependencies
#291 - Fix reserved balance
#289 - Better filtering options (#282 )
#284 - Do not charge for empty content (#274 )
#298 - Fix Provider Balance display in dashboard
#299 - fix refunds not accounting reserved balance
#300 - reset reserved balance on startup (optional)
#303 - ignore disabled provider
#301 - optimize price fetching
v0.2.2
2026-01-15 11:21:22 +08:00
shroominic and GitHub
a4259af38f
Merge pull request #301 from Routstr/optimize-price-fetching
...
optimize price fetching
2026-01-15 11:13:14 +08:00
shroominic and GitHub
0d07dd0cdb
Merge pull request #303 from Routstr/ignore-disabled-provider
...
ignore disabled provider
2026-01-15 11:12:16 +08:00
Shroominic
24015ebec1
Revert "Merge remote-tracking branch 'origin/mock-upstream-with-testnut-mint' into v0.2.2"
...
This reverts commit 5a4ba60072 , reversing
changes made to eed5bc5b04 .
2026-01-13 06:31:24 +08:00
9qeklajc
3bc38937e8
ignore disabled provider
2026-01-10 18:39:24 +01:00
Shroominic
9229b87b70
optimize price fetching
2026-01-10 17:37:05 +08:00
shroominic and GitHub
367265b9fe
Merge pull request #300 from Routstr/reset-reserved-balance-on-startup
...
Reset reserved balance on startup
2026-01-10 08:50:32 +08:00
shroominic and GitHub
0b3ccb5fb0
Merge pull request #299 from Routstr/urgent-reserved-balance-fix
...
Reserved balance fix
2026-01-10 08:50:20 +08:00
shroominic and GitHub
dbd43f52fb
Merge pull request #298 from Routstr/fix-provider-balance
...
Fix provider balance
2026-01-10 08:49:23 +08:00
Shroominic
39657ed64f
reset reserved balance on startup
2026-01-09 17:36:04 +08:00
Shroominic
493b4f0f1f
urgent reserved balance fix
2026-01-09 17:32:35 +08:00
Shroominic
ca7e8bec71
fmt
2026-01-09 16:53:25 +08:00
Shroominic
c4cc09d61e
fix provider balance not displaying when 0
2026-01-09 16:50:10 +08:00
9qeklajc and GitHub
fad792068e
Merge pull request #287 from Routstr/provider-discovery-default
...
Disable provider discovery by default
2026-01-06 19:39:09 +01:00
Shroominic
21d363f6aa
bump v0.2.2
2026-01-06 19:26:10 +01:00
shroominic and GitHub
5e21f6ccbc
Merge pull request #292 from Routstr/fix-not-enough-inputs-to-melt
...
Fix not enough inputs to melt
2026-01-06 19:24:33 +01:00
shroominic and GitHub
1e2d130022
Merge pull request #285 from Routstr/admin-info
...
Add admin password warning
2026-01-06 19:14:53 +01:00
Shroominic
1e21dce735
change to warning log
2026-01-06 18:23:01 +01:00
shroominic and GitHub
b7603dcf69
Merge pull request #295 from Routstr/update-ui-deps
...
update vuln deps
2026-01-06 17:38:13 +01:00
9qeklajc
7dccfa745f
fix test
2026-01-06 12:02:27 +01:00
9qeklajc
54d5118980
fmt
2026-01-06 11:50:12 +01:00
9qeklajc
7723ab4a95
update build script
2026-01-06 11:48:53 +01:00
9qeklajc
86c022d8db
update vuln deps
2026-01-06 11:46:12 +01:00
9qeklajc and GitHub
21ae22abec
Merge pull request #293 from Routstr/rm-performance-tests
...
test: Remove flaky performance requirement tests
2026-01-05 22:00:46 +01:00
9qeklajc and GitHub
3a939d0dd1
Merge pull request #291 from Routstr/fix-reserved-balance
...
Fix reserved balance
2026-01-05 21:59:46 +01:00
Shroominic
50eabafa57
remove performance tests due to unpredictable behaviour
2026-01-05 12:12:04 +01:00
Shroominic
d192a6a6b4
fix not enough inputs to melt bug
2026-01-05 00:34:58 +01:00
Shroominic
7d829af681
fix types
2026-01-05 00:06:53 +01:00
Shroominic
57bf1b68d9
bump delay to make sure its not taking more time to reset
2026-01-05 00:04:58 +01:00
Shroominic
00d0415518
lint pls
2026-01-04 23:40:17 +01:00
Shroominic
e8585b276f
fix typing
2026-01-04 23:39:55 +01:00
Shroominic
4b5e911435
rm not needed generic
2026-01-04 23:39:14 +01:00
Shroominic
761aabfec3
fix linting
2026-01-04 23:38:14 +01:00
Shroominic
f0c45a7ce4
fix other potential reserved balance problems
2026-01-04 23:35:26 +01:00
Shroominic
fc8ccf63ba
finalize_without_usage when client disconnects
2026-01-04 23:34:29 +01:00
9qeklajc and GitHub
eeb70e4ee5
Merge pull request #289 from Routstr/282-better-filltering
...
#282 more filter options
2026-01-03 23:27:22 +01:00
9qeklajc and GitHub
a3b410b467
Merge pull request #284 from Routstr/274-do-not-charge-when-empty-content
...
#274 do not charge user for empty response by upstream
2026-01-03 23:26:54 +01:00
Shroominic
9e9bc5bff8
fix pytests
2026-01-03 22:49:46 +01:00
9qeklajc
bdf0e2c192
#282 more filter options
2026-01-03 22:49:35 +01:00
Shroominic
6d780ef96d
feat: disable provider discovery by default
2026-01-03 22:12:55 +01:00
Shroominic
b70b94b9b4
feat: add admin password warning log
2026-01-03 22:12:23 +01:00
9qeklajc
334453f934
#274 do not change user for empty response by upstream
2026-01-03 21:27:19 +01:00
Shroominic
5a4ba60072
Merge remote-tracking branch 'origin/mock-upstream-with-testnut-mint' into v0.2.2
2025-12-28 11:18:08 +01:00
shroominic and GitHub
f1fa7d094f
routstr/v0.2.1
...
v0.2.1
v0.2.1
2025-12-27 22:08:51 +01:00
shroominic and GitHub
eed5bc5b04
Merge pull request #278 from Routstr/openai-responses-api
...
OpenAI responses api
2025-12-27 22:02:51 +01:00
Shroominic
f4b014cb05
Merge remote-tracking branch 'origin/examples' into openai-responses-api
2025-12-27 21:39:19 +01:00
9qeklajc
4418d87664
Merge branch 'v0.2.1' into openai-responses-api
2025-12-26 22:37:07 +01:00
shroominic and GitHub
634a473f50
Merge pull request #276 from Routstr/force-sats-pricing
...
Force sats pricing
2025-12-26 12:36:02 +01:00
Shroominic
ea655b748b
optimize startup time
2025-12-26 12:33:42 +01:00