Commit Graph

110 Commits

Author SHA1 Message Date
f71594b4b5 update web3proxy dockerfile 2025-10-31 13:04:11 +07:00
f550c7ae37 Add packages lock 2025-10-31 12:48:36 +07:00
759d7be5df Add bitwarden secret 2025-10-31 12:42:47 +07:00
f816b8de50 Update fetch borkerPosition in bot + better HandleClosePosition + Add debug channel to receive all debug 2025-10-25 18:35:51 +07:00
38e6998ff3 Add test to check if backtest behavior changed 2025-10-24 19:08:10 +07:00
fc4369a008 Add start and enddate when fetching the position history 2025-10-24 18:00:23 +07:00
6ffe9ae9c4 Add error handling for GMX positions 2025-10-21 17:56:09 +07:00
acea43ec71 Change Insufficient Allowance message to High network fee 2025-10-17 14:45:21 +07:00
3f1b5f09e0 Update the gmx for the execution fees 2025-10-17 00:49:20 +07:00
e917edd939 Add more logs, 95%ram alert for GmxMarkets, Proxy retry 2times max 2025-10-11 13:43:32 +07:00
bdb254809e Improve CandleStore grain deactivating 2025-10-10 22:09:30 +07:00
e4c2f8b7a5 Add monitoring on queries with sentry alert + Fix check position list in db for backtest 2025-10-10 00:15:02 +07:00
ffb98fe359 Fix update agent save + revert market in redis 2025-10-08 21:32:48 +07:00
1a99224d18 Fix ROI calculation for Strategy 2025-10-08 19:37:24 +07:00
86dd6849ea Fix status IsFinished/IsOpen/IsForMetrics + use redis for markets on gmx.tsx instead of inmemory cache 2025-10-08 12:13:04 +07:00
67065469a6 Fix config update + remove messages + Summary fix for not open position 2025-10-08 02:52:11 +07:00
349a4c3696 Update redis healthcheck 2025-10-06 10:42:40 +07:00
1dbe2a48fc Fix proxy 2025-10-06 02:46:08 +07:00
fa292d1688 Update proxy web3 2025-10-06 02:36:03 +07:00
de48e758cf Fix build 2025-10-06 01:38:02 +07:00
6cbfff38d0 Remove logs on gmx sdk 2025-10-06 00:03:34 +07:00
dac0a9641f Fetch closed position to get last pnl realized 2025-10-05 23:31:17 +07:00
1e19e29cec Fix get Gas fees + position direction list 2025-09-26 12:02:07 +07:00
bcfeb693ce Update account/position and platform summary 2025-09-26 01:18:59 +07:00
40f3c66694 Add ETH and USDC balance check before start/restart bot and autoswap 2025-09-23 14:03:46 +07:00
7c3c0f38ec Fix autoswap 2025-09-22 00:22:39 +07:00
d58672f879 Add retry + idempotency on trading when try + add more tts 2025-09-20 02:28:16 +07:00
c2f3734021 Add Role based grain placement 2025-09-18 20:17:28 +07:00
e57b48da7c Fix proxy build 2025-09-17 16:10:34 +07:00
Oda
cee3902a4d Update SDK (#35)
* Update SDK for swap

* Fix web3proxy build

* Update types

* Fix swap

* Send token test and BASE transfer

* fix cache and hook

* Fix send

* Update health check with uiFeereceiver

* Fix sdk

* Fix get positions

* Fix timeoutloop

* Fix open position

* Fix closes positions

* Review
2025-09-17 14:28:56 +07:00
271dd70ad7 Fix Swap 2025-09-15 19:57:11 +07:00
f564c3efbd update claiming list 2025-09-07 15:14:59 +07:00
057abcd04d skip eth approve 2025-09-06 13:49:25 +07:00
5199f533b3 Skip simulation 2025-09-06 08:00:37 +07:00
1161b71dad Add build claim methods to test for UI Fee 2025-09-04 02:46:58 +07:00
5d7f73a794 update contracts and approval logs 2025-08-27 05:08:13 +07:00
9d808cfe1a Fix few things 2025-08-27 04:32:05 +07:00
0fb8178cea Add rpc url fallback to all gmx methods 2025-08-17 01:18:12 +07:00
09a217ca63 Fix timeout error for getposition 2025-08-17 00:52:53 +07:00
e38ad95a8b Fix convertion when getting positon 2025-08-17 00:35:41 +07:00
ab3e637ca7 Fix ETH openPosition 2025-08-16 19:12:20 +07:00
750f6cebbb rollback contracts 2025-08-16 07:37:47 +07:00
994fd5d9a6 Remove console.log 2025-08-15 22:13:25 +07:00
8315c36f30 Update proxy 2025-08-15 22:09:34 +07:00
b178f15beb Add new endpoint to retrieve balance 2025-08-15 20:18:02 +07:00
Oda
422fecea7b Postgres (#30)
* Add postgres

* Migrate users

* Migrate geneticRequest

* Try to fix Concurrent call

* Fix asyncawait

* Fix async and concurrent

* Migrate backtests

* Add cache for user by address

* Fix backtest migration

* Fix not open connection

* Fix backtest command error

* Fix concurrent

* Fix all concurrency

* Migrate TradingRepo

* Fix scenarios

* Migrate statistic repo

* Save botbackup

* Add settings et moneymanagement

* Add bot postgres

* fix a bit more backups

* Fix bot model

* Fix loading backup

* Remove cache market for read positions

* Add workers to postgre

* Fix workers api

* Reduce get Accounts for workers

* Migrate synth to postgre

* Fix backtest saved

* Remove mongodb

* botservice decorrelation

* Fix tradingbot scope call

* fix tradingbot

* fix concurrent

* Fix scope for genetics

* Fix account over requesting

* Fix bundle backtest worker

* fix a lot of things

* fix tab backtest

* Remove optimized moneymanagement

* Add light signal to not use User and too much property

* Make money management lighter

* insert indicators to awaitable

* Migrate add strategies to await

* Refactor scenario and indicator retrieval to use asynchronous methods throughout the application

* add more async await

* Add services

* Fix and clean

* Fix bot a bit

* Fix bot and add message for cooldown

* Remove fees

* Add script to deploy db

* Update dfeeploy script

* fix script

* Add idempotent script and backup

* finish script migration

* Fix did user and agent name on start bot
2025-07-27 20:42:17 +07:00
29c960eeca Update markets 2025-07-23 02:39:23 +07:00
2551dddc23 Disable ui fee 2025-07-08 13:04:52 +07:00
344d0b9b12 fix send ETH 2025-07-06 16:22:36 +07:00
f973be2e08 Send tokens 2025-07-06 14:39:01 +07:00