dexbot 1.3.2 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (738) hide show
  1. package/dist/analysis/chart_utils.d.ts +11 -9
  2. package/dist/analysis/chart_utils.d.ts.map +1 -1
  3. package/dist/analysis/chart_utils.js +21 -16
  4. package/dist/analysis/chart_utils.js.map +1 -1
  5. package/dist/analysis/math_utils.d.ts +4 -13
  6. package/dist/analysis/math_utils.d.ts.map +1 -1
  7. package/dist/analysis/math_utils.js +16 -18
  8. package/dist/analysis/math_utils.js.map +1 -1
  9. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.d.ts +3 -7
  10. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.d.ts.map +1 -1
  11. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js +38 -34
  12. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js.map +1 -1
  13. package/dist/analysis/trend_detection/hurst_analyzer.d.ts +1 -4
  14. package/dist/analysis/trend_detection/hurst_analyzer.d.ts.map +1 -1
  15. package/dist/analysis/trend_detection/hurst_analyzer.js +10 -7
  16. package/dist/analysis/trend_detection/hurst_analyzer.js.map +1 -1
  17. package/dist/analysis/trend_detection/kalman_trend_analyzer.d.ts +6 -6
  18. package/dist/analysis/trend_detection/kalman_trend_analyzer.d.ts.map +1 -1
  19. package/dist/analysis/trend_detection/kalman_trend_analyzer.js +23 -15
  20. package/dist/analysis/trend_detection/kalman_trend_analyzer.js.map +1 -1
  21. package/dist/analysis/trend_detection/kalman_velocity_smoothing.d.ts +12 -13
  22. package/dist/analysis/trend_detection/kalman_velocity_smoothing.d.ts.map +1 -1
  23. package/dist/analysis/trend_detection/kalman_velocity_smoothing.js +16 -16
  24. package/dist/analysis/trend_detection/kalman_velocity_smoothing.js.map +1 -1
  25. package/dist/analysis/trend_detection/permutation_entropy_analyzer.d.ts +1 -4
  26. package/dist/analysis/trend_detection/permutation_entropy_analyzer.d.ts.map +1 -1
  27. package/dist/analysis/trend_detection/permutation_entropy_analyzer.js +10 -7
  28. package/dist/analysis/trend_detection/permutation_entropy_analyzer.js.map +1 -1
  29. package/dist/bot.d.ts.map +1 -1
  30. package/dist/bot.js +6 -13
  31. package/dist/bot.js.map +1 -1
  32. package/dist/credential-daemon.d.ts.map +1 -1
  33. package/dist/credential-daemon.js +74 -35
  34. package/dist/credential-daemon.js.map +1 -1
  35. package/dist/dexbot.d.ts.map +1 -1
  36. package/dist/dexbot.js +16 -15
  37. package/dist/dexbot.js.map +1 -1
  38. package/dist/market_adapter/ama_signal_runner.d.ts +1 -1
  39. package/dist/market_adapter/ama_signal_runner.d.ts.map +1 -1
  40. package/dist/market_adapter/ama_signal_runner.js +8 -20
  41. package/dist/market_adapter/ama_signal_runner.js.map +1 -1
  42. package/dist/market_adapter/candle_utils.d.ts +2 -10
  43. package/dist/market_adapter/candle_utils.d.ts.map +1 -1
  44. package/dist/market_adapter/candle_utils.js +7 -8
  45. package/dist/market_adapter/candle_utils.js.map +1 -1
  46. package/dist/market_adapter/core/asymmetric_bounds.d.ts +12 -7
  47. package/dist/market_adapter/core/asymmetric_bounds.d.ts.map +1 -1
  48. package/dist/market_adapter/core/asymmetric_bounds.js +4 -5
  49. package/dist/market_adapter/core/asymmetric_bounds.js.map +1 -1
  50. package/dist/market_adapter/core/config_normalizers.d.ts +4 -9
  51. package/dist/market_adapter/core/config_normalizers.d.ts.map +1 -1
  52. package/dist/market_adapter/core/config_normalizers.js +9 -9
  53. package/dist/market_adapter/core/config_normalizers.js.map +1 -1
  54. package/dist/market_adapter/core/kibana_candles.d.ts +16 -20
  55. package/dist/market_adapter/core/kibana_candles.d.ts.map +1 -1
  56. package/dist/market_adapter/core/kibana_candles.js +16 -15
  57. package/dist/market_adapter/core/kibana_candles.js.map +1 -1
  58. package/dist/market_adapter/core/kibana_client.d.ts +8 -11
  59. package/dist/market_adapter/core/kibana_client.d.ts.map +1 -1
  60. package/dist/market_adapter/core/kibana_client.js +13 -11
  61. package/dist/market_adapter/core/kibana_client.js.map +1 -1
  62. package/dist/market_adapter/core/kibana_market_candles.d.ts +5 -12
  63. package/dist/market_adapter/core/kibana_market_candles.d.ts.map +1 -1
  64. package/dist/market_adapter/core/kibana_market_candles.js +12 -21
  65. package/dist/market_adapter/core/kibana_market_candles.js.map +1 -1
  66. package/dist/market_adapter/core/market_adapter_service.d.ts +75 -53
  67. package/dist/market_adapter/core/market_adapter_service.d.ts.map +1 -1
  68. package/dist/market_adapter/core/market_adapter_service.js +102 -98
  69. package/dist/market_adapter/core/market_adapter_service.js.map +1 -1
  70. package/dist/market_adapter/core/strategies/ama.d.ts +21 -1
  71. package/dist/market_adapter/core/strategies/ama.d.ts.map +1 -1
  72. package/dist/market_adapter/core/strategies/ama.js +10 -10
  73. package/dist/market_adapter/core/strategies/ama.js.map +1 -1
  74. package/dist/market_adapter/core/strategies/ama_slope_model.d.ts +7 -11
  75. package/dist/market_adapter/core/strategies/ama_slope_model.d.ts.map +1 -1
  76. package/dist/market_adapter/core/strategies/ama_slope_model.js +23 -30
  77. package/dist/market_adapter/core/strategies/ama_slope_model.js.map +1 -1
  78. package/dist/market_adapter/core/strategies/atr/calculator.d.ts +5 -4
  79. package/dist/market_adapter/core/strategies/atr/calculator.d.ts.map +1 -1
  80. package/dist/market_adapter/core/strategies/atr/calculator.js +5 -3
  81. package/dist/market_adapter/core/strategies/atr/calculator.js.map +1 -1
  82. package/dist/market_adapter/core/strategies/collateral_manager.d.ts +4 -7
  83. package/dist/market_adapter/core/strategies/collateral_manager.d.ts.map +1 -1
  84. package/dist/market_adapter/core/strategies/collateral_manager.js +5 -4
  85. package/dist/market_adapter/core/strategies/collateral_manager.js.map +1 -1
  86. package/dist/market_adapter/core/strategies/regime_gate.d.ts +11 -19
  87. package/dist/market_adapter/core/strategies/regime_gate.d.ts.map +1 -1
  88. package/dist/market_adapter/core/strategies/regime_gate.js +22 -22
  89. package/dist/market_adapter/core/strategies/regime_gate.js.map +1 -1
  90. package/dist/market_adapter/index.d.ts +24 -2
  91. package/dist/market_adapter/index.d.ts.map +1 -1
  92. package/dist/market_adapter/index.js +82 -56
  93. package/dist/market_adapter/index.js.map +1 -1
  94. package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js +26 -37
  95. package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js.map +1 -1
  96. package/dist/market_adapter/inputs/fetch_lp_data.d.ts +4 -12
  97. package/dist/market_adapter/inputs/fetch_lp_data.d.ts.map +1 -1
  98. package/dist/market_adapter/inputs/fetch_lp_data.js +100 -66
  99. package/dist/market_adapter/inputs/fetch_lp_data.js.map +1 -1
  100. package/dist/market_adapter/inputs/kibana_source.d.ts +4 -9
  101. package/dist/market_adapter/inputs/kibana_source.d.ts.map +1 -1
  102. package/dist/market_adapter/inputs/kibana_source.js +17 -18
  103. package/dist/market_adapter/inputs/kibana_source.js.map +1 -1
  104. package/dist/market_adapter/interval_utils.d.ts +1 -4
  105. package/dist/market_adapter/interval_utils.d.ts.map +1 -1
  106. package/dist/market_adapter/interval_utils.js +2 -3
  107. package/dist/market_adapter/interval_utils.js.map +1 -1
  108. package/dist/market_adapter/log_format.d.ts +1 -9
  109. package/dist/market_adapter/log_format.d.ts.map +1 -1
  110. package/dist/market_adapter/log_format.js +7 -8
  111. package/dist/market_adapter/log_format.js.map +1 -1
  112. package/dist/market_adapter/lp_chart_core.d.ts +1 -4
  113. package/dist/market_adapter/lp_chart_core.d.ts.map +1 -1
  114. package/dist/market_adapter/lp_chart_core.js +22 -20
  115. package/dist/market_adapter/lp_chart_core.js.map +1 -1
  116. package/dist/market_adapter/lp_chart_runner.d.ts +13 -24
  117. package/dist/market_adapter/lp_chart_runner.d.ts.map +1 -1
  118. package/dist/market_adapter/lp_chart_runner.js +58 -56
  119. package/dist/market_adapter/lp_chart_runner.js.map +1 -1
  120. package/dist/market_adapter/lp_chart_strategy_loader.d.ts +4 -17
  121. package/dist/market_adapter/lp_chart_strategy_loader.d.ts.map +1 -1
  122. package/dist/market_adapter/lp_chart_strategy_loader.js +36 -36
  123. package/dist/market_adapter/lp_chart_strategy_loader.js.map +1 -1
  124. package/dist/market_adapter/market_adapter.d.ts +51 -72
  125. package/dist/market_adapter/market_adapter.d.ts.map +1 -1
  126. package/dist/market_adapter/market_adapter.js +227 -192
  127. package/dist/market_adapter/market_adapter.js.map +1 -1
  128. package/dist/market_adapter/merge_lp_data.js +17 -16
  129. package/dist/market_adapter/merge_lp_data.js.map +1 -1
  130. package/dist/market_adapter/test_helpers.d.ts +9 -13
  131. package/dist/market_adapter/test_helpers.d.ts.map +1 -1
  132. package/dist/market_adapter/test_helpers.js +14 -14
  133. package/dist/market_adapter/test_helpers.js.map +1 -1
  134. package/dist/market_adapter/utils/adapter_client.d.ts +6 -14
  135. package/dist/market_adapter/utils/adapter_client.d.ts.map +1 -1
  136. package/dist/market_adapter/utils/adapter_client.js +16 -15
  137. package/dist/market_adapter/utils/adapter_client.js.map +1 -1
  138. package/dist/market_adapter/utils/atomic_write.d.ts +2 -5
  139. package/dist/market_adapter/utils/atomic_write.d.ts.map +1 -1
  140. package/dist/market_adapter/utils/atomic_write.js +5 -5
  141. package/dist/market_adapter/utils/atomic_write.js.map +1 -1
  142. package/dist/market_adapter/utils/chain.d.ts +19 -21
  143. package/dist/market_adapter/utils/chain.d.ts.map +1 -1
  144. package/dist/market_adapter/utils/chain.js +15 -16
  145. package/dist/market_adapter/utils/chain.js.map +1 -1
  146. package/dist/market_adapter/utils/data_discovery.d.ts +1 -4
  147. package/dist/market_adapter/utils/data_discovery.d.ts.map +1 -1
  148. package/dist/market_adapter/utils/data_discovery.js +10 -10
  149. package/dist/market_adapter/utils/data_discovery.js.map +1 -1
  150. package/dist/market_adapter/utils/dynamic_grid_snapshot.d.ts +1 -6
  151. package/dist/market_adapter/utils/dynamic_grid_snapshot.d.ts.map +1 -1
  152. package/dist/market_adapter/utils/dynamic_grid_snapshot.js +14 -14
  153. package/dist/market_adapter/utils/dynamic_grid_snapshot.js.map +1 -1
  154. package/dist/market_adapter/utils/file_lock.d.ts +1 -7
  155. package/dist/market_adapter/utils/file_lock.d.ts.map +1 -1
  156. package/dist/market_adapter/utils/file_lock.js +21 -25
  157. package/dist/market_adapter/utils/file_lock.js.map +1 -1
  158. package/dist/market_adapter/utils/native_history.d.ts +12 -12
  159. package/dist/market_adapter/utils/native_history.d.ts.map +1 -1
  160. package/dist/market_adapter/utils/native_history.js +15 -15
  161. package/dist/market_adapter/utils/native_history.js.map +1 -1
  162. package/dist/market_adapter/utils/paths.d.ts +2 -4
  163. package/dist/market_adapter/utils/paths.d.ts.map +1 -1
  164. package/dist/market_adapter/utils/paths.js +6 -5
  165. package/dist/market_adapter/utils/paths.js.map +1 -1
  166. package/dist/modules/account_bots.d.ts +7 -8
  167. package/dist/modules/account_bots.d.ts.map +1 -1
  168. package/dist/modules/account_bots.js +92 -114
  169. package/dist/modules/account_bots.js.map +1 -1
  170. package/dist/modules/account_orders.d.ts +5 -9
  171. package/dist/modules/account_orders.d.ts.map +1 -1
  172. package/dist/modules/account_orders.js +69 -32
  173. package/dist/modules/account_orders.js.map +1 -1
  174. package/dist/modules/authority_resolver.d.ts +32 -1
  175. package/dist/modules/authority_resolver.d.ts.map +1 -1
  176. package/dist/modules/authority_resolver.js +18 -12
  177. package/dist/modules/authority_resolver.js.map +1 -1
  178. package/dist/modules/bitshares-native/chain_client.d.ts +3 -8
  179. package/dist/modules/bitshares-native/chain_client.d.ts.map +1 -1
  180. package/dist/modules/bitshares-native/chain_client.js +21 -16
  181. package/dist/modules/bitshares-native/chain_client.js.map +1 -1
  182. package/dist/modules/bitshares-native/crypto/ecc.browser.d.ts +21 -29
  183. package/dist/modules/bitshares-native/crypto/ecc.browser.d.ts.map +1 -1
  184. package/dist/modules/bitshares-native/crypto/ecc.browser.js +72 -38
  185. package/dist/modules/bitshares-native/crypto/ecc.browser.js.map +1 -1
  186. package/dist/modules/bitshares-native/crypto/ecc.d.ts +9 -36
  187. package/dist/modules/bitshares-native/crypto/ecc.d.ts.map +1 -1
  188. package/dist/modules/bitshares-native/crypto/ecc.js +40 -83
  189. package/dist/modules/bitshares-native/crypto/ecc.js.map +1 -1
  190. package/dist/modules/bitshares-native/crypto/ecc_selector.d.ts +14 -1
  191. package/dist/modules/bitshares-native/crypto/ecc_selector.d.ts.map +1 -1
  192. package/dist/modules/bitshares-native/crypto/ecc_selector.js +5 -3
  193. package/dist/modules/bitshares-native/crypto/ecc_selector.js.map +1 -1
  194. package/dist/modules/bitshares-native/index.d.ts +10 -2
  195. package/dist/modules/bitshares-native/index.d.ts.map +1 -1
  196. package/dist/modules/bitshares-native/index.js +68 -31
  197. package/dist/modules/bitshares-native/index.js.map +1 -1
  198. package/dist/modules/bitshares-native/lru_cache.d.ts +1 -4
  199. package/dist/modules/bitshares-native/lru_cache.d.ts.map +1 -1
  200. package/dist/modules/bitshares-native/lru_cache.js +6 -3
  201. package/dist/modules/bitshares-native/lru_cache.js.map +1 -1
  202. package/dist/modules/bitshares-native/resolvers.d.ts +3 -6
  203. package/dist/modules/bitshares-native/resolvers.d.ts.map +1 -1
  204. package/dist/modules/bitshares-native/resolvers.js +11 -9
  205. package/dist/modules/bitshares-native/resolvers.js.map +1 -1
  206. package/dist/modules/bitshares-native/serial/chain_constants.d.ts +53 -55
  207. package/dist/modules/bitshares-native/serial/chain_constants.d.ts.map +1 -1
  208. package/dist/modules/bitshares-native/serial/chain_constants.js +28 -27
  209. package/dist/modules/bitshares-native/serial/chain_constants.js.map +1 -1
  210. package/dist/modules/bitshares-native/serial/index.d.ts +5 -9
  211. package/dist/modules/bitshares-native/serial/index.d.ts.map +1 -1
  212. package/dist/modules/bitshares-native/serial/index.js +46 -12
  213. package/dist/modules/bitshares-native/serial/index.js.map +1 -1
  214. package/dist/modules/bitshares-native/serial/operations.d.ts +102 -100
  215. package/dist/modules/bitshares-native/serial/operations.d.ts.map +1 -1
  216. package/dist/modules/bitshares-native/serial/operations.js +473 -471
  217. package/dist/modules/bitshares-native/serial/operations.js.map +1 -1
  218. package/dist/modules/bitshares-native/serial/serializer.d.ts +2 -7
  219. package/dist/modules/bitshares-native/serial/serializer.d.ts.map +1 -1
  220. package/dist/modules/bitshares-native/serial/serializer.js +8 -3
  221. package/dist/modules/bitshares-native/serial/serializer.js.map +1 -1
  222. package/dist/modules/bitshares-native/serial/types.d.ts +26 -41
  223. package/dist/modules/bitshares-native/serial/types.d.ts.map +1 -1
  224. package/dist/modules/bitshares-native/serial/types.js +76 -42
  225. package/dist/modules/bitshares-native/serial/types.js.map +1 -1
  226. package/dist/modules/bitshares-native/signing_client.d.ts +1 -5
  227. package/dist/modules/bitshares-native/signing_client.d.ts.map +1 -1
  228. package/dist/modules/bitshares-native/signing_client.js +49 -11
  229. package/dist/modules/bitshares-native/signing_client.js.map +1 -1
  230. package/dist/modules/bitshares-native/subscriptions.d.ts +1 -4
  231. package/dist/modules/bitshares-native/subscriptions.d.ts.map +1 -1
  232. package/dist/modules/bitshares-native/subscriptions.js +47 -84
  233. package/dist/modules/bitshares-native/subscriptions.js.map +1 -1
  234. package/dist/modules/bitshares-native/transport.d.ts +1 -8
  235. package/dist/modules/bitshares-native/transport.d.ts.map +1 -1
  236. package/dist/modules/bitshares-native/transport.js +22 -15
  237. package/dist/modules/bitshares-native/transport.js.map +1 -1
  238. package/dist/modules/bitshares-native/tx/builder.d.ts +3 -8
  239. package/dist/modules/bitshares-native/tx/builder.d.ts.map +1 -1
  240. package/dist/modules/bitshares-native/tx/builder.js +61 -23
  241. package/dist/modules/bitshares-native/tx/builder.js.map +1 -1
  242. package/dist/modules/bitshares-native/tx/tx_cache.d.ts +1 -8
  243. package/dist/modules/bitshares-native/tx/tx_cache.d.ts.map +1 -1
  244. package/dist/modules/bitshares-native/tx/tx_cache.js +21 -17
  245. package/dist/modules/bitshares-native/tx/tx_cache.js.map +1 -1
  246. package/dist/modules/bitshares_client.d.ts +12 -23
  247. package/dist/modules/bitshares_client.d.ts.map +1 -1
  248. package/dist/modules/bitshares_client.js +109 -56
  249. package/dist/modules/bitshares_client.js.map +1 -1
  250. package/dist/modules/bot_settings.d.ts +1 -13
  251. package/dist/modules/bot_settings.d.ts.map +1 -1
  252. package/dist/modules/bot_settings.js +34 -34
  253. package/dist/modules/bot_settings.js.map +1 -1
  254. package/dist/modules/bots_file_lock.d.ts +3 -9
  255. package/dist/modules/bots_file_lock.d.ts.map +1 -1
  256. package/dist/modules/bots_file_lock.js +8 -9
  257. package/dist/modules/bots_file_lock.js.map +1 -1
  258. package/dist/modules/chain_keys.d.ts +7 -39
  259. package/dist/modules/chain_keys.d.ts.map +1 -1
  260. package/dist/modules/chain_keys.js +126 -90
  261. package/dist/modules/chain_keys.js.map +1 -1
  262. package/dist/modules/chain_orders.d.ts +46 -52
  263. package/dist/modules/chain_orders.d.ts.map +1 -1
  264. package/dist/modules/chain_orders.js +152 -104
  265. package/dist/modules/chain_orders.js.map +1 -1
  266. package/dist/modules/config.d.ts +50 -57
  267. package/dist/modules/config.d.ts.map +1 -1
  268. package/dist/modules/config.js +28 -24
  269. package/dist/modules/config.js.map +1 -1
  270. package/dist/modules/constants.d.ts +492 -492
  271. package/dist/modules/constants.d.ts.map +1 -1
  272. package/dist/modules/constants.js +79 -39
  273. package/dist/modules/constants.js.map +1 -1
  274. package/dist/modules/cr_planner.d.ts +1 -13
  275. package/dist/modules/cr_planner.d.ts.map +1 -1
  276. package/dist/modules/cr_planner.js +28 -28
  277. package/dist/modules/cr_planner.js.map +1 -1
  278. package/dist/modules/credential_policy.d.ts +18 -33
  279. package/dist/modules/credential_policy.d.ts.map +1 -1
  280. package/dist/modules/credential_policy.js +114 -87
  281. package/dist/modules/credential_policy.js.map +1 -1
  282. package/dist/modules/credential_runtime.d.ts +11 -21
  283. package/dist/modules/credential_runtime.d.ts.map +1 -1
  284. package/dist/modules/credential_runtime.js +40 -40
  285. package/dist/modules/credential_runtime.js.map +1 -1
  286. package/dist/modules/credential_session_cache.d.ts +8 -8
  287. package/dist/modules/credential_session_cache.d.ts.map +1 -1
  288. package/dist/modules/credential_session_cache.js +41 -8
  289. package/dist/modules/credential_session_cache.js.map +1 -1
  290. package/dist/modules/credit_runtime.d.ts +51 -316
  291. package/dist/modules/credit_runtime.d.ts.map +1 -1
  292. package/dist/modules/credit_runtime.js +257 -183
  293. package/dist/modules/credit_runtime.js.map +1 -1
  294. package/dist/modules/crypto/browser_provider.js +6 -6
  295. package/dist/modules/crypto/browser_provider.js.map +1 -1
  296. package/dist/modules/crypto/index.d.ts.map +1 -1
  297. package/dist/modules/crypto/index.js +2 -0
  298. package/dist/modules/crypto/index.js.map +1 -1
  299. package/dist/modules/crypto/sync.js +3 -3
  300. package/dist/modules/crypto/sync.js.map +1 -1
  301. package/dist/modules/dexbot_class.d.ts +124 -73
  302. package/dist/modules/dexbot_class.d.ts.map +1 -1
  303. package/dist/modules/dexbot_class.js +198 -3577
  304. package/dist/modules/dexbot_class.js.map +1 -1
  305. package/dist/modules/dexbot_cow_runtime.d.ts +322 -0
  306. package/dist/modules/dexbot_cow_runtime.d.ts.map +1 -0
  307. package/dist/modules/dexbot_cow_runtime.js +1836 -0
  308. package/dist/modules/dexbot_cow_runtime.js.map +1 -0
  309. package/dist/modules/dexbot_credential_client.d.ts +5 -11
  310. package/dist/modules/dexbot_credential_client.d.ts.map +1 -1
  311. package/dist/modules/dexbot_credential_client.js +32 -30
  312. package/dist/modules/dexbot_credential_client.js.map +1 -1
  313. package/dist/modules/dexbot_fill_runtime.d.ts +47 -15
  314. package/dist/modules/dexbot_fill_runtime.d.ts.map +1 -1
  315. package/dist/modules/dexbot_fill_runtime.js +565 -22
  316. package/dist/modules/dexbot_fill_runtime.js.map +1 -1
  317. package/dist/modules/dexbot_maintenance_runtime.d.ts +79 -10
  318. package/dist/modules/dexbot_maintenance_runtime.d.ts.map +1 -1
  319. package/dist/modules/dexbot_maintenance_runtime.js +294 -55
  320. package/dist/modules/dexbot_maintenance_runtime.js.map +1 -1
  321. package/dist/modules/dexbot_startup_runtime.d.ts +26 -0
  322. package/dist/modules/dexbot_startup_runtime.d.ts.map +1 -0
  323. package/dist/modules/dexbot_startup_runtime.js +575 -0
  324. package/dist/modules/dexbot_startup_runtime.js.map +1 -0
  325. package/dist/modules/dexbot_state_recovery.d.ts +115 -0
  326. package/dist/modules/dexbot_state_recovery.d.ts.map +1 -0
  327. package/dist/modules/dexbot_state_recovery.js +431 -0
  328. package/dist/modules/dexbot_state_recovery.js.map +1 -0
  329. package/dist/modules/fund_registry.d.ts +1 -13
  330. package/dist/modules/fund_registry.d.ts.map +1 -1
  331. package/dist/modules/fund_registry.js +23 -22
  332. package/dist/modules/fund_registry.js.map +1 -1
  333. package/dist/modules/general_settings.d.ts +3 -7
  334. package/dist/modules/general_settings.d.ts.map +1 -1
  335. package/dist/modules/general_settings.js +15 -15
  336. package/dist/modules/general_settings.js.map +1 -1
  337. package/dist/modules/graceful_shutdown.d.ts +1 -6
  338. package/dist/modules/graceful_shutdown.d.ts.map +1 -1
  339. package/dist/modules/graceful_shutdown.js +19 -16
  340. package/dist/modules/graceful_shutdown.js.map +1 -1
  341. package/dist/modules/key_store.d.ts.map +1 -1
  342. package/dist/modules/key_store.js +53 -20
  343. package/dist/modules/key_store.js.map +1 -1
  344. package/dist/modules/launcher/bot_supervisor.d.ts +23 -66
  345. package/dist/modules/launcher/bot_supervisor.d.ts.map +1 -1
  346. package/dist/modules/launcher/bot_supervisor.js +115 -107
  347. package/dist/modules/launcher/bot_supervisor.js.map +1 -1
  348. package/dist/modules/launcher/child_env.d.ts +2 -5
  349. package/dist/modules/launcher/child_env.d.ts.map +1 -1
  350. package/dist/modules/launcher/child_env.js +4 -4
  351. package/dist/modules/launcher/child_env.js.map +1 -1
  352. package/dist/modules/launcher/credential_bootstrap.d.ts +4 -8
  353. package/dist/modules/launcher/credential_bootstrap.d.ts.map +1 -1
  354. package/dist/modules/launcher/credential_bootstrap.js +30 -26
  355. package/dist/modules/launcher/credential_bootstrap.js.map +1 -1
  356. package/dist/modules/launcher/credential_daemon.d.ts +8 -15
  357. package/dist/modules/launcher/credential_daemon.d.ts.map +1 -1
  358. package/dist/modules/launcher/credential_daemon.js +72 -41
  359. package/dist/modules/launcher/credential_daemon.js.map +1 -1
  360. package/dist/modules/launcher/credential_secret.d.ts +1 -4
  361. package/dist/modules/launcher/credential_secret.d.ts.map +1 -1
  362. package/dist/modules/launcher/credential_secret.js +36 -4
  363. package/dist/modules/launcher/credential_secret.js.map +1 -1
  364. package/dist/modules/launcher/foreign_cred_daemon.d.ts +32 -1
  365. package/dist/modules/launcher/foreign_cred_daemon.d.ts.map +1 -1
  366. package/dist/modules/launcher/foreign_cred_daemon.js +25 -28
  367. package/dist/modules/launcher/foreign_cred_daemon.js.map +1 -1
  368. package/dist/modules/launcher/headless_password.d.ts +1 -4
  369. package/dist/modules/launcher/headless_password.d.ts.map +1 -1
  370. package/dist/modules/launcher/headless_password.js +11 -11
  371. package/dist/modules/launcher/headless_password.js.map +1 -1
  372. package/dist/modules/launcher/launch_modes.d.ts +15 -14
  373. package/dist/modules/launcher/launch_modes.d.ts.map +1 -1
  374. package/dist/modules/launcher/launch_modes.js +8 -8
  375. package/dist/modules/launcher/launch_modes.js.map +1 -1
  376. package/dist/modules/launcher/market_adapter_runtime.d.ts +10 -19
  377. package/dist/modules/launcher/market_adapter_runtime.d.ts.map +1 -1
  378. package/dist/modules/launcher/market_adapter_runtime.js +33 -34
  379. package/dist/modules/launcher/market_adapter_runtime.js.map +1 -1
  380. package/dist/modules/launcher/market_adapter_watchdog.d.ts +10 -17
  381. package/dist/modules/launcher/market_adapter_watchdog.d.ts.map +1 -1
  382. package/dist/modules/launcher/market_adapter_watchdog.js +42 -39
  383. package/dist/modules/launcher/market_adapter_watchdog.js.map +1 -1
  384. package/dist/modules/launcher/monolithic_runtime.d.ts +28 -57
  385. package/dist/modules/launcher/monolithic_runtime.d.ts.map +1 -1
  386. package/dist/modules/launcher/monolithic_runtime.js +135 -108
  387. package/dist/modules/launcher/monolithic_runtime.js.map +1 -1
  388. package/dist/modules/launcher/runtime_entry.d.ts +5 -10
  389. package/dist/modules/launcher/runtime_entry.d.ts.map +1 -1
  390. package/dist/modules/launcher/runtime_entry.js +14 -14
  391. package/dist/modules/launcher/runtime_entry.js.map +1 -1
  392. package/dist/modules/launcher/status_reporting.d.ts +17 -37
  393. package/dist/modules/launcher/status_reporting.d.ts.map +1 -1
  394. package/dist/modules/launcher/status_reporting.js +35 -34
  395. package/dist/modules/launcher/status_reporting.js.map +1 -1
  396. package/dist/modules/launcher/supervisor_control.d.ts +1 -4
  397. package/dist/modules/launcher/supervisor_control.d.ts.map +1 -1
  398. package/dist/modules/launcher/supervisor_control.js +9 -4
  399. package/dist/modules/launcher/supervisor_control.js.map +1 -1
  400. package/dist/modules/logger.d.ts +3 -1
  401. package/dist/modules/logger.d.ts.map +1 -1
  402. package/dist/modules/logger.js +38 -28
  403. package/dist/modules/logger.js.map +1 -1
  404. package/dist/modules/market_adapter_whitelist.d.ts +2 -10
  405. package/dist/modules/market_adapter_whitelist.d.ts.map +1 -1
  406. package/dist/modules/market_adapter_whitelist.js +18 -16
  407. package/dist/modules/market_adapter_whitelist.js.map +1 -1
  408. package/dist/modules/node_health_cache.d.ts +2 -12
  409. package/dist/modules/node_health_cache.d.ts.map +1 -1
  410. package/dist/modules/node_health_cache.js +24 -24
  411. package/dist/modules/node_health_cache.js.map +1 -1
  412. package/dist/modules/node_manager.d.ts +1 -1
  413. package/dist/modules/node_manager.d.ts.map +1 -1
  414. package/dist/modules/node_manager.js +44 -38
  415. package/dist/modules/node_manager.js.map +1 -1
  416. package/dist/modules/order/accounting.d.ts +12 -12
  417. package/dist/modules/order/accounting.d.ts.map +1 -1
  418. package/dist/modules/order/accounting.js +111 -76
  419. package/dist/modules/order/accounting.js.map +1 -1
  420. package/dist/modules/order/async_lock.d.ts +1 -2
  421. package/dist/modules/order/async_lock.d.ts.map +1 -1
  422. package/dist/modules/order/async_lock.js +4 -4
  423. package/dist/modules/order/async_lock.js.map +1 -1
  424. package/dist/modules/order/export.d.ts +8 -14
  425. package/dist/modules/order/export.d.ts.map +1 -1
  426. package/dist/modules/order/export.js +77 -42
  427. package/dist/modules/order/export.js.map +1 -1
  428. package/dist/modules/order/format.d.ts +17 -22
  429. package/dist/modules/order/format.d.ts.map +1 -1
  430. package/dist/modules/order/format.js +25 -31
  431. package/dist/modules/order/format.js.map +1 -1
  432. package/dist/modules/order/grid.d.ts +18 -104
  433. package/dist/modules/order/grid.d.ts.map +1 -1
  434. package/dist/modules/order/grid.js +246 -188
  435. package/dist/modules/order/grid.js.map +1 -1
  436. package/dist/modules/order/grid_reconcile.d.ts +8 -8
  437. package/dist/modules/order/grid_reconcile.d.ts.map +1 -1
  438. package/dist/modules/order/grid_reconcile.js +24 -24
  439. package/dist/modules/order/grid_reconcile.js.map +1 -1
  440. package/dist/modules/order/grid_reconcile_internal.d.ts +224 -1
  441. package/dist/modules/order/grid_reconcile_internal.d.ts.map +1 -1
  442. package/dist/modules/order/grid_reconcile_internal.js +145 -72
  443. package/dist/modules/order/grid_reconcile_internal.js.map +1 -1
  444. package/dist/modules/order/index.d.ts +1 -1
  445. package/dist/modules/order/index.d.ts.map +1 -1
  446. package/dist/modules/order/index.js +42 -7
  447. package/dist/modules/order/index.js.map +1 -1
  448. package/dist/modules/order/logger.d.ts +6 -16
  449. package/dist/modules/order/logger.d.ts.map +1 -1
  450. package/dist/modules/order/logger.js +76 -53
  451. package/dist/modules/order/logger.js.map +1 -1
  452. package/dist/modules/order/logger_state.d.ts +4 -4
  453. package/dist/modules/order/logger_state.d.ts.map +1 -1
  454. package/dist/modules/order/logger_state.js +3 -1
  455. package/dist/modules/order/logger_state.js.map +1 -1
  456. package/dist/modules/order/manager.d.ts +160 -37
  457. package/dist/modules/order/manager.d.ts.map +1 -1
  458. package/dist/modules/order/manager.js +166 -128
  459. package/dist/modules/order/manager.js.map +1 -1
  460. package/dist/modules/order/processed_fill_store.d.ts +6 -10
  461. package/dist/modules/order/processed_fill_store.d.ts.map +1 -1
  462. package/dist/modules/order/processed_fill_store.js +10 -9
  463. package/dist/modules/order/processed_fill_store.js.map +1 -1
  464. package/dist/modules/order/strategy.d.ts +3 -3
  465. package/dist/modules/order/strategy.d.ts.map +1 -1
  466. package/dist/modules/order/strategy.js +29 -27
  467. package/dist/modules/order/strategy.js.map +1 -1
  468. package/dist/modules/order/sync_engine.d.ts +9 -19
  469. package/dist/modules/order/sync_engine.d.ts.map +1 -1
  470. package/dist/modules/order/sync_engine.js +176 -126
  471. package/dist/modules/order/sync_engine.js.map +1 -1
  472. package/dist/modules/order/utils/math.d.ts +55 -85
  473. package/dist/modules/order/utils/math.d.ts.map +1 -1
  474. package/dist/modules/order/utils/math.js +155 -88
  475. package/dist/modules/order/utils/math.js.map +1 -1
  476. package/dist/modules/order/utils/order.d.ts +27 -72
  477. package/dist/modules/order/utils/order.d.ts.map +1 -1
  478. package/dist/modules/order/utils/order.js +144 -105
  479. package/dist/modules/order/utils/order.js.map +1 -1
  480. package/dist/modules/order/utils/system.d.ts +74 -44
  481. package/dist/modules/order/utils/system.d.ts.map +1 -1
  482. package/dist/modules/order/utils/system.js +188 -149
  483. package/dist/modules/order/utils/system.js.map +1 -1
  484. package/dist/modules/order/utils/validate.d.ts +21 -43
  485. package/dist/modules/order/utils/validate.d.ts.map +1 -1
  486. package/dist/modules/order/utils/validate.js +140 -110
  487. package/dist/modules/order/utils/validate.js.map +1 -1
  488. package/dist/modules/order/working_grid.d.ts +1 -4
  489. package/dist/modules/order/working_grid.d.ts.map +1 -1
  490. package/dist/modules/order/working_grid.js +9 -7
  491. package/dist/modules/order/working_grid.js.map +1 -1
  492. package/dist/modules/path_api.js +2 -2
  493. package/dist/modules/path_api.js.map +1 -1
  494. package/dist/modules/paths.d.ts +51 -55
  495. package/dist/modules/paths.d.ts.map +1 -1
  496. package/dist/modules/paths.js +72 -52
  497. package/dist/modules/paths.js.map +1 -1
  498. package/dist/modules/process_discovery.d.ts +1 -1
  499. package/dist/modules/process_discovery.d.ts.map +1 -1
  500. package/dist/modules/process_discovery.js +7 -7
  501. package/dist/modules/process_discovery.js.map +1 -1
  502. package/dist/modules/runtime.d.ts +1 -1
  503. package/dist/modules/runtime.d.ts.map +1 -1
  504. package/dist/modules/runtime.js +4 -4
  505. package/dist/modules/runtime.js.map +1 -1
  506. package/dist/modules/runtime_settings.d.ts +1 -0
  507. package/dist/modules/runtime_settings.d.ts.map +1 -1
  508. package/dist/modules/runtime_settings.js +15 -10
  509. package/dist/modules/runtime_settings.js.map +1 -1
  510. package/dist/modules/settings_merge.d.ts +1 -4
  511. package/dist/modules/settings_merge.d.ts.map +1 -1
  512. package/dist/modules/settings_merge.js +2 -1
  513. package/dist/modules/settings_merge.js.map +1 -1
  514. package/dist/modules/storage/browser_adapter.d.ts +7 -3
  515. package/dist/modules/storage/browser_adapter.d.ts.map +1 -1
  516. package/dist/modules/storage/browser_adapter.js +2 -0
  517. package/dist/modules/storage/browser_adapter.js.map +1 -1
  518. package/dist/modules/storage/index.d.ts +2 -2
  519. package/dist/modules/storage/index.d.ts.map +1 -1
  520. package/dist/modules/storage/index.js +2 -5
  521. package/dist/modules/storage/index.js.map +1 -1
  522. package/dist/modules/storage/node_adapter.d.ts +3 -3
  523. package/dist/modules/storage/node_adapter.d.ts.map +1 -1
  524. package/dist/modules/storage/node_adapter.js +9 -7
  525. package/dist/modules/storage/node_adapter.js.map +1 -1
  526. package/dist/modules/storage/types.d.ts +13 -10
  527. package/dist/modules/storage/types.d.ts.map +1 -1
  528. package/dist/modules/types.d.ts +0 -2
  529. package/dist/modules/types.d.ts.map +1 -1
  530. package/dist/modules/utils/base58check.d.ts +1 -9
  531. package/dist/modules/utils/base58check.d.ts.map +1 -1
  532. package/dist/modules/utils/base58check.js +14 -16
  533. package/dist/modules/utils/base58check.js.map +1 -1
  534. package/dist/modules/utils/build_dir.d.ts +2 -5
  535. package/dist/modules/utils/build_dir.d.ts.map +1 -1
  536. package/dist/modules/utils/build_dir.js +6 -3
  537. package/dist/modules/utils/build_dir.js.map +1 -1
  538. package/dist/modules/utils/errors.d.ts +2 -0
  539. package/dist/modules/utils/errors.d.ts.map +1 -0
  540. package/dist/modules/utils/errors.js +12 -0
  541. package/dist/modules/utils/errors.js.map +1 -0
  542. package/dist/modules/utils/fs_utils.d.ts +1 -8
  543. package/dist/modules/utils/fs_utils.d.ts.map +1 -1
  544. package/dist/modules/utils/fs_utils.js +8 -3
  545. package/dist/modules/utils/fs_utils.js.map +1 -1
  546. package/dist/modules/utils/math_utils.d.ts +2 -6
  547. package/dist/modules/utils/math_utils.d.ts.map +1 -1
  548. package/dist/modules/utils/math_utils.js +6 -2
  549. package/dist/modules/utils/math_utils.js.map +1 -1
  550. package/dist/modules/validate_profiles.d.ts +1 -11
  551. package/dist/modules/validate_profiles.d.ts.map +1 -1
  552. package/dist/modules/validate_profiles.js +25 -27
  553. package/dist/modules/validate_profiles.js.map +1 -1
  554. package/dist/pm2.d.ts +7 -6
  555. package/dist/pm2.d.ts.map +1 -1
  556. package/dist/pm2.js +132 -106
  557. package/dist/pm2.js.map +1 -1
  558. package/dist/scripts/analyze-git.d.ts.map +1 -1
  559. package/dist/scripts/analyze-git.js +15 -11
  560. package/dist/scripts/analyze-git.js.map +1 -1
  561. package/dist/scripts/analyze-orders.d.ts +146 -1
  562. package/dist/scripts/analyze-orders.d.ts.map +1 -1
  563. package/dist/scripts/analyze-orders.js +81 -105
  564. package/dist/scripts/analyze-orders.js.map +1 -1
  565. package/dist/scripts/diagnose-pool-history.d.ts.map +1 -1
  566. package/dist/scripts/diagnose-pool-history.js +9 -8
  567. package/dist/scripts/diagnose-pool-history.js.map +1 -1
  568. package/dist/scripts/divergence-calc.d.ts.map +1 -1
  569. package/dist/scripts/divergence-calc.js +11 -8
  570. package/dist/scripts/divergence-calc.js.map +1 -1
  571. package/dist/scripts/fix-err-message.d.ts +3 -0
  572. package/dist/scripts/fix-err-message.d.ts.map +1 -0
  573. package/dist/scripts/fix-err-message.js +198 -0
  574. package/dist/scripts/fix-err-message.js.map +1 -0
  575. package/dist/scripts/generate_lp_chart.d.ts +2 -9
  576. package/dist/scripts/generate_lp_chart.d.ts.map +1 -1
  577. package/dist/scripts/generate_lp_chart.js +14 -10
  578. package/dist/scripts/generate_lp_chart.js.map +1 -1
  579. package/dist/scripts/generate_mainnet_corpus_report.js +4 -4
  580. package/dist/scripts/generate_mainnet_corpus_report.js.map +1 -1
  581. package/dist/scripts/generate_market_adapter_whitelist.d.ts +17 -1
  582. package/dist/scripts/generate_market_adapter_whitelist.d.ts.map +1 -1
  583. package/dist/scripts/generate_market_adapter_whitelist.js +23 -20
  584. package/dist/scripts/generate_market_adapter_whitelist.js.map +1 -1
  585. package/dist/scripts/migrate_bot_keys.d.ts +1 -4
  586. package/dist/scripts/migrate_bot_keys.d.ts.map +1 -1
  587. package/dist/scripts/migrate_bot_keys.js +48 -124
  588. package/dist/scripts/migrate_bot_keys.js.map +1 -1
  589. package/dist/scripts/native_release_gates.d.ts.map +1 -1
  590. package/dist/scripts/native_release_gates.js +18 -14
  591. package/dist/scripts/native_release_gates.js.map +1 -1
  592. package/dist/scripts/print_grid.js +1 -1
  593. package/dist/scripts/print_grid.js.map +1 -1
  594. package/dist/scripts/run-tests.js +1 -0
  595. package/dist/scripts/run-tests.js.map +1 -1
  596. package/dist/scripts/runner.d.ts +1 -11
  597. package/dist/scripts/runner.d.ts.map +1 -1
  598. package/dist/scripts/runner.js +21 -19
  599. package/dist/scripts/runner.js.map +1 -1
  600. package/dist/scripts/test-credit-renewal.d.ts.map +1 -1
  601. package/dist/scripts/test-credit-renewal.js +2 -1
  602. package/dist/scripts/test-credit-renewal.js.map +1 -1
  603. package/dist/scripts/update.d.ts.map +1 -1
  604. package/dist/scripts/update.js +85 -79
  605. package/dist/scripts/update.js.map +1 -1
  606. package/dist/scripts/validate_bots.js +2 -2
  607. package/dist/scripts/validate_bots.js.map +1 -1
  608. package/dist/scripts/verify-browser-bundle.js +25 -1
  609. package/dist/scripts/verify-browser-bundle.js.map +1 -1
  610. package/dist/unlock.d.ts +4 -17
  611. package/dist/unlock.d.ts.map +1 -1
  612. package/dist/unlock.js +141 -108
  613. package/dist/unlock.js.map +1 -1
  614. package/package.json +7 -2
  615. package/dist/analysis/ama_fitting/analyze_ama_price_changes.d.ts +0 -3
  616. package/dist/analysis/ama_fitting/analyze_ama_price_changes.d.ts.map +0 -1
  617. package/dist/analysis/ama_fitting/analyze_ama_price_changes.js +0 -149
  618. package/dist/analysis/ama_fitting/analyze_ama_price_changes.js.map +0 -1
  619. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.d.ts +0 -3
  620. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.d.ts.map +0 -1
  621. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js +0 -387
  622. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js.map +0 -1
  623. package/dist/analysis/ama_fitting/calibrate_convergence_er.d.ts +0 -3
  624. package/dist/analysis/ama_fitting/calibrate_convergence_er.d.ts.map +0 -1
  625. package/dist/analysis/ama_fitting/calibrate_convergence_er.js +0 -200
  626. package/dist/analysis/ama_fitting/calibrate_convergence_er.js.map +0 -1
  627. package/dist/analysis/ama_fitting/fetch_lp_candles.d.ts +0 -3
  628. package/dist/analysis/ama_fitting/fetch_lp_candles.d.ts.map +0 -1
  629. package/dist/analysis/ama_fitting/fetch_lp_candles.js +0 -212
  630. package/dist/analysis/ama_fitting/fetch_lp_candles.js.map +0 -1
  631. package/dist/analysis/ama_fitting/generate_unified_comparison_chart.d.ts +0 -31
  632. package/dist/analysis/ama_fitting/generate_unified_comparison_chart.d.ts.map +0 -1
  633. package/dist/analysis/ama_fitting/generate_unified_comparison_chart.js +0 -249
  634. package/dist/analysis/ama_fitting/generate_unified_comparison_chart.js.map +0 -1
  635. package/dist/analysis/ama_fitting/optimizer_high_resolution.d.ts +0 -2
  636. package/dist/analysis/ama_fitting/optimizer_high_resolution.d.ts.map +0 -1
  637. package/dist/analysis/ama_fitting/optimizer_high_resolution.js +0 -782
  638. package/dist/analysis/ama_fitting/optimizer_high_resolution.js.map +0 -1
  639. package/dist/analysis/analyze_derivatives.d.ts +0 -95
  640. package/dist/analysis/analyze_derivatives.d.ts.map +0 -1
  641. package/dist/analysis/analyze_derivatives.js +0 -295
  642. package/dist/analysis/analyze_derivatives.js.map +0 -1
  643. package/dist/analysis/analyze_dynamic_weight.d.ts +0 -14
  644. package/dist/analysis/analyze_dynamic_weight.d.ts.map +0 -1
  645. package/dist/analysis/analyze_dynamic_weight.js +0 -207
  646. package/dist/analysis/analyze_dynamic_weight.js.map +0 -1
  647. package/dist/analysis/analyze_kalman.d.ts +0 -13
  648. package/dist/analysis/analyze_kalman.d.ts.map +0 -1
  649. package/dist/analysis/analyze_kalman.js +0 -123
  650. package/dist/analysis/analyze_kalman.js.map +0 -1
  651. package/dist/analysis/analyze_regime.d.ts +0 -20
  652. package/dist/analysis/analyze_regime.d.ts.map +0 -1
  653. package/dist/analysis/analyze_regime.js +0 -139
  654. package/dist/analysis/analyze_regime.js.map +0 -1
  655. package/dist/analysis/analyze_regime_windows.d.ts +0 -19
  656. package/dist/analysis/analyze_regime_windows.d.ts.map +0 -1
  657. package/dist/analysis/analyze_regime_windows.js +0 -413
  658. package/dist/analysis/analyze_regime_windows.js.map +0 -1
  659. package/dist/analysis/analyze_risk_profile.d.ts +0 -3
  660. package/dist/analysis/analyze_risk_profile.d.ts.map +0 -1
  661. package/dist/analysis/analyze_risk_profile.js +0 -159
  662. package/dist/analysis/analyze_risk_profile.js.map +0 -1
  663. package/dist/analysis/analyze_trade_heatmap.d.ts +0 -3
  664. package/dist/analysis/analyze_trade_heatmap.d.ts.map +0 -1
  665. package/dist/analysis/analyze_trade_heatmap.js +0 -367
  666. package/dist/analysis/analyze_trade_heatmap.js.map +0 -1
  667. package/dist/analysis/analyze_volatility.d.ts +0 -22
  668. package/dist/analysis/analyze_volatility.d.ts.map +0 -1
  669. package/dist/analysis/analyze_volatility.js +0 -172
  670. package/dist/analysis/analyze_volatility.js.map +0 -1
  671. package/dist/analysis/bot_fitting/backtest_ama_sweep.d.ts +0 -99
  672. package/dist/analysis/bot_fitting/backtest_ama_sweep.d.ts.map +0 -1
  673. package/dist/analysis/bot_fitting/backtest_ama_sweep.js +0 -804
  674. package/dist/analysis/bot_fitting/backtest_ama_sweep.js.map +0 -1
  675. package/dist/analysis/bot_fitting/backtest_bot_fitting.d.ts +0 -2
  676. package/dist/analysis/bot_fitting/backtest_bot_fitting.d.ts.map +0 -1
  677. package/dist/analysis/bot_fitting/backtest_bot_fitting.js +0 -347
  678. package/dist/analysis/bot_fitting/backtest_bot_fitting.js.map +0 -1
  679. package/dist/analysis/bot_fitting/shared_utils.d.ts +0 -15
  680. package/dist/analysis/bot_fitting/shared_utils.d.ts.map +0 -1
  681. package/dist/analysis/bot_fitting/shared_utils.js +0 -48
  682. package/dist/analysis/bot_fitting/shared_utils.js.map +0 -1
  683. package/dist/analysis/bot_key_utils.d.ts +0 -22
  684. package/dist/analysis/bot_key_utils.d.ts.map +0 -1
  685. package/dist/analysis/bot_key_utils.js +0 -162
  686. package/dist/analysis/bot_key_utils.js.map +0 -1
  687. package/dist/analysis/bot_usage/discover_bot_accounts.d.ts +0 -3
  688. package/dist/analysis/bot_usage/discover_bot_accounts.d.ts.map +0 -1
  689. package/dist/analysis/bot_usage/discover_bot_accounts.js +0 -498
  690. package/dist/analysis/bot_usage/discover_bot_accounts.js.map +0 -1
  691. package/dist/analysis/bot_usage/kibana_bot_queries.d.ts +0 -546
  692. package/dist/analysis/bot_usage/kibana_bot_queries.d.ts.map +0 -1
  693. package/dist/analysis/bot_usage/kibana_bot_queries.js +0 -427
  694. package/dist/analysis/bot_usage/kibana_bot_queries.js.map +0 -1
  695. package/dist/analysis/derivative_chart_generator.d.ts +0 -18
  696. package/dist/analysis/derivative_chart_generator.d.ts.map +0 -1
  697. package/dist/analysis/derivative_chart_generator.js +0 -896
  698. package/dist/analysis/derivative_chart_generator.js.map +0 -1
  699. package/dist/analysis/price_sources.d.ts +0 -34
  700. package/dist/analysis/price_sources.d.ts.map +0 -1
  701. package/dist/analysis/price_sources.js +0 -103
  702. package/dist/analysis/price_sources.js.map +0 -1
  703. package/dist/analysis/trade_profitability.d.ts +0 -115
  704. package/dist/analysis/trade_profitability.d.ts.map +0 -1
  705. package/dist/analysis/trade_profitability.js +0 -1247
  706. package/dist/analysis/trade_profitability.js.map +0 -1
  707. package/dist/analysis/tradingview/analyze_tradingview.d.ts +0 -36
  708. package/dist/analysis/tradingview/analyze_tradingview.d.ts.map +0 -1
  709. package/dist/analysis/tradingview/analyze_tradingview.js +0 -172
  710. package/dist/analysis/tradingview/analyze_tradingview.js.map +0 -1
  711. package/dist/analysis/trend_detection/derivative_analyzer.d.ts +0 -250
  712. package/dist/analysis/trend_detection/derivative_analyzer.d.ts.map +0 -1
  713. package/dist/analysis/trend_detection/derivative_analyzer.js +0 -903
  714. package/dist/analysis/trend_detection/derivative_analyzer.js.map +0 -1
  715. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.d.ts +0 -6
  716. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.d.ts.map +0 -1
  717. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js +0 -1450
  718. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js.map +0 -1
  719. package/dist/analysis/trend_detection/kalman_chart_generator.d.ts +0 -6
  720. package/dist/analysis/trend_detection/kalman_chart_generator.d.ts.map +0 -1
  721. package/dist/analysis/trend_detection/kalman_chart_generator.js +0 -408
  722. package/dist/analysis/trend_detection/kalman_chart_generator.js.map +0 -1
  723. package/dist/analysis/trend_detection/regime_chart_generator.d.ts +0 -6
  724. package/dist/analysis/trend_detection/regime_chart_generator.d.ts.map +0 -1
  725. package/dist/analysis/trend_detection/regime_chart_generator.js +0 -345
  726. package/dist/analysis/trend_detection/regime_chart_generator.js.map +0 -1
  727. package/dist/analysis/trend_detection/tests/test_kalman_trend.d.ts +0 -2
  728. package/dist/analysis/trend_detection/tests/test_kalman_trend.d.ts.map +0 -1
  729. package/dist/analysis/trend_detection/tests/test_kalman_trend.js +0 -130
  730. package/dist/analysis/trend_detection/tests/test_kalman_trend.js.map +0 -1
  731. package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.d.ts +0 -2
  732. package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.d.ts.map +0 -1
  733. package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.js +0 -38
  734. package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.js.map +0 -1
  735. package/dist/analysis/trend_detection/volatility_chart_generator.d.ts +0 -6
  736. package/dist/analysis/trend_detection/volatility_chart_generator.d.ts.map +0 -1
  737. package/dist/analysis/trend_detection/volatility_chart_generator.js +0 -732
  738. package/dist/analysis/trend_detection/volatility_chart_generator.js.map +0 -1
@@ -45,23 +45,82 @@
45
45
  *
46
46
  * ===============================================================================
47
47
  */
48
- const { path } = require('../../path_api');
49
- const { getStorage } = require('../../storage');
50
- const storage = getStorage();
51
- const { API_LIMITS, TIMING, ORDER_TYPES, ORDER_STATES, COW_ACTIONS, FEE_PARAMETERS, BTS_PRECISION, PIPELINE_TIMING } = require('../../constants');
52
- const { PATHS } = require('../../paths');
53
- const Format = require('../format');
54
- const { toFiniteNumber, isValidNumber } = Format;
55
- const MathUtils = require('./math');
56
- const OrderUtils = require('./order');
57
- const Logger = require('../../logger');
58
- const { runtime } = require('../../runtime');
59
- const { ensureDir, readJSON } = require('../../utils/fs_utils');
60
- const systemLogger = new Logger('System');
48
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
49
+ if (k2 === undefined) k2 = k;
50
+ var desc = Object.getOwnPropertyDescriptor(m, k);
51
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
52
+ desc = { enumerable: true, get: function() { return m[k]; } };
53
+ }
54
+ Object.defineProperty(o, k2, desc);
55
+ }) : (function(o, m, k, k2) {
56
+ if (k2 === undefined) k2 = k;
57
+ o[k2] = m[k];
58
+ }));
59
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
60
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
61
+ }) : function(o, v) {
62
+ o["default"] = v;
63
+ });
64
+ var __importStar = (this && this.__importStar) || (function () {
65
+ var ownKeys = function(o) {
66
+ ownKeys = Object.getOwnPropertyNames || function (o) {
67
+ var ar = [];
68
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
69
+ return ar;
70
+ };
71
+ return ownKeys(o);
72
+ };
73
+ return function (mod) {
74
+ if (mod && mod.__esModule) return mod;
75
+ var result = {};
76
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
77
+ __setModuleDefault(result, mod);
78
+ return result;
79
+ };
80
+ })();
81
+ var __importDefault = (this && this.__importDefault) || function (mod) {
82
+ return (mod && mod.__esModule) ? mod : { "default": mod };
83
+ };
84
+ Object.defineProperty(exports, "__esModule", { value: true });
85
+ exports.ensureDir = exports.derivePrice = exports.derivePoolPrice = exports.deriveMarketPrice = exports.lookupAsset = void 0;
86
+ exports.resolveLiquidityPoolByShareAsset = resolveLiquidityPoolByShareAsset;
87
+ exports.deriveLiquidityPoolTokenValue = deriveLiquidityPoolTokenValue;
88
+ exports.loadAmaCenterSnapshot = loadAmaCenterSnapshot;
89
+ exports.loadAmaCenterPrice = loadAmaCenterPrice;
90
+ exports._loadFeeCacheFromDisk = _loadFeeCacheFromDisk;
91
+ exports._saveFeeCacheToDisk = _saveFeeCacheToDisk;
92
+ exports.initializeFeeCache = initializeFeeCache;
93
+ exports.persistGridSnapshot = persistGridSnapshot;
94
+ exports.retryPersistenceIfNeeded = retryPersistenceIfNeeded;
95
+ exports.applyGridDivergenceCorrections = applyGridDivergenceCorrections;
96
+ exports.syncBoundaryToFunds = syncBoundaryToFunds;
97
+ exports.ensureProfilesDirectory = ensureProfilesDirectory;
98
+ exports.sleep = sleep;
99
+ exports.readInput = readInput;
100
+ exports.readPassword = readPassword;
101
+ exports.withRetry = withRetry;
102
+ exports.resolveAccountRef = resolveAccountRef;
103
+ exports.deepFreeze = deepFreeze;
104
+ exports.cloneMap = cloneMap;
105
+ exports.parseJsonWithComments = parseJsonWithComments;
106
+ const path_api_1 = require("../../path_api");
107
+ const storage_1 = require("../../storage");
108
+ const storage = (0, storage_1.getStorage)();
109
+ const constants_1 = require("../../constants");
110
+ const paths_1 = require("../../paths");
111
+ const format_1 = require("../format");
112
+ const MathUtils = __importStar(require("./math"));
113
+ const OrderUtils = __importStar(require("./order"));
114
+ const logger_1 = __importDefault(require("../../logger"));
115
+ const runtime_1 = require("../../runtime");
116
+ const fs_utils_1 = require("../../utils/fs_utils");
117
+ Object.defineProperty(exports, "ensureDir", { enumerable: true, get: function () { return fs_utils_1.ensureDir; } });
118
+ const errors_1 = require("../../utils/errors");
119
+ const systemLogger = new logger_1.default('System');
61
120
  function _debugLogAndNull(method, symA, symB) {
62
121
  return (err) => {
63
122
  // debug level: underlying derivePoolPrice/deriveMarketPrice already log at warn
64
- systemLogger.debug(`derivePrice(${method}) for ${symA}/${symB}: ${err.message}`);
123
+ systemLogger.debug(`derivePrice(${method}) for ${symA}/${symB}: ${(0, errors_1.getErrorMessage)(err)}`);
65
124
  return null;
66
125
  };
67
126
  }
@@ -107,11 +166,12 @@ const lookupAsset = async (BitShares, s) => {
107
166
  }
108
167
  }
109
168
  catch (e) {
110
- systemLogger.debug(`lookupAsset: method failed for ${s}: ${e.message}`);
169
+ systemLogger.debug(`lookupAsset: method failed for ${s}: ${(0, errors_1.getErrorMessage)(e)}`);
111
170
  }
112
171
  }
113
172
  throw new Error(`CRITICAL: Cannot fetch asset precision for '${s}'`);
114
173
  };
174
+ exports.lookupAsset = lookupAsset;
115
175
  /**
116
176
  * Derive price from BitShares DEX order book.
117
177
  * Returns price in B/A format (units of asset B per 1 unit of asset A).
@@ -125,8 +185,8 @@ const lookupAsset = async (BitShares, s) => {
125
185
  const deriveMarketPrice = async (BitShares, symA, symB) => {
126
186
  try {
127
187
  const [aMeta, bMeta] = await Promise.all([
128
- lookupAsset(BitShares, symA),
129
- lookupAsset(BitShares, symB)
188
+ (0, exports.lookupAsset)(BitShares, symA),
189
+ (0, exports.lookupAsset)(BitShares, symB)
130
190
  ]);
131
191
  if (!aMeta?.id || !bMeta?.id)
132
192
  return null;
@@ -135,23 +195,23 @@ const deriveMarketPrice = async (BitShares, symA, symB) => {
135
195
  let mid = null;
136
196
  if (typeof BitShares.db?.get_order_book === 'function') {
137
197
  try {
138
- const ob = await BitShares.db.get_order_book(baseId, quoteId, API_LIMITS.ORDERBOOK_DEPTH);
139
- const bestBid = isValidNumber(ob.bids?.[0]?.price) ? toFiniteNumber(ob.bids[0].price) : null;
140
- const bestAsk = isValidNumber(ob.asks?.[0]?.price) ? toFiniteNumber(ob.asks[0].price) : null;
198
+ const ob = await BitShares.db.get_order_book(baseId, quoteId, constants_1.API_LIMITS.ORDERBOOK_DEPTH);
199
+ const bestBid = (0, format_1.isValidNumber)(ob.bids?.[0]?.price) ? (0, format_1.toFiniteNumber)(ob.bids[0].price) : null;
200
+ const bestAsk = (0, format_1.isValidNumber)(ob.asks?.[0]?.price) ? (0, format_1.toFiniteNumber)(ob.asks[0].price) : null;
141
201
  if (bestBid !== null && bestAsk !== null)
142
202
  mid = (bestBid + bestAsk) / 2;
143
203
  }
144
204
  catch (e) {
145
- systemLogger.debug(`deriveMarketPrice: get_order_book failed for ${symA}/${symB}: ${e.message}`);
205
+ systemLogger.debug(`deriveMarketPrice: get_order_book failed for ${symA}/${symB}: ${(0, errors_1.getErrorMessage)(e)}`);
146
206
  }
147
207
  }
148
208
  if (mid === null && typeof BitShares.db?.get_ticker === 'function') {
149
209
  try {
150
210
  const t = await BitShares.db.get_ticker(baseId, quoteId);
151
- mid = isValidNumber(t?.latest) ? toFiniteNumber(t.latest) : (isValidNumber(t?.latest_price) ? toFiniteNumber(t.latest_price) : null);
211
+ mid = (0, format_1.isValidNumber)(t?.latest) ? (0, format_1.toFiniteNumber)(t.latest) : ((0, format_1.isValidNumber)(t?.latest_price) ? (0, format_1.toFiniteNumber)(t.latest_price) : null);
152
212
  }
153
213
  catch (err) {
154
- systemLogger.debug(`deriveMarketPrice: get_ticker failed for ${symA}/${symB}: ${err.message}`);
214
+ systemLogger.debug(`deriveMarketPrice: get_ticker failed for ${symA}/${symB}: ${(0, errors_1.getErrorMessage)(err)}`);
155
215
  }
156
216
  }
157
217
  // Return B/A orientation to match market price format
@@ -162,10 +222,11 @@ const deriveMarketPrice = async (BitShares, symA, symB) => {
162
222
  return finalPrice;
163
223
  }
164
224
  catch (err) {
165
- systemLogger.warn(`deriveMarketPrice failed for ${symA}/${symB}: ${err.message}`);
225
+ systemLogger.warn(`deriveMarketPrice failed for ${symA}/${symB}: ${(0, errors_1.getErrorMessage)(err)}`);
166
226
  return null;
167
227
  }
168
228
  };
229
+ exports.deriveMarketPrice = deriveMarketPrice;
169
230
  /**
170
231
  * Derive price from BitShares Liquidity Pool (AMM).
171
232
  * Returns price in B/A format (units of asset B per 1 unit of asset A).
@@ -179,8 +240,8 @@ const deriveMarketPrice = async (BitShares, symA, symB) => {
179
240
  const derivePoolPrice = async (BitShares, symA, symB) => {
180
241
  try {
181
242
  const [aMeta, bMeta] = await Promise.all([
182
- lookupAsset(BitShares, symA),
183
- lookupAsset(BitShares, symB)
243
+ (0, exports.lookupAsset)(BitShares, symA),
244
+ (0, exports.lookupAsset)(BitShares, symB)
184
245
  ]);
185
246
  if (!aMeta?.id || !bMeta?.id)
186
247
  return null;
@@ -191,10 +252,10 @@ const derivePoolPrice = async (BitShares, symA, symB) => {
191
252
  try {
192
253
  const pools = await BitShares.db.get_liquidity_pools_by_both_assets(aMeta.id, bMeta.id);
193
254
  if (Array.isArray(pools) && pools.length > 0) {
194
- const valid = pools.filter(p => p?.id);
255
+ const valid = pools.filter((p) => p?.id);
195
256
  if (valid.length) {
196
257
  chosen = valid.sort((a, b) => {
197
- const getBal = p => toFiniteNumber(String(p.asset_a) === String(aMeta.id) ? p.balance_a : p.balance_b);
258
+ const getBal = (p) => (0, format_1.toFiniteNumber)(String(p.asset_a) === String(aMeta.id) ? p.balance_a : p.balance_b);
198
259
  return getBal(b) - getBal(a);
199
260
  })[0];
200
261
  if (chosen)
@@ -203,7 +264,7 @@ const derivePoolPrice = async (BitShares, symA, symB) => {
203
264
  }
204
265
  }
205
266
  catch (e) {
206
- systemLogger.debug(`derivePoolPrice: get_liquidity_pools_by_both_assets failed: ${e.message}`);
267
+ systemLogger.debug(`derivePoolPrice: get_liquidity_pools_by_both_assets failed: ${(0, errors_1.getErrorMessage)(e)}`);
207
268
  }
208
269
  }
209
270
  if (!chosen && cachedPoolId && typeof BitShares.db?.get_objects === 'function') {
@@ -232,7 +293,7 @@ const derivePoolPrice = async (BitShares, symA, symB) => {
232
293
  const effectivePools = (startId === '1.19.0') ? pools : pools.slice(1);
233
294
  if (effectivePools.length === 0)
234
295
  break;
235
- const matches = effectivePools.filter(p => {
296
+ const matches = effectivePools.filter((p) => {
236
297
  const ids = (p.asset_ids || [p.asset_a, p.asset_b]).map(String);
237
298
  return ids.includes(String(aMeta.id)) && ids.includes(String(bMeta.id));
238
299
  });
@@ -249,55 +310,55 @@ const derivePoolPrice = async (BitShares, symA, symB) => {
249
310
  if (allMatches.length) {
250
311
  // Select pool with highest balance for our assetA
251
312
  chosen = allMatches.sort((a, b) => {
252
- const getBal = p => toFiniteNumber(String(p.asset_a) === String(aMeta.id) ? p.balance_a : p.balance_b);
313
+ const getBal = (p) => (0, format_1.toFiniteNumber)(String(p.asset_a) === String(aMeta.id) ? p.balance_a : p.balance_b);
253
314
  return getBal(b) - getBal(a);
254
315
  })[0];
255
316
  poolIdCache.set(cacheKey, chosen.id);
256
317
  }
257
318
  }
258
319
  catch (e) {
259
- systemLogger.warn(`derivePoolPrice: pool pagination failed: ${e.message || e}`);
320
+ systemLogger.warn(`derivePoolPrice: pool pagination failed: ${(0, errors_1.getErrorMessage)(e) || e}`);
260
321
  }
261
322
  }
262
323
  }
263
324
  if (!chosen)
264
325
  return null;
265
- if (!chosen.reserves && !isValidNumber(chosen.balance_a) && typeof BitShares.db?.get_objects === 'function') {
326
+ if (!chosen.reserves && !(0, format_1.isValidNumber)(chosen.balance_a) && typeof BitShares.db?.get_objects === 'function') {
266
327
  try {
267
328
  const [full] = await BitShares.db.get_objects([chosen.id]);
268
329
  if (full)
269
330
  chosen = full;
270
331
  }
271
332
  catch (e) {
272
- systemLogger.debug(`derivePoolPrice: get_objects failed for pool ${chosen.id}: ${e.message}`);
333
+ systemLogger.debug(`derivePoolPrice: get_objects failed for pool ${chosen.id}: ${(0, errors_1.getErrorMessage)(e)}`);
273
334
  }
274
335
  }
275
336
  let amtA = null, amtB = null;
276
- if (isValidNumber(chosen.balance_a) && isValidNumber(chosen.balance_b)) {
337
+ if ((0, format_1.isValidNumber)(chosen.balance_a) && (0, format_1.isValidNumber)(chosen.balance_b)) {
277
338
  // Pools store assets ordered by ID: lower ID is always first (asset_a)
278
- const aIdNum = toFiniteNumber(String(aMeta.id).split('.')[2]);
279
- const bIdNum = toFiniteNumber(String(bMeta.id).split('.')[2]);
339
+ const aIdNum = (0, format_1.toFiniteNumber)(String(aMeta.id).split('.')[2]);
340
+ const bIdNum = (0, format_1.toFiniteNumber)(String(bMeta.id).split('.')[2]);
280
341
  const aIsFirst = aIdNum < bIdNum;
281
342
  // If config's assetA has lower ID, it's the pool's first asset (asset_a)
282
343
  // Otherwise, our assetA corresponds to pool's second asset (asset_b)
283
344
  if (aIsFirst) {
284
- amtA = toFiniteNumber(chosen.balance_a);
285
- amtB = toFiniteNumber(chosen.balance_b);
345
+ amtA = (0, format_1.toFiniteNumber)(chosen.balance_a);
346
+ amtB = (0, format_1.toFiniteNumber)(chosen.balance_b);
286
347
  }
287
348
  else {
288
- amtA = toFiniteNumber(chosen.balance_b);
289
- amtB = toFiniteNumber(chosen.balance_a);
349
+ amtA = (0, format_1.toFiniteNumber)(chosen.balance_b);
350
+ amtB = (0, format_1.toFiniteNumber)(chosen.balance_a);
290
351
  }
291
352
  }
292
353
  else if (Array.isArray(chosen.reserves)) {
293
- const resA = chosen.reserves.find(r => String(r.asset_id) === String(aMeta.id));
294
- const resB = chosen.reserves.find(r => String(r.asset_id) === String(bMeta.id));
354
+ const resA = chosen.reserves.find((r) => String(r.asset_id) === String(aMeta.id));
355
+ const resB = chosen.reserves.find((r) => String(r.asset_id) === String(bMeta.id));
295
356
  if (resA && resB) {
296
357
  amtA = resA.amount;
297
358
  amtB = resB.amount;
298
359
  }
299
360
  }
300
- if (!isValidNumber(amtA) || !isValidNumber(amtB) || toFiniteNumber(amtB) === 0)
361
+ if (!(0, format_1.isValidNumber)(amtA) || !(0, format_1.isValidNumber)(amtB) || (0, format_1.toFiniteNumber)(amtB) === 0)
301
362
  return null;
302
363
  const floatA = MathUtils.blockchainToFloat(amtA, aMeta.precision);
303
364
  const floatB = MathUtils.blockchainToFloat(amtB, bMeta.precision);
@@ -309,10 +370,11 @@ const derivePoolPrice = async (BitShares, symA, symB) => {
309
370
  return finalPrice;
310
371
  }
311
372
  catch (err) {
312
- systemLogger.warn(`derivePoolPrice failed for ${symA}/${symB}: ${err.message}`);
373
+ systemLogger.warn(`derivePoolPrice failed for ${symA}/${symB}: ${(0, errors_1.getErrorMessage)(err)}`);
313
374
  return null;
314
375
  }
315
376
  };
377
+ exports.derivePoolPrice = derivePoolPrice;
316
378
  /**
317
379
  * Derive price from blockchain using specified mode.
318
380
  * Attempts pool or market derivation based on mode, with fallback chain.
@@ -331,22 +393,23 @@ const derivePrice = async (BitShares, symA, symB, mode = 'auto') => {
331
393
  return null;
332
394
  }
333
395
  if (mode === 'pool') {
334
- return await derivePoolPrice(BitShares, symA, symB).catch(_debugLogAndNull('pool', symA, symB));
396
+ return await (0, exports.derivePoolPrice)(BitShares, symA, symB).catch(_debugLogAndNull('pool', symA, symB));
335
397
  }
336
398
  if (mode === 'book') {
337
- return await deriveMarketPrice(BitShares, symA, symB).catch(_debugLogAndNull('book', symA, symB));
399
+ return await (0, exports.deriveMarketPrice)(BitShares, symA, symB).catch(_debugLogAndNull('book', symA, symB));
338
400
  }
339
401
  // mode === 'auto': pool preferred, market fallback
340
402
  let poolP = null;
341
- poolP = await derivePoolPrice(BitShares, symA, symB).catch(_debugLogAndNull('auto/pool', symA, symB));
342
- if (poolP > 0)
403
+ poolP = await (0, exports.derivePoolPrice)(BitShares, symA, symB).catch(_debugLogAndNull('auto/pool', symA, symB));
404
+ if (poolP != null && poolP > 0)
343
405
  return poolP;
344
- const m = await deriveMarketPrice(BitShares, symA, symB).catch(_debugLogAndNull('auto/book', symA, symB));
345
- if (m > 0)
406
+ const m = await (0, exports.deriveMarketPrice)(BitShares, symA, symB).catch(_debugLogAndNull('auto/book', symA, symB));
407
+ if (m != null && m > 0)
346
408
  return m;
347
409
  systemLogger.debug(`derivePrice: all methods failed for ${symA}/${symB}`);
348
410
  return null;
349
411
  };
412
+ exports.derivePrice = derivePrice;
350
413
  /**
351
414
  * Resolve a liquidity pool from a share asset reference.
352
415
  * Looks up the share asset, then queries the blockchain for associated pools.
@@ -359,15 +422,15 @@ async function resolveLiquidityPoolByShareAsset(BitShares, shareAssetRef) {
359
422
  if (!BitShares?.db || typeof BitShares.db.get_liquidity_pools_by_share_asset !== 'function') {
360
423
  return null;
361
424
  }
362
- const shareAsset = await lookupAsset(BitShares, shareAssetRef).catch((e) => {
363
- systemLogger.debug(`resolveLiquidityPoolByShareAsset: lookupAsset failed for ${shareAssetRef}: ${e.message}`);
425
+ const shareAsset = await (0, exports.lookupAsset)(BitShares, shareAssetRef).catch((e) => {
426
+ systemLogger.debug(`resolveLiquidityPoolByShareAsset: lookupAsset failed for ${shareAssetRef}: ${(0, errors_1.getErrorMessage)(e)}`);
364
427
  return null;
365
428
  });
366
429
  if (!shareAsset?.id) {
367
430
  return null;
368
431
  }
369
432
  const response = await BitShares.db.get_liquidity_pools_by_share_asset([shareAsset.id], false, false).catch((e) => {
370
- systemLogger.debug(`resolveLiquidityPoolByShareAsset: get_liquidity_pools_by_share_asset failed for ${shareAssetRef}: ${e.message}`);
433
+ systemLogger.debug(`resolveLiquidityPoolByShareAsset: get_liquidity_pools_by_share_asset failed for ${shareAssetRef}: ${(0, errors_1.getErrorMessage)(e)}`);
371
434
  return null;
372
435
  });
373
436
  if (!Array.isArray(response)) {
@@ -385,14 +448,14 @@ async function resolveLiquidityPoolByShareAsset(BitShares, shareAssetRef) {
385
448
  async function getAssetCurrentSupply(BitShares, assetRef) {
386
449
  const asset = typeof assetRef === 'object' && assetRef !== null
387
450
  ? assetRef
388
- : await lookupAsset(BitShares, assetRef).catch((e) => {
389
- systemLogger.debug(`getAssetCurrentSupply: lookupAsset failed for ${assetRef}: ${e.message}`);
451
+ : await (0, exports.lookupAsset)(BitShares, assetRef).catch((e) => {
452
+ systemLogger.debug(`getAssetCurrentSupply: lookupAsset failed for ${assetRef}: ${(0, errors_1.getErrorMessage)(e)}`);
390
453
  return null;
391
454
  });
392
455
  if (!asset) {
393
456
  return null;
394
457
  }
395
- const directSupply = toFiniteNumber(asset.current_supply?.amount ?? asset.current_supply, null);
458
+ const directSupply = (0, format_1.toFiniteNumber)(asset.current_supply?.amount ?? asset.current_supply, undefined);
396
459
  if (Number.isFinite(directSupply) && directSupply >= 0) {
397
460
  return directSupply;
398
461
  }
@@ -401,13 +464,13 @@ async function getAssetCurrentSupply(BitShares, assetRef) {
401
464
  return null;
402
465
  }
403
466
  const objects = await BitShares.db.get_objects([dynamicId]).catch((e) => {
404
- systemLogger.debug(`getAssetCurrentSupply: get_objects failed for ${dynamicId}: ${e.message}`);
467
+ systemLogger.debug(`getAssetCurrentSupply: get_objects failed for ${dynamicId}: ${(0, errors_1.getErrorMessage)(e)}`);
405
468
  return null;
406
469
  });
407
470
  const dynamicData = Array.isArray(objects) ? objects[0] : null;
408
- const supply = toFiniteNumber(dynamicData?.current_supply?.amount
471
+ const supply = (0, format_1.toFiniteNumber)(dynamicData?.current_supply?.amount
409
472
  ?? dynamicData?.current_supply?.value
410
- ?? dynamicData?.current_supply, null);
473
+ ?? dynamicData?.current_supply, undefined);
411
474
  return Number.isFinite(supply) && supply >= 0 ? supply : null;
412
475
  }
413
476
  /**
@@ -424,8 +487,8 @@ async function getAssetCurrentSupply(BitShares, assetRef) {
424
487
  async function deriveLiquidityPoolTokenValue(BitShares, shareAssetRef, denominationAssetRef, mode = 'auto') {
425
488
  try {
426
489
  const [shareAsset, denominationAsset] = await Promise.all([
427
- lookupAsset(BitShares, shareAssetRef),
428
- lookupAsset(BitShares, denominationAssetRef),
490
+ (0, exports.lookupAsset)(BitShares, shareAssetRef),
491
+ (0, exports.lookupAsset)(BitShares, denominationAssetRef),
429
492
  ]);
430
493
  if (!shareAsset?.id || !denominationAsset?.id) {
431
494
  return null;
@@ -435,8 +498,8 @@ async function deriveLiquidityPoolTokenValue(BitShares, shareAssetRef, denominat
435
498
  return null;
436
499
  }
437
500
  const [assetA, assetB, supply] = await Promise.all([
438
- lookupAsset(BitShares, poolInfo.pool.asset_a),
439
- lookupAsset(BitShares, poolInfo.pool.asset_b),
501
+ (0, exports.lookupAsset)(BitShares, poolInfo.pool.asset_a),
502
+ (0, exports.lookupAsset)(BitShares, poolInfo.pool.asset_b),
440
503
  getAssetCurrentSupply(BitShares, shareAsset),
441
504
  ]);
442
505
  if (!assetA?.id || !assetB?.id || !Number.isFinite(supply) || supply <= 0) {
@@ -444,34 +507,34 @@ async function deriveLiquidityPoolTokenValue(BitShares, shareAssetRef, denominat
444
507
  }
445
508
  const reserveA = MathUtils.blockchainToFloat(poolInfo.pool.balance_a, assetA.precision);
446
509
  const reserveB = MathUtils.blockchainToFloat(poolInfo.pool.balance_b, assetB.precision);
447
- if (!isValidNumber(reserveA) || !isValidNumber(reserveB)) {
510
+ if (!(0, format_1.isValidNumber)(reserveA) || !(0, format_1.isValidNumber)(reserveB)) {
448
511
  return null;
449
512
  }
450
513
  const priceA = String(assetA.id) === String(denominationAsset.id)
451
514
  ? 1
452
- : await derivePrice(BitShares, assetA.id, denominationAsset.id, mode).catch((e) => {
453
- systemLogger.debug(`deriveLiquidityPoolTokenValue: derivePrice failed for ${assetA.id}/${denominationAsset.id}: ${e.message}`);
515
+ : await (0, exports.derivePrice)(BitShares, assetA.id, denominationAsset.id, mode).catch((e) => {
516
+ systemLogger.debug(`deriveLiquidityPoolTokenValue: derivePrice failed for ${assetA.id}/${denominationAsset.id}: ${(0, errors_1.getErrorMessage)(e)}`);
454
517
  return null;
455
518
  });
456
519
  const priceB = String(assetB.id) === String(denominationAsset.id)
457
520
  ? 1
458
- : await derivePrice(BitShares, assetB.id, denominationAsset.id, mode).catch((e) => {
459
- systemLogger.debug(`deriveLiquidityPoolTokenValue: derivePrice failed for ${assetB.id}/${denominationAsset.id}: ${e.message}`);
521
+ : await (0, exports.derivePrice)(BitShares, assetB.id, denominationAsset.id, mode).catch((e) => {
522
+ systemLogger.debug(`deriveLiquidityPoolTokenValue: derivePrice failed for ${assetB.id}/${denominationAsset.id}: ${(0, errors_1.getErrorMessage)(e)}`);
460
523
  return null;
461
524
  });
462
- if (!isValidNumber(priceA) || !isValidNumber(priceB) || priceA <= 0 || priceB <= 0) {
525
+ if (priceA == null || priceB == null || !(0, format_1.isValidNumber)(priceA) || !(0, format_1.isValidNumber)(priceB) || priceA <= 0 || priceB <= 0) {
463
526
  return null;
464
527
  }
465
528
  const supplyFloat = MathUtils.blockchainToFloat(supply, shareAsset.precision);
466
- if (!isValidNumber(supplyFloat) || supplyFloat <= 0) {
529
+ if (!(0, format_1.isValidNumber)(supplyFloat) || supplyFloat <= 0) {
467
530
  return null;
468
531
  }
469
532
  const totalValue = reserveA * priceA + reserveB * priceB;
470
533
  const valuePerShare = totalValue / supplyFloat;
471
- return isValidNumber(valuePerShare) && valuePerShare > 0 ? valuePerShare : null;
534
+ return (0, format_1.isValidNumber)(valuePerShare) && valuePerShare > 0 ? valuePerShare : null;
472
535
  }
473
536
  catch (err) {
474
- systemLogger.debug(`deriveLiquidityPoolTokenValue failed for ${shareAssetRef}/${denominationAssetRef}: ${err.message}`);
537
+ systemLogger.debug(`deriveLiquidityPoolTokenValue failed for ${shareAssetRef}/${denominationAssetRef}: ${(0, errors_1.getErrorMessage)(err)}`);
475
538
  return null;
476
539
  }
477
540
  }
@@ -492,8 +555,8 @@ async function deriveLiquidityPoolTokenValue(BitShares, shareAssetRef, denominat
492
555
  */
493
556
  function loadAmaCenterSnapshot(botKey) {
494
557
  try {
495
- const gridPriceFile = path.join(PATHS.ORDERS_DIR, `${botKey}.dynamicgrid.json`);
496
- const data = readJSON(gridPriceFile);
558
+ const gridPriceFile = path_api_1.path.join(paths_1.PATHS.ORDERS_DIR, `${botKey}.dynamicgrid.json`);
559
+ const data = (0, fs_utils_1.readJSON)(gridPriceFile);
497
560
  const gridCenterPrice = Number(data?.gridCenterPrice ?? data?.centerPrice);
498
561
  const amaCenterPrice = Number(data?.amaCenterPrice);
499
562
  if (!Number.isFinite(gridCenterPrice) || gridCenterPrice <= 0) {
@@ -546,7 +609,7 @@ function loadAmaCenterPrice(botKey) {
546
609
  */
547
610
  function _loadFeeCacheFromDisk() {
548
611
  try {
549
- const filePath = PATHS.PROFILES.FEE_CACHE_JSON;
612
+ const filePath = paths_1.PATHS.PROFILES.FEE_CACHE_JSON;
550
613
  if (storage.exists(filePath)) {
551
614
  const diskCache = storage.readJSON(filePath);
552
615
  if (diskCache && typeof diskCache === 'object') {
@@ -556,7 +619,7 @@ function _loadFeeCacheFromDisk() {
556
619
  }
557
620
  }
558
621
  catch (e) {
559
- systemLogger.debug(`_loadFeeCacheFromDisk: ${e.message}`);
622
+ systemLogger.debug(`_loadFeeCacheFromDisk: ${(0, errors_1.getErrorMessage)(e)}`);
560
623
  }
561
624
  return {};
562
625
  }
@@ -566,10 +629,10 @@ function _loadFeeCacheFromDisk() {
566
629
  */
567
630
  function _saveFeeCacheToDisk(cache) {
568
631
  try {
569
- storage.writeJSON(PATHS.PROFILES.FEE_CACHE_JSON, cache);
632
+ storage.writeJSON(paths_1.PATHS.PROFILES.FEE_CACHE_JSON, cache);
570
633
  }
571
634
  catch (e) {
572
- systemLogger.debug(`_saveFeeCacheToDisk: ${e.message}`);
635
+ systemLogger.debug(`_saveFeeCacheToDisk: ${(0, errors_1.getErrorMessage)(e)}`);
573
636
  }
574
637
  }
575
638
  /**
@@ -592,8 +655,8 @@ async function initializeFeeCache(botsConfig, BitShares) {
592
655
  }
593
656
  // Seed from disk so previously cached assets survive transient API failures
594
657
  const cache = _loadFeeCacheFromDisk();
595
- const maxAttempts = FEE_PARAMETERS.FEE_CACHE_RETRY_ATTEMPTS;
596
- const baseDelay = FEE_PARAMETERS.FEE_CACHE_RETRY_DELAY_MS;
658
+ const maxAttempts = constants_1.FEE_PARAMETERS.FEE_CACHE_RETRY_ATTEMPTS;
659
+ const baseDelay = constants_1.FEE_PARAMETERS.FEE_CACHE_RETRY_DELAY_MS;
597
660
  for (const assetSymbol of uniqueAssets) {
598
661
  let lastError = null;
599
662
  for (let attempt = 1; attempt <= maxAttempts; attempt++) {
@@ -602,16 +665,16 @@ async function initializeFeeCache(botsConfig, BitShares) {
602
665
  const globalProps = await BitShares.db.getGlobalProperties();
603
666
  const currentFees = globalProps.parameters.current_fees.parameters;
604
667
  const findFee = (opCode) => {
605
- const param = currentFees.find(p => p[0] === opCode);
668
+ const param = currentFees.find((p) => p[0] === opCode);
606
669
  const fee = param?.[1]?.fee;
607
- const feeNum = toFiniteNumber(fee);
670
+ const feeNum = (0, format_1.toFiniteNumber)(fee);
608
671
  return {
609
672
  raw: feeNum,
610
673
  satoshis: feeNum,
611
- bts: MathUtils.blockchainToFloat(feeNum, BTS_PRECISION)
674
+ bts: MathUtils.blockchainToFloat(feeNum, constants_1.BTS_PRECISION)
612
675
  };
613
676
  };
614
- const makerFeeDiscountRaw = toFiniteNumber(globalProps?.parameters?.extensions?.maker_fee_discount_percent, FEE_PARAMETERS.MAKER_REFUND_PERCENT * 10000);
677
+ const makerFeeDiscountRaw = (0, format_1.toFiniteNumber)(globalProps?.parameters?.extensions?.maker_fee_discount_percent, constants_1.FEE_PARAMETERS.MAKER_REFUND_PERCENT * 10000);
615
678
  cache.BTS = {
616
679
  limitOrderCreate: findFee(1),
617
680
  limitOrderCancel: findFee(2),
@@ -620,7 +683,7 @@ async function initializeFeeCache(botsConfig, BitShares) {
620
683
  };
621
684
  }
622
685
  else {
623
- const fullAsset = await lookupAsset(BitShares, assetSymbol);
686
+ const fullAsset = await (0, exports.lookupAsset)(BitShares, assetSymbol);
624
687
  const options = fullAsset.options || {};
625
688
  cache[assetSymbol] = {
626
689
  assetId: fullAsset.id,
@@ -642,14 +705,14 @@ async function initializeFeeCache(botsConfig, BitShares) {
642
705
  lastError = error;
643
706
  if (attempt < maxAttempts) {
644
707
  const delay = baseDelay * attempt;
645
- systemLogger.warn(`initializeFeeCache: attempt ${attempt}/${maxAttempts} failed for ${assetSymbol}: ${error.message}. Retrying in ${delay}ms...`);
708
+ systemLogger.warn(`initializeFeeCache: attempt ${attempt}/${maxAttempts} failed for ${assetSymbol}: ${(0, errors_1.getErrorMessage)(error)}. Retrying in ${delay}ms...`);
646
709
  await sleep(delay);
647
710
  }
648
711
  }
649
712
  }
650
713
  if (lastError) {
651
714
  const hasDiskFallback = cache[assetSymbol] !== undefined;
652
- systemLogger.warn(`initializeFeeCache: all ${maxAttempts} attempts failed for ${assetSymbol}: ${lastError.message}` +
715
+ systemLogger.warn(`initializeFeeCache: all ${maxAttempts} attempts failed for ${assetSymbol}: ${(0, errors_1.getErrorMessage)(lastError)}` +
653
716
  (hasDiskFallback ? '. Using previously cached value from disk.' : '.'));
654
717
  }
655
718
  }
@@ -721,7 +784,7 @@ async function retryPersistenceIfNeeded(manager) {
721
784
  return success;
722
785
  }
723
786
  catch (e) {
724
- systemLogger.warn(`retryPersistenceIfNeeded failed: ${e.message}`);
787
+ systemLogger.warn(`retryPersistenceIfNeeded failed: ${(0, errors_1.getErrorMessage)(e)}`);
725
788
  return false;
726
789
  }
727
790
  }
@@ -739,10 +802,10 @@ async function retryPersistenceIfNeeded(manager) {
739
802
  * @param {Function} updateOrdersOnChainBatchFn - Batch update function for blockchain operations
740
803
  * @returns {Promise<void>}
741
804
  */
742
- async function applyGridDivergenceCorrections(manager, accountOrders, botKey, updateOrdersOnChainBatchFn) {
805
+ async function applyGridDivergenceCorrections(manager, accountOrders, _botKey, updateOrdersOnChainBatchFn) {
743
806
  if (!manager._gridLock)
744
807
  return;
745
- const { calculateGapSlots, updateGridFromBlockchainSnapshot } = require('../grid');
808
+ const { updateGridFromBlockchainSnapshot } = require('../grid');
746
809
  const { WorkingGrid } = require('../working_grid');
747
810
  const { hasActionForOrder, removeActionsForOrder } = require('./validate');
748
811
  // Phase 1: Pre-lock grid resizing using COW
@@ -753,13 +816,13 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
753
816
  let resizeCowResult = null;
754
817
  let pendingBoundaryIdx = manager.boundaryIdx;
755
818
  if (manager._gridSidesUpdated && manager._gridSidesUpdated.size > 0) {
756
- const hasBuy = manager._gridSidesUpdated.has(ORDER_TYPES.BUY);
757
- const hasSell = manager._gridSidesUpdated.has(ORDER_TYPES.SELL);
819
+ const hasBuy = manager._gridSidesUpdated.has(constants_1.ORDER_TYPES.BUY);
820
+ const hasSell = manager._gridSidesUpdated.has(constants_1.ORDER_TYPES.SELL);
758
821
  let resizeOrderType = hasBuy && hasSell
759
822
  ? 'both'
760
823
  : hasBuy
761
- ? ORDER_TYPES.BUY
762
- : ORDER_TYPES.SELL;
824
+ ? constants_1.ORDER_TYPES.BUY
825
+ : constants_1.ORDER_TYPES.SELL;
763
826
  // If out-of-spread correction moves boundary, recompute both sides.
764
827
  // Store the new index in pendingBoundaryIdx — do NOT touch manager.boundaryIdx
765
828
  // here; updateGridFromBlockchainSnapshot will re-assign slot types in the
@@ -768,14 +831,14 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
768
831
  if (manager.outOfSpread > 0 && boundarySync.changed) {
769
832
  pendingBoundaryIdx = boundarySync.newIdx;
770
833
  resizeOrderType = 'both';
771
- manager._gridSidesUpdated.add(ORDER_TYPES.BUY);
772
- manager._gridSidesUpdated.add(ORDER_TYPES.SELL);
834
+ manager._gridSidesUpdated.add(constants_1.ORDER_TYPES.BUY);
835
+ manager._gridSidesUpdated.add(constants_1.ORDER_TYPES.SELL);
773
836
  }
774
837
  try {
775
838
  resizeCowResult = await updateGridFromBlockchainSnapshot(manager, resizeOrderType, true, pendingBoundaryIdx);
776
839
  }
777
840
  catch (err) {
778
- manager.logger?.log?.(`[DIVERGENCE-COW] Grid resize failed: ${err.message}`, 'error');
841
+ manager.logger?.log?.(`[DIVERGENCE-COW] Grid resize failed: ${(0, errors_1.getErrorMessage)(err)}`, 'error');
779
842
  manager._gridSidesUpdated.clear();
780
843
  return;
781
844
  }
@@ -792,14 +855,14 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
792
855
  : new WorkingGrid(manager.orders, { baseVersion: manager._gridVersion });
793
856
  const actions = resizeCowResult?.actions ? [...resizeCowResult.actions] : [];
794
857
  for (const orderType of manager._gridSidesUpdated) {
795
- const sideName = orderType === ORDER_TYPES.BUY ? 'buy' : 'sell';
858
+ const sideName = orderType === constants_1.ORDER_TYPES.BUY ? 'buy' : 'sell';
796
859
  const sidePrecision = MathUtils.getPrecisionByOrderType(manager.assets, orderType);
797
860
  // Get current on-chain orders for this side (from master, not working)
798
861
  const currentOnChainOrders = Array.from(manager.orders.values())
799
- .filter(o => o.type === orderType && OrderUtils.isOrderPlaced(o));
862
+ .filter((o) => o.type === orderType && OrderUtils.isOrderPlaced(o));
800
863
  // Get all slots for this side from working grid
801
864
  const allSideSlots = Array.from(workingGrid.values())
802
- .filter(o => o.type === orderType)
865
+ .filter((o) => o.type === orderType)
803
866
  .sort((a, b) => sideName === 'buy' ? b.price - a.price : a.price - b.price);
804
867
  // Calculate target count
805
868
  const baseTargetCount = (manager.config.activeOrders && Number.isFinite(manager.config.activeOrders[sideName]))
@@ -808,8 +871,8 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
808
871
  const targetCount = baseTargetCount;
809
872
  // Determine desired slots (closest to market)
810
873
  const desiredSlots = allSideSlots.slice(0, targetCount);
811
- const desiredSlotIds = new Set(desiredSlots.map(s => s.id));
812
- const onChainBySlotId = new Map(currentOnChainOrders.map(o => [o.id, o]));
874
+ const desiredSlotIds = new Set(desiredSlots.map((s) => s.id));
875
+ const onChainBySlotId = new Map(currentOnChainOrders.map((o) => [o.id, o]));
813
876
  // Process on-chain orders:
814
877
  // - In desired window: keep/update committed size (if not already queued by Phase 1)
815
878
  // - Outside desired window: cancel surplus order
@@ -817,13 +880,13 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
817
880
  // Get current slot from working grid (may have been updated in Phase 1)
818
881
  const slot = workingGrid.get(onChainOrder.id);
819
882
  const isDesired = desiredSlotIds.has(onChainOrder.id);
820
- if (!isDesired || !slot || !(toFiniteNumber(slot.size) > 0)) {
821
- removeActionsForOrder(actions, COW_ACTIONS.UPDATE, onChainOrder);
822
- const hasQueuedCancel = hasActionForOrder(actions, COW_ACTIONS.CANCEL, onChainOrder);
883
+ if (!isDesired || !slot || !((0, format_1.toFiniteNumber)(slot.size) > 0)) {
884
+ removeActionsForOrder(actions, constants_1.COW_ACTIONS.UPDATE, onChainOrder);
885
+ const hasQueuedCancel = hasActionForOrder(actions, constants_1.COW_ACTIONS.CANCEL, onChainOrder);
823
886
  if (!hasQueuedCancel) {
824
887
  manager.logger.log(`[DIVERGENCE-COW] Queueing cancel for surplus ${onChainOrder.id} (chain id ${onChainOrder.orderId})`, 'info');
825
888
  actions.push({
826
- type: COW_ACTIONS.CANCEL,
889
+ type: constants_1.COW_ACTIONS.CANCEL,
827
890
  id: onChainOrder.id,
828
891
  orderId: onChainOrder.orderId
829
892
  });
@@ -833,20 +896,20 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
833
896
  continue;
834
897
  }
835
898
  // Phase 1 already queued committed size updates. Avoid duplicate UPDATEs.
836
- const hasQueuedUpdate = hasActionForOrder(actions, COW_ACTIONS.UPDATE, onChainOrder);
837
- const hasQueuedCancel = hasActionForOrder(actions, COW_ACTIONS.CANCEL, onChainOrder);
899
+ const hasQueuedUpdate = hasActionForOrder(actions, constants_1.COW_ACTIONS.UPDATE, onChainOrder);
900
+ const hasQueuedCancel = hasActionForOrder(actions, constants_1.COW_ACTIONS.CANCEL, onChainOrder);
838
901
  if (hasQueuedUpdate || hasQueuedCancel) {
839
902
  continue;
840
903
  }
841
- const newSize = toFiniteNumber(slot.size);
842
- const currentSize = toFiniteNumber(onChainOrder.size);
904
+ const newSize = (0, format_1.toFiniteNumber)(slot.size);
905
+ const currentSize = (0, format_1.toFiniteNumber)(onChainOrder.size);
843
906
  const sizeChanged = Number.isFinite(sidePrecision)
844
907
  ? MathUtils.floatToBlockchainInt(newSize, sidePrecision) !== MathUtils.floatToBlockchainInt(currentSize, sidePrecision)
845
908
  : newSize !== currentSize;
846
909
  if (sizeChanged) {
847
910
  manager.logger.log(`[DIVERGENCE-COW] Queueing size update for ${onChainOrder.id}: ${currentSize} -> ${newSize}`, 'info');
848
911
  actions.push({
849
- type: COW_ACTIONS.UPDATE,
912
+ type: constants_1.COW_ACTIONS.UPDATE,
850
913
  id: onChainOrder.id,
851
914
  orderId: onChainOrder.orderId,
852
915
  newGridId: onChainOrder.id,
@@ -863,11 +926,11 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
863
926
  }
864
927
  // Process holes: CREATE new orders for empty desired slots
865
928
  for (const slot of desiredSlots) {
866
- const hasCreate = hasActionForOrder(actions, COW_ACTIONS.CREATE, slot);
929
+ const hasCreate = hasActionForOrder(actions, constants_1.COW_ACTIONS.CREATE, slot);
867
930
  if (!onChainBySlotId.has(slot.id) && slot.size > 0 && !hasCreate) {
868
931
  manager.logger.log(`[DIVERGENCE-COW] Queueing new placement for slot ${slot.id}`, 'info');
869
932
  actions.push({
870
- type: COW_ACTIONS.CREATE,
933
+ type: constants_1.COW_ACTIONS.CREATE,
871
934
  id: slot.id,
872
935
  order: {
873
936
  id: slot.id,
@@ -938,7 +1001,7 @@ async function applyGridDivergenceCorrections(manager, accountOrders, botKey, up
938
1001
  }
939
1002
  }
940
1003
  catch (err) {
941
- manager.logger.log(`[DIVERGENCE-COW] Error executing divergence corrections: ${err.message}`, 'error');
1004
+ manager.logger.log(`[DIVERGENCE-COW] Error executing divergence corrections: ${(0, errors_1.getErrorMessage)(err)}`, 'error');
942
1005
  manager._gridSidesUpdated.clear();
943
1006
  }
944
1007
  }
@@ -983,9 +1046,9 @@ function syncBoundaryToFunds(manager) {
983
1046
  let minSellIdx = allSlots.length;
984
1047
  for (let i = 0; i < allSlots.length; i++) {
985
1048
  const slot = allSlots[i];
986
- if (slot.type === ORDER_TYPES.BUY && i > maxBuyIdx)
1049
+ if (slot.type === constants_1.ORDER_TYPES.BUY && i > maxBuyIdx)
987
1050
  maxBuyIdx = i;
988
- if (slot.type === ORDER_TYPES.SELL && i < minSellIdx)
1051
+ if (slot.type === constants_1.ORDER_TYPES.SELL && i < minSellIdx)
989
1052
  minSellIdx = i;
990
1053
  }
991
1054
  // Build clamp bounds from whichever sides have typed slots.
@@ -1016,7 +1079,7 @@ function syncBoundaryToFunds(manager) {
1016
1079
  */
1017
1080
  function ensureProfilesDirectory(profilesDir) {
1018
1081
  if (!storage.exists(profilesDir)) {
1019
- ensureDir(profilesDir);
1082
+ (0, fs_utils_1.ensureDir)(profilesDir);
1020
1083
  return true;
1021
1084
  }
1022
1085
  return false;
@@ -1027,7 +1090,7 @@ function ensureProfilesDirectory(profilesDir) {
1027
1090
  * @returns {Promise<void>}
1028
1091
  */
1029
1092
  function sleep(ms) {
1030
- return new Promise(resolve => setTimeout(resolve, ms));
1093
+ return new Promise((resolve) => setTimeout(resolve, ms));
1031
1094
  }
1032
1095
  /**
1033
1096
  * Read user input from stdin with optional masking.
@@ -1042,8 +1105,8 @@ function sleep(ms) {
1042
1105
  */
1043
1106
  function readInput(prompt, options = {}) {
1044
1107
  return new Promise((resolve) => {
1045
- const stdin = runtime.stdin;
1046
- const stdout = runtime.stdout;
1108
+ const stdin = runtime_1.runtime.stdin;
1109
+ const stdout = runtime_1.runtime.stdout;
1047
1110
  const ESC_SEQUENCE_TIMEOUT_MS = 150;
1048
1111
  let input = '';
1049
1112
  let cursorPos = 0;
@@ -1134,7 +1197,7 @@ function readInput(prompt, options = {}) {
1134
1197
  if (ch === '\u0003') {
1135
1198
  cleanup();
1136
1199
  stdout.write('\r\x1b[K\n');
1137
- runtime.exit(0);
1200
+ runtime_1.runtime.exit(0);
1138
1201
  }
1139
1202
  // Backspace
1140
1203
  if (ch === '\u007f' || ch === '\u0008') {
@@ -1204,7 +1267,7 @@ async function readPassword(prompt) { return readInput(prompt, { mask: '*', hide
1204
1267
  * @throws {Error} If all attempts fail, throws the final error
1205
1268
  */
1206
1269
  async function withRetry(fn, options = {}) {
1207
- const { maxAttempts = PIPELINE_TIMING.RETRY_MAX_ATTEMPTS, baseDelayMs = PIPELINE_TIMING.RETRY_BASE_DELAY_MS, maxDelayMs = PIPELINE_TIMING.RETRY_MAX_DELAY_MS, logger = null, operationName = 'operation' } = options;
1270
+ const { maxAttempts = constants_1.PIPELINE_TIMING.RETRY_MAX_ATTEMPTS, baseDelayMs = constants_1.PIPELINE_TIMING.RETRY_BASE_DELAY_MS, maxDelayMs = constants_1.PIPELINE_TIMING.RETRY_MAX_DELAY_MS, logger = null, operationName = 'operation' } = options;
1208
1271
  for (let attempt = 1; attempt <= maxAttempts; attempt++) {
1209
1272
  try {
1210
1273
  return await fn();
@@ -1217,6 +1280,7 @@ async function withRetry(fn, options = {}) {
1217
1280
  await sleep(delay);
1218
1281
  }
1219
1282
  }
1283
+ throw new Error(`${operationName} failed after ${maxAttempts} attempts`);
1220
1284
  }
1221
1285
  // ================================================================================
1222
1286
  // SECTION 6: GENERAL UTILITIES
@@ -1250,7 +1314,7 @@ function deepFreeze(obj) {
1250
1314
  if (obj === null || typeof obj !== 'object')
1251
1315
  return obj;
1252
1316
  Object.freeze(obj);
1253
- Object.getOwnPropertyNames(obj).forEach(prop => {
1317
+ Object.getOwnPropertyNames(obj).forEach((prop) => {
1254
1318
  if (Object.prototype.hasOwnProperty.call(obj, prop) &&
1255
1319
  obj[prop] !== null &&
1256
1320
  (typeof obj[prop] === 'object' || typeof obj[prop] === 'function') &&
@@ -1278,29 +1342,4 @@ function parseJsonWithComments(raw) {
1278
1342
  const stripped = raw.replace(/\/\*(?:.|[\r\n])*?\*\//g, '').replace(/(^|\s*)\/\/.*$/gm, '');
1279
1343
  return JSON.parse(stripped);
1280
1344
  }
1281
- module.exports = {
1282
- lookupAsset,
1283
- deriveMarketPrice,
1284
- derivePoolPrice,
1285
- derivePrice,
1286
- resolveLiquidityPoolByShareAsset,
1287
- deriveLiquidityPoolTokenValue,
1288
- loadAmaCenterPrice,
1289
- loadAmaCenterSnapshot,
1290
- initializeFeeCache,
1291
- persistGridSnapshot,
1292
- retryPersistenceIfNeeded,
1293
- applyGridDivergenceCorrections,
1294
- syncBoundaryToFunds,
1295
- ensureProfilesDirectory,
1296
- sleep,
1297
- readInput,
1298
- readPassword,
1299
- withRetry,
1300
- resolveAccountRef,
1301
- deepFreeze,
1302
- cloneMap,
1303
- ensureDir,
1304
- parseJsonWithComments
1305
- };
1306
1345
  //# sourceMappingURL=system.js.map