line-6000
785a162f88
Merge pull request #58 from GMWalletApp/hot_fix_0427
...
Hot fix 0427
2026-04-28 19:14:58 +08:00
Ginta
06933451c5
actions
2026-04-28 16:28:01 +08:00
line-6000
d17d212c24
change tron scan logic
2026-04-28 15:28:00 +08:00
Ginta
51a2accd9f
🐛 fix link
2026-04-27 15:57:26 +08:00
Ginta
96ea7481bc
Revert "Revert "new trc ( #54 )""
...
This reverts commit 74c3a3a08c .
2026-04-27 15:52:50 +08:00
Ginta
de9c45a944
static
2026-04-27 15:52:12 +08:00
Ginta
9e885d8b2f
order notify
2026-04-27 15:43:35 +08:00
Ginta
74c3a3a08c
Revert "new trc ( #54 )"
...
This reverts commit 0a19854602 .
2026-04-27 00:04:05 +08:00
Ginta
0a19854602
new trc ( #54 )
...
* new trct
2026-04-26 23:32:43 +08:00
line-6000
67263da0f1
Merge pull request #51 from GMWalletApp/dev
v0.9.3
2026-04-25 18:49:41 +08:00
line-6000
95879e33d4
refactor(routes):
...
- keep install-mode root redirect to /install and add tests covering install root redirect and install page serving
- change root backend handler from Any("/") to POST("/") so GET / can consistently serve the SPA after install
Co-authored-by: Copilot <copilot@github.com >
2026-04-25 18:48:28 +08:00
line-6000
0c059e8a28
Merge pull request #50 from GMWalletApp/dev
v0.9.2
2026-04-24 19:18:45 +08:00
line-6000
485059f60e
- Removed manifest link from index.html.
...
- Updated script and module preload links in index.html for optimized loading.
- Modified service worker (sw.js) to reflect new asset revisions and improve caching strategy.
- Updated configuration documentation in BT_RUN.md, docker-RUN.md, and manual_RUN.md to clarify currency rate settings.
2026-04-24 19:10:11 +08:00
root
143bc84ac3
docs: sync docker examples to latest image
2026-04-23 07:25:56 +00:00
Ginta
06856e5caa
release to group
2026-04-23 03:15:56 +08:00
Ginta
b9bde0f95b
release to group
2026-04-23 02:49:58 +08:00
line-6000
1b92ec1905
Merge pull request #47 from GMWalletApp/dev
...
Dev
v0.9.1
2026-04-23 02:26:18 +08:00
line-6000
89be1fc967
Refactor project structure and update import paths to GMWalletApp/epusdt
2026-04-23 02:17:21 +08:00
line-6000
91936d580f
refactor(rpc): streamline RPC node selection and remove hardcoded defaults
2026-04-23 02:08:18 +08:00
line-6000
09514a6946
fix(http): block /install page after setup is complete
...
- skip SPA fallback for `/install` and `/install/*` in main server
- keep install wizard accessible only during `RunInstallServer` phase
- prevent post-install access to install UI
2026-04-23 00:39:22 +08:00
Ginta
b6cd4325b8
release action
2026-04-22 22:46:14 +08:00
Ginta
27d5e5bcfe
add .env file into docker image
2026-04-22 22:00:51 +08:00
Ginta
b625bac1e3
add .env file into docker image
2026-04-22 21:03:10 +08:00
Ginta
bc5bbf72f7
add .env file into docker image
2026-04-22 20:46:11 +08:00
line-6000
3a3a830d93
fix(server): prevent SPA fallback from swallowing API routes
...
- add ShouldSkipSPAFallback() deny prefixes: /api, /admin/api, /payments, /pay
- apply StaticWithConfig Skipper in both main http server and install server
- add unit tests for fallback skip matching behavior
2026-04-22 20:27:34 +08:00
Ginta
59aa71209c
action
2026-04-22 18:06:59 +08:00
Ginta
cdf274599e
build
2026-04-22 16:43:47 +08:00
line-6000
916394337b
Merge pull request #37 from GMWalletApp/dev-runtime
...
Dev runtime
v0.9.0
2026-04-22 04:20:43 +08:00
line-6000
6ea5637f6b
update www static files
2026-04-22 03:39:11 +08:00
line-6000
b499bc01cf
Change install flag to true in .env.example
2026-04-22 03:12:34 +08:00
line-6000
5edc9dc842
feat: sync Telegram notification channels with settings updates
2026-04-22 03:04:15 +08:00
line-6000
6bb47d4b00
feat: add admin panel with multi-chain support and notification system
...
- Add full admin REST API: auth, API keys, chains, chain tokens, wallets,
orders, RPC nodes, settings, dashboard stats, notifications
- Add JWT-based admin authentication and API key auth middleware
- Add multi-chain listeners: BSC, ETH, Polygon, Plasma, EVM WebSocket
- Add RPC node health check job with automatic failover
- Add Telegram notification channel for order events
- Add installer for first-run database initialization
- Add new DB models: admin_user, api_key, chain, chain_token,
rpc_node, settings, notification_channel
- Add order statistics aggregation (daily/monthly/by-chain)
- Serve built admin SPA from embedded www/ assets
- Add comprehensive test coverage for all new features
2026-04-22 02:28:31 +08:00
Ginta
efc8f29af6
issue template
2026-04-21 13:42:07 +08:00
Astra3456
9eaf27298c
Add Solana support to token list in README
2026-04-17 13:00:52 +08:00
line-6000
097c716714
Merge pull request #33 from GMwalletApp/dev-payment
...
- Enable polygon,plasma supports
v0.0.8
2026-04-15 18:43:46 +08:00
line-6000
f7c5f678c4
- Enable polygon,plasma supports
...
- Fix network select
- Fix store evm address logic
2026-04-15 18:36:50 +08:00
Astra3456
3e88d7a40c
Enhance README with links to supported systems
...
Updated supported systems with links and improved clarity.
v0.0.7
2026-04-15 05:16:44 +08:00
Astra3456
18dcb96822
Revise Telegram community joining instructions
...
Updated the description for joining the Telegram community.
2026-04-15 05:01:54 +08:00
Astra3456
4750d63db3
Update README.md
2026-04-15 04:57:14 +08:00
Astra3456
7af7306729
Update README.md
2026-04-15 04:55:24 +08:00
Astra3456
ff16db907a
Update README.md
2026-04-15 04:50:49 +08:00
Astra3456
96c262a7dd
Update README.md
...
Since version 0.0.5, EPUSDT has been upgraded to a multi-chain payment solution, not only for TRC20-USDT but also for other tokens.
2026-04-15 04:50:04 +08:00
Astra3456
8e96cc0058
Update README.md
...
just Readme update,Introduce the new features and add the official website
2026-04-15 04:41:37 +08:00
Ginta
9c003fbead
feat: get support chain api
2026-04-15 03:18:38 +08:00
Ginta
aff1055743
feat: get support chain api
2026-04-15 02:53:52 +08:00
Ginta
f6a8fb47df
Merge pull request #31 from GMwalletApp/dev-payment
...
Dev payment
2026-04-15 02:18:25 +08:00
Ginta
d46bc7793e
feat: get support chain api
2026-04-15 01:44:38 +08:00
Ginta
9d01443f3e
Merge pull request #27 from jiamovo/fix/epay-submit-form-compat
...
support epay submit form params
2026-04-15 00:03:23 +08:00
Ginta
70f8ed4ea0
Merge pull request #25 from mar-heaven/dev-payment
...
test: bsc
2026-04-14 21:01:30 +08:00
jiamovo
8cd816c35e
support epay submit form params
2026-04-14 20:58:53 +08:00