line-6000
85b81e661c
feat: expose build version in public config
...
- add version to public/admin config responses
- inject build version in Docker and GoReleaser builds
- limit Docker image publishing to v* tags
- restore soft-deleted settings on upsert
2026-05-21 19:23:04 +08:00
line-6000
049a15cb95
Merge pull request #70 from GMWalletApp/dev
...
feat: verify manual mark-paid payments
v1.0.0
2026-05-21 00:07:09 +08:00
line-6000
2a36a10e7f
feat: verify manual mark-paid payments
...
- add on-chain validation before manual mark-paid
- verify recipient address, token contract, amount, confirmations, and tx time
- reject duplicate transaction hashes and non on-chain orders
- add manual payment verification tests for EVM, TRON, and Solana
- change BSC network key to binance
- add display_name to supported_assets while keeping network unchanged
2026-05-20 23:48:00 +08:00
line-6000
864eb5969c
Merge pull request #66 from GMWalletApp/dev
v0.9.7
2026-05-13 17:00:39 +08:00
line-6000
b0093c48c7
fix: update service worker precache manifest and improve module registration
2026-05-13 16:59:06 +08:00
line-6000
4a69b7c863
Merge pull request #65 from GMWalletApp/dev
...
update readme.md
2026-05-12 15:20:43 +08:00
line-6000
52b171b49b
update readme.md
2026-05-12 15:19:36 +08:00
line-6000
4dc1ba88cd
Merge pull request #64 from GMWalletApp/dev
...
Dev
v0.9.6
2026-05-11 18:07:56 +08:00
line-6000
7a905ba307
update www
2026-05-11 18:06:53 +08:00
line-6000
07d1d8345f
update readme.md
2026-05-11 17:23:18 +08:00
line-6000
8d2ddbd045
feat: add configurable payment amount precision
...
- add system.amount_precision setting with 2-6 validation
2026-05-11 17:11:43 +08:00
line-6000
1c805ed061
feat: support background_color background_image_url
2026-05-11 16:03:32 +08:00
line-6000
84972ea0f0
fix: resolve chain tokens dynamically in block listeners
...
- resolve EVM ERC20 tokens by chain_tokens contract_address instead of hardcoded contracts
2026-05-11 13:40:07 +08:00
line-6000
7c9e3e123e
fix: (update tron logic)
2026-05-11 13:16:42 +08:00
line-6000
3e0be9bb20
docs: split README into English and Simplified Chinese versions
2026-05-11 12:45:18 +08:00
line-6000
a8a3b8697f
fix: print initial admin credentials to console on first bootstrap
2026-05-11 12:20:36 +08:00
Astra3456
2d546e3478
Revise disclaimer to add terms of use
...
Updated disclaimer section to include terms of use.
2026-05-10 03:27:25 +10:00
Astra3456
1a35cab919
Update README with project disclaimer and risk information
...
Added a disclaimer regarding the use and risks associated with EPusdt, clarifying its non-profit and open-source nature.
2026-05-10 03:26:50 +10:00
line-6000
ff157c33d9
Remove database config for PostgreSQL and MySQL
...
Removed PostgreSQL and MySQL configuration settings from the example environment file.
v0.9.5
2026-05-09 21:46:44 +08:00
line-6000
51ad344b36
Merge pull request #62 from GMWalletApp/pay
2026-05-09 21:28:42 +08:00
mcmc
3623a543bb
feat: expose site config in public/admin config responses
2026-05-09 19:01:53 +08:00
mcmc
377176a0f2
feat: integrate okpay switch-network flow and notify handling
2026-05-09 18:06:27 +08:00
line-6000
a4022df7b4
Change logo source
...
Updated logo source URL in README.
2026-05-07 17:27:39 +08:00
line-6000
32aa1b66f5
Clean up Dockerfile by removing static file copies
...
Remove redundant COPY commands for static files.
2026-05-02 01:51:40 +08:00
Astra3456
53e66bad35
Update disclaimer for clarity and completeness
...
Clarify the disclaimer regarding the use of the project and its risks.
2026-04-29 17:15:56 +10:00
line-6000
ff68279b0f
Merge pull request #59 from GMWalletApp/dev
...
feat(pay): switch checkout counter to SPA redirect + JSON API
v0.9.4
2026-04-29 00:36:12 +08:00
line-6000
9c533a7ff8
feat(pay): switch checkout counter to SPA redirect + JSON API
...
- redirect `/pay/checkout-counter/:trade_id` to `/cashier/:trade_id`
- add `/pay/checkout-counter-resp/:trade_id` for checkout JSON payload
- remove embedded `static` release and keep `www` as the web bundle source
- regenerate PWA/www assets and move chain icons to `/www/images/chains`
2026-04-29 00:34:58 +08:00
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