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.
- package/dist/analysis/chart_utils.d.ts +11 -9
- package/dist/analysis/chart_utils.d.ts.map +1 -1
- package/dist/analysis/chart_utils.js +21 -16
- package/dist/analysis/chart_utils.js.map +1 -1
- package/dist/analysis/math_utils.d.ts +4 -13
- package/dist/analysis/math_utils.d.ts.map +1 -1
- package/dist/analysis/math_utils.js +16 -18
- package/dist/analysis/math_utils.js.map +1 -1
- package/dist/analysis/tradingview/tradingview_uplot_chart_generator.d.ts +3 -7
- package/dist/analysis/tradingview/tradingview_uplot_chart_generator.d.ts.map +1 -1
- package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js +38 -34
- package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js.map +1 -1
- package/dist/analysis/trend_detection/hurst_analyzer.d.ts +1 -4
- package/dist/analysis/trend_detection/hurst_analyzer.d.ts.map +1 -1
- package/dist/analysis/trend_detection/hurst_analyzer.js +10 -7
- package/dist/analysis/trend_detection/hurst_analyzer.js.map +1 -1
- package/dist/analysis/trend_detection/kalman_trend_analyzer.d.ts +6 -6
- package/dist/analysis/trend_detection/kalman_trend_analyzer.d.ts.map +1 -1
- package/dist/analysis/trend_detection/kalman_trend_analyzer.js +23 -15
- package/dist/analysis/trend_detection/kalman_trend_analyzer.js.map +1 -1
- package/dist/analysis/trend_detection/kalman_velocity_smoothing.d.ts +12 -13
- package/dist/analysis/trend_detection/kalman_velocity_smoothing.d.ts.map +1 -1
- package/dist/analysis/trend_detection/kalman_velocity_smoothing.js +16 -16
- package/dist/analysis/trend_detection/kalman_velocity_smoothing.js.map +1 -1
- package/dist/analysis/trend_detection/permutation_entropy_analyzer.d.ts +1 -4
- package/dist/analysis/trend_detection/permutation_entropy_analyzer.d.ts.map +1 -1
- package/dist/analysis/trend_detection/permutation_entropy_analyzer.js +10 -7
- package/dist/analysis/trend_detection/permutation_entropy_analyzer.js.map +1 -1
- package/dist/bot.d.ts.map +1 -1
- package/dist/bot.js +6 -13
- package/dist/bot.js.map +1 -1
- package/dist/credential-daemon.d.ts.map +1 -1
- package/dist/credential-daemon.js +74 -35
- package/dist/credential-daemon.js.map +1 -1
- package/dist/dexbot.d.ts.map +1 -1
- package/dist/dexbot.js +16 -15
- package/dist/dexbot.js.map +1 -1
- package/dist/market_adapter/ama_signal_runner.d.ts +1 -1
- package/dist/market_adapter/ama_signal_runner.d.ts.map +1 -1
- package/dist/market_adapter/ama_signal_runner.js +8 -20
- package/dist/market_adapter/ama_signal_runner.js.map +1 -1
- package/dist/market_adapter/candle_utils.d.ts +2 -10
- package/dist/market_adapter/candle_utils.d.ts.map +1 -1
- package/dist/market_adapter/candle_utils.js +7 -8
- package/dist/market_adapter/candle_utils.js.map +1 -1
- package/dist/market_adapter/core/asymmetric_bounds.d.ts +12 -7
- package/dist/market_adapter/core/asymmetric_bounds.d.ts.map +1 -1
- package/dist/market_adapter/core/asymmetric_bounds.js +4 -5
- package/dist/market_adapter/core/asymmetric_bounds.js.map +1 -1
- package/dist/market_adapter/core/config_normalizers.d.ts +4 -9
- package/dist/market_adapter/core/config_normalizers.d.ts.map +1 -1
- package/dist/market_adapter/core/config_normalizers.js +9 -9
- package/dist/market_adapter/core/config_normalizers.js.map +1 -1
- package/dist/market_adapter/core/kibana_candles.d.ts +16 -20
- package/dist/market_adapter/core/kibana_candles.d.ts.map +1 -1
- package/dist/market_adapter/core/kibana_candles.js +16 -15
- package/dist/market_adapter/core/kibana_candles.js.map +1 -1
- package/dist/market_adapter/core/kibana_client.d.ts +8 -11
- package/dist/market_adapter/core/kibana_client.d.ts.map +1 -1
- package/dist/market_adapter/core/kibana_client.js +13 -11
- package/dist/market_adapter/core/kibana_client.js.map +1 -1
- package/dist/market_adapter/core/kibana_market_candles.d.ts +5 -12
- package/dist/market_adapter/core/kibana_market_candles.d.ts.map +1 -1
- package/dist/market_adapter/core/kibana_market_candles.js +12 -21
- package/dist/market_adapter/core/kibana_market_candles.js.map +1 -1
- package/dist/market_adapter/core/market_adapter_service.d.ts +75 -53
- package/dist/market_adapter/core/market_adapter_service.d.ts.map +1 -1
- package/dist/market_adapter/core/market_adapter_service.js +102 -98
- package/dist/market_adapter/core/market_adapter_service.js.map +1 -1
- package/dist/market_adapter/core/strategies/ama.d.ts +21 -1
- package/dist/market_adapter/core/strategies/ama.d.ts.map +1 -1
- package/dist/market_adapter/core/strategies/ama.js +10 -10
- package/dist/market_adapter/core/strategies/ama.js.map +1 -1
- package/dist/market_adapter/core/strategies/ama_slope_model.d.ts +7 -11
- package/dist/market_adapter/core/strategies/ama_slope_model.d.ts.map +1 -1
- package/dist/market_adapter/core/strategies/ama_slope_model.js +23 -30
- package/dist/market_adapter/core/strategies/ama_slope_model.js.map +1 -1
- package/dist/market_adapter/core/strategies/atr/calculator.d.ts +5 -4
- package/dist/market_adapter/core/strategies/atr/calculator.d.ts.map +1 -1
- package/dist/market_adapter/core/strategies/atr/calculator.js +5 -3
- package/dist/market_adapter/core/strategies/atr/calculator.js.map +1 -1
- package/dist/market_adapter/core/strategies/collateral_manager.d.ts +4 -7
- package/dist/market_adapter/core/strategies/collateral_manager.d.ts.map +1 -1
- package/dist/market_adapter/core/strategies/collateral_manager.js +5 -4
- package/dist/market_adapter/core/strategies/collateral_manager.js.map +1 -1
- package/dist/market_adapter/core/strategies/regime_gate.d.ts +11 -19
- package/dist/market_adapter/core/strategies/regime_gate.d.ts.map +1 -1
- package/dist/market_adapter/core/strategies/regime_gate.js +22 -22
- package/dist/market_adapter/core/strategies/regime_gate.js.map +1 -1
- package/dist/market_adapter/index.d.ts +24 -2
- package/dist/market_adapter/index.d.ts.map +1 -1
- package/dist/market_adapter/index.js +82 -56
- package/dist/market_adapter/index.js.map +1 -1
- package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js +26 -37
- package/dist/market_adapter/inputs/fetch_cex_synthetic_data.js.map +1 -1
- package/dist/market_adapter/inputs/fetch_lp_data.d.ts +4 -12
- package/dist/market_adapter/inputs/fetch_lp_data.d.ts.map +1 -1
- package/dist/market_adapter/inputs/fetch_lp_data.js +100 -66
- package/dist/market_adapter/inputs/fetch_lp_data.js.map +1 -1
- package/dist/market_adapter/inputs/kibana_source.d.ts +4 -9
- package/dist/market_adapter/inputs/kibana_source.d.ts.map +1 -1
- package/dist/market_adapter/inputs/kibana_source.js +17 -18
- package/dist/market_adapter/inputs/kibana_source.js.map +1 -1
- package/dist/market_adapter/interval_utils.d.ts +1 -4
- package/dist/market_adapter/interval_utils.d.ts.map +1 -1
- package/dist/market_adapter/interval_utils.js +2 -3
- package/dist/market_adapter/interval_utils.js.map +1 -1
- package/dist/market_adapter/log_format.d.ts +1 -9
- package/dist/market_adapter/log_format.d.ts.map +1 -1
- package/dist/market_adapter/log_format.js +7 -8
- package/dist/market_adapter/log_format.js.map +1 -1
- package/dist/market_adapter/lp_chart_core.d.ts +1 -4
- package/dist/market_adapter/lp_chart_core.d.ts.map +1 -1
- package/dist/market_adapter/lp_chart_core.js +22 -20
- package/dist/market_adapter/lp_chart_core.js.map +1 -1
- package/dist/market_adapter/lp_chart_runner.d.ts +13 -24
- package/dist/market_adapter/lp_chart_runner.d.ts.map +1 -1
- package/dist/market_adapter/lp_chart_runner.js +58 -56
- package/dist/market_adapter/lp_chart_runner.js.map +1 -1
- package/dist/market_adapter/lp_chart_strategy_loader.d.ts +4 -17
- package/dist/market_adapter/lp_chart_strategy_loader.d.ts.map +1 -1
- package/dist/market_adapter/lp_chart_strategy_loader.js +36 -36
- package/dist/market_adapter/lp_chart_strategy_loader.js.map +1 -1
- package/dist/market_adapter/market_adapter.d.ts +51 -72
- package/dist/market_adapter/market_adapter.d.ts.map +1 -1
- package/dist/market_adapter/market_adapter.js +227 -192
- package/dist/market_adapter/market_adapter.js.map +1 -1
- package/dist/market_adapter/merge_lp_data.js +17 -16
- package/dist/market_adapter/merge_lp_data.js.map +1 -1
- package/dist/market_adapter/test_helpers.d.ts +9 -13
- package/dist/market_adapter/test_helpers.d.ts.map +1 -1
- package/dist/market_adapter/test_helpers.js +14 -14
- package/dist/market_adapter/test_helpers.js.map +1 -1
- package/dist/market_adapter/utils/adapter_client.d.ts +6 -14
- package/dist/market_adapter/utils/adapter_client.d.ts.map +1 -1
- package/dist/market_adapter/utils/adapter_client.js +16 -15
- package/dist/market_adapter/utils/adapter_client.js.map +1 -1
- package/dist/market_adapter/utils/atomic_write.d.ts +2 -5
- package/dist/market_adapter/utils/atomic_write.d.ts.map +1 -1
- package/dist/market_adapter/utils/atomic_write.js +5 -5
- package/dist/market_adapter/utils/atomic_write.js.map +1 -1
- package/dist/market_adapter/utils/chain.d.ts +19 -21
- package/dist/market_adapter/utils/chain.d.ts.map +1 -1
- package/dist/market_adapter/utils/chain.js +15 -16
- package/dist/market_adapter/utils/chain.js.map +1 -1
- package/dist/market_adapter/utils/data_discovery.d.ts +1 -4
- package/dist/market_adapter/utils/data_discovery.d.ts.map +1 -1
- package/dist/market_adapter/utils/data_discovery.js +10 -10
- package/dist/market_adapter/utils/data_discovery.js.map +1 -1
- package/dist/market_adapter/utils/dynamic_grid_snapshot.d.ts +1 -6
- package/dist/market_adapter/utils/dynamic_grid_snapshot.d.ts.map +1 -1
- package/dist/market_adapter/utils/dynamic_grid_snapshot.js +14 -14
- package/dist/market_adapter/utils/dynamic_grid_snapshot.js.map +1 -1
- package/dist/market_adapter/utils/file_lock.d.ts +1 -7
- package/dist/market_adapter/utils/file_lock.d.ts.map +1 -1
- package/dist/market_adapter/utils/file_lock.js +21 -25
- package/dist/market_adapter/utils/file_lock.js.map +1 -1
- package/dist/market_adapter/utils/native_history.d.ts +12 -12
- package/dist/market_adapter/utils/native_history.d.ts.map +1 -1
- package/dist/market_adapter/utils/native_history.js +15 -15
- package/dist/market_adapter/utils/native_history.js.map +1 -1
- package/dist/market_adapter/utils/paths.d.ts +2 -4
- package/dist/market_adapter/utils/paths.d.ts.map +1 -1
- package/dist/market_adapter/utils/paths.js +6 -5
- package/dist/market_adapter/utils/paths.js.map +1 -1
- package/dist/modules/account_bots.d.ts +7 -8
- package/dist/modules/account_bots.d.ts.map +1 -1
- package/dist/modules/account_bots.js +92 -114
- package/dist/modules/account_bots.js.map +1 -1
- package/dist/modules/account_orders.d.ts +5 -9
- package/dist/modules/account_orders.d.ts.map +1 -1
- package/dist/modules/account_orders.js +69 -32
- package/dist/modules/account_orders.js.map +1 -1
- package/dist/modules/authority_resolver.d.ts +32 -1
- package/dist/modules/authority_resolver.d.ts.map +1 -1
- package/dist/modules/authority_resolver.js +18 -12
- package/dist/modules/authority_resolver.js.map +1 -1
- package/dist/modules/bitshares-native/chain_client.d.ts +3 -8
- package/dist/modules/bitshares-native/chain_client.d.ts.map +1 -1
- package/dist/modules/bitshares-native/chain_client.js +21 -16
- package/dist/modules/bitshares-native/chain_client.js.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc.browser.d.ts +21 -29
- package/dist/modules/bitshares-native/crypto/ecc.browser.d.ts.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc.browser.js +72 -38
- package/dist/modules/bitshares-native/crypto/ecc.browser.js.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc.d.ts +9 -36
- package/dist/modules/bitshares-native/crypto/ecc.d.ts.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc.js +40 -83
- package/dist/modules/bitshares-native/crypto/ecc.js.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc_selector.d.ts +14 -1
- package/dist/modules/bitshares-native/crypto/ecc_selector.d.ts.map +1 -1
- package/dist/modules/bitshares-native/crypto/ecc_selector.js +5 -3
- package/dist/modules/bitshares-native/crypto/ecc_selector.js.map +1 -1
- package/dist/modules/bitshares-native/index.d.ts +10 -2
- package/dist/modules/bitshares-native/index.d.ts.map +1 -1
- package/dist/modules/bitshares-native/index.js +68 -31
- package/dist/modules/bitshares-native/index.js.map +1 -1
- package/dist/modules/bitshares-native/lru_cache.d.ts +1 -4
- package/dist/modules/bitshares-native/lru_cache.d.ts.map +1 -1
- package/dist/modules/bitshares-native/lru_cache.js +6 -3
- package/dist/modules/bitshares-native/lru_cache.js.map +1 -1
- package/dist/modules/bitshares-native/resolvers.d.ts +3 -6
- package/dist/modules/bitshares-native/resolvers.d.ts.map +1 -1
- package/dist/modules/bitshares-native/resolvers.js +11 -9
- package/dist/modules/bitshares-native/resolvers.js.map +1 -1
- package/dist/modules/bitshares-native/serial/chain_constants.d.ts +53 -55
- package/dist/modules/bitshares-native/serial/chain_constants.d.ts.map +1 -1
- package/dist/modules/bitshares-native/serial/chain_constants.js +28 -27
- package/dist/modules/bitshares-native/serial/chain_constants.js.map +1 -1
- package/dist/modules/bitshares-native/serial/index.d.ts +5 -9
- package/dist/modules/bitshares-native/serial/index.d.ts.map +1 -1
- package/dist/modules/bitshares-native/serial/index.js +46 -12
- package/dist/modules/bitshares-native/serial/index.js.map +1 -1
- package/dist/modules/bitshares-native/serial/operations.d.ts +102 -100
- package/dist/modules/bitshares-native/serial/operations.d.ts.map +1 -1
- package/dist/modules/bitshares-native/serial/operations.js +473 -471
- package/dist/modules/bitshares-native/serial/operations.js.map +1 -1
- package/dist/modules/bitshares-native/serial/serializer.d.ts +2 -7
- package/dist/modules/bitshares-native/serial/serializer.d.ts.map +1 -1
- package/dist/modules/bitshares-native/serial/serializer.js +8 -3
- package/dist/modules/bitshares-native/serial/serializer.js.map +1 -1
- package/dist/modules/bitshares-native/serial/types.d.ts +26 -41
- package/dist/modules/bitshares-native/serial/types.d.ts.map +1 -1
- package/dist/modules/bitshares-native/serial/types.js +76 -42
- package/dist/modules/bitshares-native/serial/types.js.map +1 -1
- package/dist/modules/bitshares-native/signing_client.d.ts +1 -5
- package/dist/modules/bitshares-native/signing_client.d.ts.map +1 -1
- package/dist/modules/bitshares-native/signing_client.js +49 -11
- package/dist/modules/bitshares-native/signing_client.js.map +1 -1
- package/dist/modules/bitshares-native/subscriptions.d.ts +1 -4
- package/dist/modules/bitshares-native/subscriptions.d.ts.map +1 -1
- package/dist/modules/bitshares-native/subscriptions.js +47 -84
- package/dist/modules/bitshares-native/subscriptions.js.map +1 -1
- package/dist/modules/bitshares-native/transport.d.ts +1 -8
- package/dist/modules/bitshares-native/transport.d.ts.map +1 -1
- package/dist/modules/bitshares-native/transport.js +22 -15
- package/dist/modules/bitshares-native/transport.js.map +1 -1
- package/dist/modules/bitshares-native/tx/builder.d.ts +3 -8
- package/dist/modules/bitshares-native/tx/builder.d.ts.map +1 -1
- package/dist/modules/bitshares-native/tx/builder.js +61 -23
- package/dist/modules/bitshares-native/tx/builder.js.map +1 -1
- package/dist/modules/bitshares-native/tx/tx_cache.d.ts +1 -8
- package/dist/modules/bitshares-native/tx/tx_cache.d.ts.map +1 -1
- package/dist/modules/bitshares-native/tx/tx_cache.js +21 -17
- package/dist/modules/bitshares-native/tx/tx_cache.js.map +1 -1
- package/dist/modules/bitshares_client.d.ts +12 -23
- package/dist/modules/bitshares_client.d.ts.map +1 -1
- package/dist/modules/bitshares_client.js +109 -56
- package/dist/modules/bitshares_client.js.map +1 -1
- package/dist/modules/bot_settings.d.ts +1 -13
- package/dist/modules/bot_settings.d.ts.map +1 -1
- package/dist/modules/bot_settings.js +34 -34
- package/dist/modules/bot_settings.js.map +1 -1
- package/dist/modules/bots_file_lock.d.ts +3 -9
- package/dist/modules/bots_file_lock.d.ts.map +1 -1
- package/dist/modules/bots_file_lock.js +8 -9
- package/dist/modules/bots_file_lock.js.map +1 -1
- package/dist/modules/chain_keys.d.ts +7 -39
- package/dist/modules/chain_keys.d.ts.map +1 -1
- package/dist/modules/chain_keys.js +126 -90
- package/dist/modules/chain_keys.js.map +1 -1
- package/dist/modules/chain_orders.d.ts +46 -52
- package/dist/modules/chain_orders.d.ts.map +1 -1
- package/dist/modules/chain_orders.js +152 -104
- package/dist/modules/chain_orders.js.map +1 -1
- package/dist/modules/config.d.ts +50 -57
- package/dist/modules/config.d.ts.map +1 -1
- package/dist/modules/config.js +28 -24
- package/dist/modules/config.js.map +1 -1
- package/dist/modules/constants.d.ts +492 -492
- package/dist/modules/constants.d.ts.map +1 -1
- package/dist/modules/constants.js +79 -39
- package/dist/modules/constants.js.map +1 -1
- package/dist/modules/cr_planner.d.ts +1 -13
- package/dist/modules/cr_planner.d.ts.map +1 -1
- package/dist/modules/cr_planner.js +28 -28
- package/dist/modules/cr_planner.js.map +1 -1
- package/dist/modules/credential_policy.d.ts +18 -33
- package/dist/modules/credential_policy.d.ts.map +1 -1
- package/dist/modules/credential_policy.js +114 -87
- package/dist/modules/credential_policy.js.map +1 -1
- package/dist/modules/credential_runtime.d.ts +11 -21
- package/dist/modules/credential_runtime.d.ts.map +1 -1
- package/dist/modules/credential_runtime.js +40 -40
- package/dist/modules/credential_runtime.js.map +1 -1
- package/dist/modules/credential_session_cache.d.ts +8 -8
- package/dist/modules/credential_session_cache.d.ts.map +1 -1
- package/dist/modules/credential_session_cache.js +41 -8
- package/dist/modules/credential_session_cache.js.map +1 -1
- package/dist/modules/credit_runtime.d.ts +51 -316
- package/dist/modules/credit_runtime.d.ts.map +1 -1
- package/dist/modules/credit_runtime.js +257 -183
- package/dist/modules/credit_runtime.js.map +1 -1
- package/dist/modules/crypto/browser_provider.js +6 -6
- package/dist/modules/crypto/browser_provider.js.map +1 -1
- package/dist/modules/crypto/index.d.ts.map +1 -1
- package/dist/modules/crypto/index.js +2 -0
- package/dist/modules/crypto/index.js.map +1 -1
- package/dist/modules/crypto/sync.js +3 -3
- package/dist/modules/crypto/sync.js.map +1 -1
- package/dist/modules/dexbot_class.d.ts +124 -73
- package/dist/modules/dexbot_class.d.ts.map +1 -1
- package/dist/modules/dexbot_class.js +198 -3577
- package/dist/modules/dexbot_class.js.map +1 -1
- package/dist/modules/dexbot_cow_runtime.d.ts +322 -0
- package/dist/modules/dexbot_cow_runtime.d.ts.map +1 -0
- package/dist/modules/dexbot_cow_runtime.js +1836 -0
- package/dist/modules/dexbot_cow_runtime.js.map +1 -0
- package/dist/modules/dexbot_credential_client.d.ts +5 -11
- package/dist/modules/dexbot_credential_client.d.ts.map +1 -1
- package/dist/modules/dexbot_credential_client.js +32 -30
- package/dist/modules/dexbot_credential_client.js.map +1 -1
- package/dist/modules/dexbot_fill_runtime.d.ts +47 -15
- package/dist/modules/dexbot_fill_runtime.d.ts.map +1 -1
- package/dist/modules/dexbot_fill_runtime.js +565 -22
- package/dist/modules/dexbot_fill_runtime.js.map +1 -1
- package/dist/modules/dexbot_maintenance_runtime.d.ts +79 -10
- package/dist/modules/dexbot_maintenance_runtime.d.ts.map +1 -1
- package/dist/modules/dexbot_maintenance_runtime.js +294 -55
- package/dist/modules/dexbot_maintenance_runtime.js.map +1 -1
- package/dist/modules/dexbot_startup_runtime.d.ts +26 -0
- package/dist/modules/dexbot_startup_runtime.d.ts.map +1 -0
- package/dist/modules/dexbot_startup_runtime.js +575 -0
- package/dist/modules/dexbot_startup_runtime.js.map +1 -0
- package/dist/modules/dexbot_state_recovery.d.ts +115 -0
- package/dist/modules/dexbot_state_recovery.d.ts.map +1 -0
- package/dist/modules/dexbot_state_recovery.js +431 -0
- package/dist/modules/dexbot_state_recovery.js.map +1 -0
- package/dist/modules/fund_registry.d.ts +1 -13
- package/dist/modules/fund_registry.d.ts.map +1 -1
- package/dist/modules/fund_registry.js +23 -22
- package/dist/modules/fund_registry.js.map +1 -1
- package/dist/modules/general_settings.d.ts +3 -7
- package/dist/modules/general_settings.d.ts.map +1 -1
- package/dist/modules/general_settings.js +15 -15
- package/dist/modules/general_settings.js.map +1 -1
- package/dist/modules/graceful_shutdown.d.ts +1 -6
- package/dist/modules/graceful_shutdown.d.ts.map +1 -1
- package/dist/modules/graceful_shutdown.js +19 -16
- package/dist/modules/graceful_shutdown.js.map +1 -1
- package/dist/modules/key_store.d.ts.map +1 -1
- package/dist/modules/key_store.js +53 -20
- package/dist/modules/key_store.js.map +1 -1
- package/dist/modules/launcher/bot_supervisor.d.ts +23 -66
- package/dist/modules/launcher/bot_supervisor.d.ts.map +1 -1
- package/dist/modules/launcher/bot_supervisor.js +115 -107
- package/dist/modules/launcher/bot_supervisor.js.map +1 -1
- package/dist/modules/launcher/child_env.d.ts +2 -5
- package/dist/modules/launcher/child_env.d.ts.map +1 -1
- package/dist/modules/launcher/child_env.js +4 -4
- package/dist/modules/launcher/child_env.js.map +1 -1
- package/dist/modules/launcher/credential_bootstrap.d.ts +4 -8
- package/dist/modules/launcher/credential_bootstrap.d.ts.map +1 -1
- package/dist/modules/launcher/credential_bootstrap.js +30 -26
- package/dist/modules/launcher/credential_bootstrap.js.map +1 -1
- package/dist/modules/launcher/credential_daemon.d.ts +8 -15
- package/dist/modules/launcher/credential_daemon.d.ts.map +1 -1
- package/dist/modules/launcher/credential_daemon.js +72 -41
- package/dist/modules/launcher/credential_daemon.js.map +1 -1
- package/dist/modules/launcher/credential_secret.d.ts +1 -4
- package/dist/modules/launcher/credential_secret.d.ts.map +1 -1
- package/dist/modules/launcher/credential_secret.js +36 -4
- package/dist/modules/launcher/credential_secret.js.map +1 -1
- package/dist/modules/launcher/foreign_cred_daemon.d.ts +32 -1
- package/dist/modules/launcher/foreign_cred_daemon.d.ts.map +1 -1
- package/dist/modules/launcher/foreign_cred_daemon.js +25 -28
- package/dist/modules/launcher/foreign_cred_daemon.js.map +1 -1
- package/dist/modules/launcher/headless_password.d.ts +1 -4
- package/dist/modules/launcher/headless_password.d.ts.map +1 -1
- package/dist/modules/launcher/headless_password.js +11 -11
- package/dist/modules/launcher/headless_password.js.map +1 -1
- package/dist/modules/launcher/launch_modes.d.ts +15 -14
- package/dist/modules/launcher/launch_modes.d.ts.map +1 -1
- package/dist/modules/launcher/launch_modes.js +8 -8
- package/dist/modules/launcher/launch_modes.js.map +1 -1
- package/dist/modules/launcher/market_adapter_runtime.d.ts +10 -19
- package/dist/modules/launcher/market_adapter_runtime.d.ts.map +1 -1
- package/dist/modules/launcher/market_adapter_runtime.js +33 -34
- package/dist/modules/launcher/market_adapter_runtime.js.map +1 -1
- package/dist/modules/launcher/market_adapter_watchdog.d.ts +10 -17
- package/dist/modules/launcher/market_adapter_watchdog.d.ts.map +1 -1
- package/dist/modules/launcher/market_adapter_watchdog.js +42 -39
- package/dist/modules/launcher/market_adapter_watchdog.js.map +1 -1
- package/dist/modules/launcher/monolithic_runtime.d.ts +28 -57
- package/dist/modules/launcher/monolithic_runtime.d.ts.map +1 -1
- package/dist/modules/launcher/monolithic_runtime.js +135 -108
- package/dist/modules/launcher/monolithic_runtime.js.map +1 -1
- package/dist/modules/launcher/runtime_entry.d.ts +5 -10
- package/dist/modules/launcher/runtime_entry.d.ts.map +1 -1
- package/dist/modules/launcher/runtime_entry.js +14 -14
- package/dist/modules/launcher/runtime_entry.js.map +1 -1
- package/dist/modules/launcher/status_reporting.d.ts +17 -37
- package/dist/modules/launcher/status_reporting.d.ts.map +1 -1
- package/dist/modules/launcher/status_reporting.js +35 -34
- package/dist/modules/launcher/status_reporting.js.map +1 -1
- package/dist/modules/launcher/supervisor_control.d.ts +1 -4
- package/dist/modules/launcher/supervisor_control.d.ts.map +1 -1
- package/dist/modules/launcher/supervisor_control.js +9 -4
- package/dist/modules/launcher/supervisor_control.js.map +1 -1
- package/dist/modules/logger.d.ts +3 -1
- package/dist/modules/logger.d.ts.map +1 -1
- package/dist/modules/logger.js +38 -28
- package/dist/modules/logger.js.map +1 -1
- package/dist/modules/market_adapter_whitelist.d.ts +2 -10
- package/dist/modules/market_adapter_whitelist.d.ts.map +1 -1
- package/dist/modules/market_adapter_whitelist.js +18 -16
- package/dist/modules/market_adapter_whitelist.js.map +1 -1
- package/dist/modules/node_health_cache.d.ts +2 -12
- package/dist/modules/node_health_cache.d.ts.map +1 -1
- package/dist/modules/node_health_cache.js +24 -24
- package/dist/modules/node_health_cache.js.map +1 -1
- package/dist/modules/node_manager.d.ts +1 -1
- package/dist/modules/node_manager.d.ts.map +1 -1
- package/dist/modules/node_manager.js +44 -38
- package/dist/modules/node_manager.js.map +1 -1
- package/dist/modules/order/accounting.d.ts +12 -12
- package/dist/modules/order/accounting.d.ts.map +1 -1
- package/dist/modules/order/accounting.js +111 -76
- package/dist/modules/order/accounting.js.map +1 -1
- package/dist/modules/order/async_lock.d.ts +1 -2
- package/dist/modules/order/async_lock.d.ts.map +1 -1
- package/dist/modules/order/async_lock.js +4 -4
- package/dist/modules/order/async_lock.js.map +1 -1
- package/dist/modules/order/export.d.ts +8 -14
- package/dist/modules/order/export.d.ts.map +1 -1
- package/dist/modules/order/export.js +77 -42
- package/dist/modules/order/export.js.map +1 -1
- package/dist/modules/order/format.d.ts +17 -22
- package/dist/modules/order/format.d.ts.map +1 -1
- package/dist/modules/order/format.js +25 -31
- package/dist/modules/order/format.js.map +1 -1
- package/dist/modules/order/grid.d.ts +18 -104
- package/dist/modules/order/grid.d.ts.map +1 -1
- package/dist/modules/order/grid.js +246 -188
- package/dist/modules/order/grid.js.map +1 -1
- package/dist/modules/order/grid_reconcile.d.ts +8 -8
- package/dist/modules/order/grid_reconcile.d.ts.map +1 -1
- package/dist/modules/order/grid_reconcile.js +24 -24
- package/dist/modules/order/grid_reconcile.js.map +1 -1
- package/dist/modules/order/grid_reconcile_internal.d.ts +224 -1
- package/dist/modules/order/grid_reconcile_internal.d.ts.map +1 -1
- package/dist/modules/order/grid_reconcile_internal.js +145 -72
- package/dist/modules/order/grid_reconcile_internal.js.map +1 -1
- package/dist/modules/order/index.d.ts +1 -1
- package/dist/modules/order/index.d.ts.map +1 -1
- package/dist/modules/order/index.js +42 -7
- package/dist/modules/order/index.js.map +1 -1
- package/dist/modules/order/logger.d.ts +6 -16
- package/dist/modules/order/logger.d.ts.map +1 -1
- package/dist/modules/order/logger.js +76 -53
- package/dist/modules/order/logger.js.map +1 -1
- package/dist/modules/order/logger_state.d.ts +4 -4
- package/dist/modules/order/logger_state.d.ts.map +1 -1
- package/dist/modules/order/logger_state.js +3 -1
- package/dist/modules/order/logger_state.js.map +1 -1
- package/dist/modules/order/manager.d.ts +160 -37
- package/dist/modules/order/manager.d.ts.map +1 -1
- package/dist/modules/order/manager.js +166 -128
- package/dist/modules/order/manager.js.map +1 -1
- package/dist/modules/order/processed_fill_store.d.ts +6 -10
- package/dist/modules/order/processed_fill_store.d.ts.map +1 -1
- package/dist/modules/order/processed_fill_store.js +10 -9
- package/dist/modules/order/processed_fill_store.js.map +1 -1
- package/dist/modules/order/strategy.d.ts +3 -3
- package/dist/modules/order/strategy.d.ts.map +1 -1
- package/dist/modules/order/strategy.js +29 -27
- package/dist/modules/order/strategy.js.map +1 -1
- package/dist/modules/order/sync_engine.d.ts +9 -19
- package/dist/modules/order/sync_engine.d.ts.map +1 -1
- package/dist/modules/order/sync_engine.js +176 -126
- package/dist/modules/order/sync_engine.js.map +1 -1
- package/dist/modules/order/utils/math.d.ts +55 -85
- package/dist/modules/order/utils/math.d.ts.map +1 -1
- package/dist/modules/order/utils/math.js +155 -88
- package/dist/modules/order/utils/math.js.map +1 -1
- package/dist/modules/order/utils/order.d.ts +27 -72
- package/dist/modules/order/utils/order.d.ts.map +1 -1
- package/dist/modules/order/utils/order.js +144 -105
- package/dist/modules/order/utils/order.js.map +1 -1
- package/dist/modules/order/utils/system.d.ts +74 -44
- package/dist/modules/order/utils/system.d.ts.map +1 -1
- package/dist/modules/order/utils/system.js +188 -149
- package/dist/modules/order/utils/system.js.map +1 -1
- package/dist/modules/order/utils/validate.d.ts +21 -43
- package/dist/modules/order/utils/validate.d.ts.map +1 -1
- package/dist/modules/order/utils/validate.js +140 -110
- package/dist/modules/order/utils/validate.js.map +1 -1
- package/dist/modules/order/working_grid.d.ts +1 -4
- package/dist/modules/order/working_grid.d.ts.map +1 -1
- package/dist/modules/order/working_grid.js +9 -7
- package/dist/modules/order/working_grid.js.map +1 -1
- package/dist/modules/path_api.js +2 -2
- package/dist/modules/path_api.js.map +1 -1
- package/dist/modules/paths.d.ts +51 -55
- package/dist/modules/paths.d.ts.map +1 -1
- package/dist/modules/paths.js +72 -52
- package/dist/modules/paths.js.map +1 -1
- package/dist/modules/process_discovery.d.ts +1 -1
- package/dist/modules/process_discovery.d.ts.map +1 -1
- package/dist/modules/process_discovery.js +7 -7
- package/dist/modules/process_discovery.js.map +1 -1
- package/dist/modules/runtime.d.ts +1 -1
- package/dist/modules/runtime.d.ts.map +1 -1
- package/dist/modules/runtime.js +4 -4
- package/dist/modules/runtime.js.map +1 -1
- package/dist/modules/runtime_settings.d.ts +1 -0
- package/dist/modules/runtime_settings.d.ts.map +1 -1
- package/dist/modules/runtime_settings.js +15 -10
- package/dist/modules/runtime_settings.js.map +1 -1
- package/dist/modules/settings_merge.d.ts +1 -4
- package/dist/modules/settings_merge.d.ts.map +1 -1
- package/dist/modules/settings_merge.js +2 -1
- package/dist/modules/settings_merge.js.map +1 -1
- package/dist/modules/storage/browser_adapter.d.ts +7 -3
- package/dist/modules/storage/browser_adapter.d.ts.map +1 -1
- package/dist/modules/storage/browser_adapter.js +2 -0
- package/dist/modules/storage/browser_adapter.js.map +1 -1
- package/dist/modules/storage/index.d.ts +2 -2
- package/dist/modules/storage/index.d.ts.map +1 -1
- package/dist/modules/storage/index.js +2 -5
- package/dist/modules/storage/index.js.map +1 -1
- package/dist/modules/storage/node_adapter.d.ts +3 -3
- package/dist/modules/storage/node_adapter.d.ts.map +1 -1
- package/dist/modules/storage/node_adapter.js +9 -7
- package/dist/modules/storage/node_adapter.js.map +1 -1
- package/dist/modules/storage/types.d.ts +13 -10
- package/dist/modules/storage/types.d.ts.map +1 -1
- package/dist/modules/types.d.ts +0 -2
- package/dist/modules/types.d.ts.map +1 -1
- package/dist/modules/utils/base58check.d.ts +1 -9
- package/dist/modules/utils/base58check.d.ts.map +1 -1
- package/dist/modules/utils/base58check.js +14 -16
- package/dist/modules/utils/base58check.js.map +1 -1
- package/dist/modules/utils/build_dir.d.ts +2 -5
- package/dist/modules/utils/build_dir.d.ts.map +1 -1
- package/dist/modules/utils/build_dir.js +6 -3
- package/dist/modules/utils/build_dir.js.map +1 -1
- package/dist/modules/utils/errors.d.ts +2 -0
- package/dist/modules/utils/errors.d.ts.map +1 -0
- package/dist/modules/utils/errors.js +12 -0
- package/dist/modules/utils/errors.js.map +1 -0
- package/dist/modules/utils/fs_utils.d.ts +1 -8
- package/dist/modules/utils/fs_utils.d.ts.map +1 -1
- package/dist/modules/utils/fs_utils.js +8 -3
- package/dist/modules/utils/fs_utils.js.map +1 -1
- package/dist/modules/utils/math_utils.d.ts +2 -6
- package/dist/modules/utils/math_utils.d.ts.map +1 -1
- package/dist/modules/utils/math_utils.js +6 -2
- package/dist/modules/utils/math_utils.js.map +1 -1
- package/dist/modules/validate_profiles.d.ts +1 -11
- package/dist/modules/validate_profiles.d.ts.map +1 -1
- package/dist/modules/validate_profiles.js +25 -27
- package/dist/modules/validate_profiles.js.map +1 -1
- package/dist/pm2.d.ts +7 -6
- package/dist/pm2.d.ts.map +1 -1
- package/dist/pm2.js +132 -106
- package/dist/pm2.js.map +1 -1
- package/dist/scripts/analyze-git.d.ts.map +1 -1
- package/dist/scripts/analyze-git.js +15 -11
- package/dist/scripts/analyze-git.js.map +1 -1
- package/dist/scripts/analyze-orders.d.ts +146 -1
- package/dist/scripts/analyze-orders.d.ts.map +1 -1
- package/dist/scripts/analyze-orders.js +81 -105
- package/dist/scripts/analyze-orders.js.map +1 -1
- package/dist/scripts/diagnose-pool-history.d.ts.map +1 -1
- package/dist/scripts/diagnose-pool-history.js +9 -8
- package/dist/scripts/diagnose-pool-history.js.map +1 -1
- package/dist/scripts/divergence-calc.d.ts.map +1 -1
- package/dist/scripts/divergence-calc.js +11 -8
- package/dist/scripts/divergence-calc.js.map +1 -1
- package/dist/scripts/fix-err-message.d.ts +3 -0
- package/dist/scripts/fix-err-message.d.ts.map +1 -0
- package/dist/scripts/fix-err-message.js +198 -0
- package/dist/scripts/fix-err-message.js.map +1 -0
- package/dist/scripts/generate_lp_chart.d.ts +2 -9
- package/dist/scripts/generate_lp_chart.d.ts.map +1 -1
- package/dist/scripts/generate_lp_chart.js +14 -10
- package/dist/scripts/generate_lp_chart.js.map +1 -1
- package/dist/scripts/generate_mainnet_corpus_report.js +4 -4
- package/dist/scripts/generate_mainnet_corpus_report.js.map +1 -1
- package/dist/scripts/generate_market_adapter_whitelist.d.ts +17 -1
- package/dist/scripts/generate_market_adapter_whitelist.d.ts.map +1 -1
- package/dist/scripts/generate_market_adapter_whitelist.js +23 -20
- package/dist/scripts/generate_market_adapter_whitelist.js.map +1 -1
- package/dist/scripts/migrate_bot_keys.d.ts +1 -4
- package/dist/scripts/migrate_bot_keys.d.ts.map +1 -1
- package/dist/scripts/migrate_bot_keys.js +48 -124
- package/dist/scripts/migrate_bot_keys.js.map +1 -1
- package/dist/scripts/native_release_gates.d.ts.map +1 -1
- package/dist/scripts/native_release_gates.js +18 -14
- package/dist/scripts/native_release_gates.js.map +1 -1
- package/dist/scripts/print_grid.js +1 -1
- package/dist/scripts/print_grid.js.map +1 -1
- package/dist/scripts/run-tests.js +1 -0
- package/dist/scripts/run-tests.js.map +1 -1
- package/dist/scripts/runner.d.ts +1 -11
- package/dist/scripts/runner.d.ts.map +1 -1
- package/dist/scripts/runner.js +21 -19
- package/dist/scripts/runner.js.map +1 -1
- package/dist/scripts/test-credit-renewal.d.ts.map +1 -1
- package/dist/scripts/test-credit-renewal.js +2 -1
- package/dist/scripts/test-credit-renewal.js.map +1 -1
- package/dist/scripts/update.d.ts.map +1 -1
- package/dist/scripts/update.js +85 -79
- package/dist/scripts/update.js.map +1 -1
- package/dist/scripts/validate_bots.js +2 -2
- package/dist/scripts/validate_bots.js.map +1 -1
- package/dist/scripts/verify-browser-bundle.js +25 -1
- package/dist/scripts/verify-browser-bundle.js.map +1 -1
- package/dist/unlock.d.ts +4 -17
- package/dist/unlock.d.ts.map +1 -1
- package/dist/unlock.js +141 -108
- package/dist/unlock.js.map +1 -1
- package/package.json +7 -2
- package/dist/analysis/ama_fitting/analyze_ama_price_changes.d.ts +0 -3
- package/dist/analysis/ama_fitting/analyze_ama_price_changes.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/analyze_ama_price_changes.js +0 -149
- package/dist/analysis/ama_fitting/analyze_ama_price_changes.js.map +0 -1
- package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.d.ts +0 -3
- package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js +0 -387
- package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js.map +0 -1
- package/dist/analysis/ama_fitting/calibrate_convergence_er.d.ts +0 -3
- package/dist/analysis/ama_fitting/calibrate_convergence_er.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/calibrate_convergence_er.js +0 -200
- package/dist/analysis/ama_fitting/calibrate_convergence_er.js.map +0 -1
- package/dist/analysis/ama_fitting/fetch_lp_candles.d.ts +0 -3
- package/dist/analysis/ama_fitting/fetch_lp_candles.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/fetch_lp_candles.js +0 -212
- package/dist/analysis/ama_fitting/fetch_lp_candles.js.map +0 -1
- package/dist/analysis/ama_fitting/generate_unified_comparison_chart.d.ts +0 -31
- package/dist/analysis/ama_fitting/generate_unified_comparison_chart.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/generate_unified_comparison_chart.js +0 -249
- package/dist/analysis/ama_fitting/generate_unified_comparison_chart.js.map +0 -1
- package/dist/analysis/ama_fitting/optimizer_high_resolution.d.ts +0 -2
- package/dist/analysis/ama_fitting/optimizer_high_resolution.d.ts.map +0 -1
- package/dist/analysis/ama_fitting/optimizer_high_resolution.js +0 -782
- package/dist/analysis/ama_fitting/optimizer_high_resolution.js.map +0 -1
- package/dist/analysis/analyze_derivatives.d.ts +0 -95
- package/dist/analysis/analyze_derivatives.d.ts.map +0 -1
- package/dist/analysis/analyze_derivatives.js +0 -295
- package/dist/analysis/analyze_derivatives.js.map +0 -1
- package/dist/analysis/analyze_dynamic_weight.d.ts +0 -14
- package/dist/analysis/analyze_dynamic_weight.d.ts.map +0 -1
- package/dist/analysis/analyze_dynamic_weight.js +0 -207
- package/dist/analysis/analyze_dynamic_weight.js.map +0 -1
- package/dist/analysis/analyze_kalman.d.ts +0 -13
- package/dist/analysis/analyze_kalman.d.ts.map +0 -1
- package/dist/analysis/analyze_kalman.js +0 -123
- package/dist/analysis/analyze_kalman.js.map +0 -1
- package/dist/analysis/analyze_regime.d.ts +0 -20
- package/dist/analysis/analyze_regime.d.ts.map +0 -1
- package/dist/analysis/analyze_regime.js +0 -139
- package/dist/analysis/analyze_regime.js.map +0 -1
- package/dist/analysis/analyze_regime_windows.d.ts +0 -19
- package/dist/analysis/analyze_regime_windows.d.ts.map +0 -1
- package/dist/analysis/analyze_regime_windows.js +0 -413
- package/dist/analysis/analyze_regime_windows.js.map +0 -1
- package/dist/analysis/analyze_risk_profile.d.ts +0 -3
- package/dist/analysis/analyze_risk_profile.d.ts.map +0 -1
- package/dist/analysis/analyze_risk_profile.js +0 -159
- package/dist/analysis/analyze_risk_profile.js.map +0 -1
- package/dist/analysis/analyze_trade_heatmap.d.ts +0 -3
- package/dist/analysis/analyze_trade_heatmap.d.ts.map +0 -1
- package/dist/analysis/analyze_trade_heatmap.js +0 -367
- package/dist/analysis/analyze_trade_heatmap.js.map +0 -1
- package/dist/analysis/analyze_volatility.d.ts +0 -22
- package/dist/analysis/analyze_volatility.d.ts.map +0 -1
- package/dist/analysis/analyze_volatility.js +0 -172
- package/dist/analysis/analyze_volatility.js.map +0 -1
- package/dist/analysis/bot_fitting/backtest_ama_sweep.d.ts +0 -99
- package/dist/analysis/bot_fitting/backtest_ama_sweep.d.ts.map +0 -1
- package/dist/analysis/bot_fitting/backtest_ama_sweep.js +0 -804
- package/dist/analysis/bot_fitting/backtest_ama_sweep.js.map +0 -1
- package/dist/analysis/bot_fitting/backtest_bot_fitting.d.ts +0 -2
- package/dist/analysis/bot_fitting/backtest_bot_fitting.d.ts.map +0 -1
- package/dist/analysis/bot_fitting/backtest_bot_fitting.js +0 -347
- package/dist/analysis/bot_fitting/backtest_bot_fitting.js.map +0 -1
- package/dist/analysis/bot_fitting/shared_utils.d.ts +0 -15
- package/dist/analysis/bot_fitting/shared_utils.d.ts.map +0 -1
- package/dist/analysis/bot_fitting/shared_utils.js +0 -48
- package/dist/analysis/bot_fitting/shared_utils.js.map +0 -1
- package/dist/analysis/bot_key_utils.d.ts +0 -22
- package/dist/analysis/bot_key_utils.d.ts.map +0 -1
- package/dist/analysis/bot_key_utils.js +0 -162
- package/dist/analysis/bot_key_utils.js.map +0 -1
- package/dist/analysis/bot_usage/discover_bot_accounts.d.ts +0 -3
- package/dist/analysis/bot_usage/discover_bot_accounts.d.ts.map +0 -1
- package/dist/analysis/bot_usage/discover_bot_accounts.js +0 -498
- package/dist/analysis/bot_usage/discover_bot_accounts.js.map +0 -1
- package/dist/analysis/bot_usage/kibana_bot_queries.d.ts +0 -546
- package/dist/analysis/bot_usage/kibana_bot_queries.d.ts.map +0 -1
- package/dist/analysis/bot_usage/kibana_bot_queries.js +0 -427
- package/dist/analysis/bot_usage/kibana_bot_queries.js.map +0 -1
- package/dist/analysis/derivative_chart_generator.d.ts +0 -18
- package/dist/analysis/derivative_chart_generator.d.ts.map +0 -1
- package/dist/analysis/derivative_chart_generator.js +0 -896
- package/dist/analysis/derivative_chart_generator.js.map +0 -1
- package/dist/analysis/price_sources.d.ts +0 -34
- package/dist/analysis/price_sources.d.ts.map +0 -1
- package/dist/analysis/price_sources.js +0 -103
- package/dist/analysis/price_sources.js.map +0 -1
- package/dist/analysis/trade_profitability.d.ts +0 -115
- package/dist/analysis/trade_profitability.d.ts.map +0 -1
- package/dist/analysis/trade_profitability.js +0 -1247
- package/dist/analysis/trade_profitability.js.map +0 -1
- package/dist/analysis/tradingview/analyze_tradingview.d.ts +0 -36
- package/dist/analysis/tradingview/analyze_tradingview.d.ts.map +0 -1
- package/dist/analysis/tradingview/analyze_tradingview.js +0 -172
- package/dist/analysis/tradingview/analyze_tradingview.js.map +0 -1
- package/dist/analysis/trend_detection/derivative_analyzer.d.ts +0 -250
- package/dist/analysis/trend_detection/derivative_analyzer.d.ts.map +0 -1
- package/dist/analysis/trend_detection/derivative_analyzer.js +0 -903
- package/dist/analysis/trend_detection/derivative_analyzer.js.map +0 -1
- package/dist/analysis/trend_detection/dynamic_weight_chart_generator.d.ts +0 -6
- package/dist/analysis/trend_detection/dynamic_weight_chart_generator.d.ts.map +0 -1
- package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js +0 -1450
- package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js.map +0 -1
- package/dist/analysis/trend_detection/kalman_chart_generator.d.ts +0 -6
- package/dist/analysis/trend_detection/kalman_chart_generator.d.ts.map +0 -1
- package/dist/analysis/trend_detection/kalman_chart_generator.js +0 -408
- package/dist/analysis/trend_detection/kalman_chart_generator.js.map +0 -1
- package/dist/analysis/trend_detection/regime_chart_generator.d.ts +0 -6
- package/dist/analysis/trend_detection/regime_chart_generator.d.ts.map +0 -1
- package/dist/analysis/trend_detection/regime_chart_generator.js +0 -345
- package/dist/analysis/trend_detection/regime_chart_generator.js.map +0 -1
- package/dist/analysis/trend_detection/tests/test_kalman_trend.d.ts +0 -2
- package/dist/analysis/trend_detection/tests/test_kalman_trend.d.ts.map +0 -1
- package/dist/analysis/trend_detection/tests/test_kalman_trend.js +0 -130
- package/dist/analysis/trend_detection/tests/test_kalman_trend.js.map +0 -1
- package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.d.ts +0 -2
- package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.d.ts.map +0 -1
- package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.js +0 -38
- package/dist/analysis/trend_detection/tests/test_kalman_velocity_smoothing.js.map +0 -1
- package/dist/analysis/trend_detection/volatility_chart_generator.d.ts +0 -6
- package/dist/analysis/trend_detection/volatility_chart_generator.d.ts.map +0 -1
- package/dist/analysis/trend_detection/volatility_chart_generator.js +0 -732
- package/dist/analysis/trend_detection/volatility_chart_generator.js.map +0 -1
|
@@ -31,18 +31,71 @@
|
|
|
31
31
|
*
|
|
32
32
|
* ===============================================================================
|
|
33
33
|
*/
|
|
34
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
35
|
+
if (k2 === undefined) k2 = k;
|
|
36
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
37
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
38
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
39
|
+
}
|
|
40
|
+
Object.defineProperty(o, k2, desc);
|
|
41
|
+
}) : (function(o, m, k, k2) {
|
|
42
|
+
if (k2 === undefined) k2 = k;
|
|
43
|
+
o[k2] = m[k];
|
|
44
|
+
}));
|
|
45
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
46
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
47
|
+
}) : function(o, v) {
|
|
48
|
+
o["default"] = v;
|
|
49
|
+
});
|
|
50
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
51
|
+
var ownKeys = function(o) {
|
|
52
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
53
|
+
var ar = [];
|
|
54
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
55
|
+
return ar;
|
|
56
|
+
};
|
|
57
|
+
return ownKeys(o);
|
|
58
|
+
};
|
|
59
|
+
return function (mod) {
|
|
60
|
+
if (mod && mod.__esModule) return mod;
|
|
61
|
+
var result = {};
|
|
62
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
63
|
+
__setModuleDefault(result, mod);
|
|
64
|
+
return result;
|
|
65
|
+
};
|
|
66
|
+
})();
|
|
67
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
68
|
+
exports.VALID_ORDER_TYPES = exports.VALID_ORDER_STATES = void 0;
|
|
69
|
+
exports.validateOrder = validateOrder;
|
|
70
|
+
exports.validateGridForPersistence = validateGridForPersistence;
|
|
71
|
+
exports.calculateRequiredFunds = calculateRequiredFunds;
|
|
72
|
+
exports.validateWorkingGridFunds = validateWorkingGridFunds;
|
|
73
|
+
exports.checkFundDrift = checkFundDrift;
|
|
74
|
+
exports.reconcileGrid = reconcileGrid;
|
|
75
|
+
exports.optimizeRebalanceActions = optimizeRebalanceActions;
|
|
76
|
+
exports.summarizeActions = summarizeActions;
|
|
77
|
+
exports.hasExecutableActions = hasExecutableActions;
|
|
78
|
+
exports.validateCreateTargetSlots = validateCreateTargetSlots;
|
|
79
|
+
exports.hasActionForOrder = hasActionForOrder;
|
|
80
|
+
exports.removeActionsForOrder = removeActionsForOrder;
|
|
81
|
+
exports.projectTargetToWorkingGrid = projectTargetToWorkingGrid;
|
|
82
|
+
exports.buildStateUpdates = buildStateUpdates;
|
|
83
|
+
exports.buildAbortedResult = buildAbortedResult;
|
|
84
|
+
exports.buildSuccessResult = buildSuccessResult;
|
|
85
|
+
exports.evaluateCommit = evaluateCommit;
|
|
34
86
|
// ===============================================================================
|
|
35
87
|
// SECTION 1: EXTERNAL DEPENDENCIES
|
|
36
88
|
// ===============================================================================
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
89
|
+
const Format = __importStar(require("../format"));
|
|
90
|
+
const constants_1 = require("../../constants");
|
|
91
|
+
const math_1 = require("./math");
|
|
92
|
+
const order_1 = require("./order");
|
|
41
93
|
const { isValidNumber, toFiniteNumber } = Format;
|
|
42
|
-
const { deepFreeze, cloneMap } = require('./system');
|
|
43
94
|
// Pre-computed valid sets
|
|
44
|
-
const VALID_ORDER_STATES = new Set(Object.values(ORDER_STATES));
|
|
45
|
-
|
|
95
|
+
const VALID_ORDER_STATES = new Set(Object.values(constants_1.ORDER_STATES));
|
|
96
|
+
exports.VALID_ORDER_STATES = VALID_ORDER_STATES;
|
|
97
|
+
const VALID_ORDER_TYPES = new Set(Object.values(constants_1.ORDER_TYPES));
|
|
98
|
+
exports.VALID_ORDER_TYPES = VALID_ORDER_TYPES;
|
|
46
99
|
// ===============================================================================
|
|
47
100
|
// SECTION 2: VALIDATION
|
|
48
101
|
// ===============================================================================
|
|
@@ -61,10 +114,10 @@ function validateOrder(order, oldOrder = null, context = 'validate') {
|
|
|
61
114
|
errors.push({ code: 'MISSING_ID', message: 'Refusing to update order: missing ID' });
|
|
62
115
|
return { isValid: false, errors, warnings, normalizedOrder: null };
|
|
63
116
|
}
|
|
64
|
-
if (!normalizedOrder.type && normalizedOrder.state === ORDER_STATES.VIRTUAL) {
|
|
117
|
+
if (!normalizedOrder.type && normalizedOrder.state === constants_1.ORDER_STATES.VIRTUAL) {
|
|
65
118
|
const placeholderSize = toFiniteNumber(normalizedOrder.size);
|
|
66
119
|
if (placeholderSize === 0) {
|
|
67
|
-
normalizedOrder.type = ORDER_TYPES.SPREAD;
|
|
120
|
+
normalizedOrder.type = constants_1.ORDER_TYPES.SPREAD;
|
|
68
121
|
}
|
|
69
122
|
}
|
|
70
123
|
if (!VALID_ORDER_STATES.has(normalizedOrder.state)) {
|
|
@@ -79,47 +132,47 @@ function validateOrder(order, oldOrder = null, context = 'validate') {
|
|
|
79
132
|
message: `Refusing to update order ${order.id}: invalid type '${normalizedOrder.type}' (context: ${context})`
|
|
80
133
|
});
|
|
81
134
|
}
|
|
82
|
-
if (normalizedOrder.type === ORDER_TYPES.SPREAD && toFiniteNumber(normalizedOrder.size) !== 0) {
|
|
135
|
+
if (normalizedOrder.type === constants_1.ORDER_TYPES.SPREAD && toFiniteNumber(normalizedOrder.size) !== 0) {
|
|
83
136
|
warnings.push({
|
|
84
137
|
code: 'SPREAD_SIZE_NORMALIZED',
|
|
85
138
|
message: `[INVARIANT] Normalizing SPREAD order ${order.id} size ${normalizedOrder.size} -> 0 (context: ${context})`
|
|
86
139
|
});
|
|
87
140
|
normalizedOrder.size = 0;
|
|
88
141
|
}
|
|
89
|
-
const isOnChainState = (normalizedOrder.state === ORDER_STATES.ACTIVE ||
|
|
90
|
-
normalizedOrder.state === ORDER_STATES.PARTIAL);
|
|
91
|
-
if (normalizedOrder.type === ORDER_TYPES.SPREAD && isOnChainState) {
|
|
142
|
+
const isOnChainState = (normalizedOrder.state === constants_1.ORDER_STATES.ACTIVE ||
|
|
143
|
+
normalizedOrder.state === constants_1.ORDER_STATES.PARTIAL);
|
|
144
|
+
if (normalizedOrder.type === constants_1.ORDER_TYPES.SPREAD && isOnChainState) {
|
|
92
145
|
errors.push({
|
|
93
146
|
code: 'ILLEGAL_SPREAD_STATE',
|
|
94
147
|
message: `ILLEGAL STATE: Refusing to move SPREAD order ${order.id} to ${normalizedOrder.state}. SPREAD orders must remain VIRTUAL.`,
|
|
95
148
|
isFatal: true
|
|
96
149
|
});
|
|
97
150
|
}
|
|
98
|
-
if (isPhantomOrder(normalizedOrder)) {
|
|
151
|
+
if ((0, order_1.isPhantomOrder)(normalizedOrder)) {
|
|
99
152
|
errors.push({
|
|
100
153
|
code: 'PHANTOM_ORDER',
|
|
101
154
|
message: `ILLEGAL STATE: Refusing to set order ${order.id} to ${normalizedOrder.state} without orderId. Context: ${context}. This would create a phantom order that doubles fund tracking.`,
|
|
102
155
|
autoCorrect: {
|
|
103
|
-
state: ORDER_STATES.VIRTUAL,
|
|
156
|
+
state: constants_1.ORDER_STATES.VIRTUAL,
|
|
104
157
|
orderId: null,
|
|
105
158
|
rawOnChain: null,
|
|
106
159
|
size: 0
|
|
107
160
|
}
|
|
108
161
|
});
|
|
109
162
|
}
|
|
110
|
-
if (normalizedOrder.type === ORDER_TYPES.BUY || normalizedOrder.type === ORDER_TYPES.SELL) {
|
|
163
|
+
if (normalizedOrder.type === constants_1.ORDER_TYPES.BUY || normalizedOrder.type === constants_1.ORDER_TYPES.SELL) {
|
|
111
164
|
normalizedOrder.committedSide = normalizedOrder.type;
|
|
112
165
|
}
|
|
113
166
|
else if (!normalizedOrder.committedSide && oldOrder) {
|
|
114
167
|
if (oldOrder.committedSide) {
|
|
115
168
|
normalizedOrder.committedSide = oldOrder.committedSide;
|
|
116
169
|
}
|
|
117
|
-
else if (oldOrder.type === ORDER_TYPES.BUY || oldOrder.type === ORDER_TYPES.SELL) {
|
|
170
|
+
else if (oldOrder.type === constants_1.ORDER_TYPES.BUY || oldOrder.type === constants_1.ORDER_TYPES.SELL) {
|
|
118
171
|
normalizedOrder.committedSide = oldOrder.type;
|
|
119
172
|
}
|
|
120
173
|
}
|
|
121
174
|
return {
|
|
122
|
-
isValid: errors.length === 0 || !errors.some(e => e.isFatal),
|
|
175
|
+
isValid: errors.length === 0 || !errors.some((e) => e.isFatal),
|
|
123
176
|
errors,
|
|
124
177
|
warnings,
|
|
125
178
|
normalizedOrder
|
|
@@ -133,7 +186,7 @@ function validateOrder(order, oldOrder = null, context = 'validate') {
|
|
|
133
186
|
*/
|
|
134
187
|
function validateGridForPersistence(orders, accountTotals) {
|
|
135
188
|
for (const order of orders.values()) {
|
|
136
|
-
if (isPhantomOrder(order)) {
|
|
189
|
+
if ((0, order_1.isPhantomOrder)(order)) {
|
|
137
190
|
return {
|
|
138
191
|
isValid: false,
|
|
139
192
|
reason: `Phantom order detected: order ${order.id} is ${order.state} but has no orderId`
|
|
@@ -162,21 +215,21 @@ function calculateRequiredFunds(grid, precisions = {}) {
|
|
|
162
215
|
for (const order of grid.values()) {
|
|
163
216
|
const size = toFiniteNumber(order.size ?? order.amount);
|
|
164
217
|
const state = order.state;
|
|
165
|
-
const isActive = state === ORDER_STATES.ACTIVE || state === ORDER_STATES.PARTIAL;
|
|
166
|
-
if (isActive && isOrderOnChain(order)) {
|
|
167
|
-
if (order.type === ORDER_TYPES.BUY) {
|
|
168
|
-
buyRequiredInt += floatToBlockchainInt(size, buyPrecision);
|
|
218
|
+
const isActive = state === constants_1.ORDER_STATES.ACTIVE || state === constants_1.ORDER_STATES.PARTIAL;
|
|
219
|
+
if (isActive && (0, order_1.isOrderOnChain)(order)) {
|
|
220
|
+
if (order.type === constants_1.ORDER_TYPES.BUY) {
|
|
221
|
+
buyRequiredInt += (0, math_1.floatToBlockchainInt)(size, buyPrecision);
|
|
169
222
|
}
|
|
170
|
-
else if (order.type === ORDER_TYPES.SELL) {
|
|
171
|
-
sellRequiredInt += floatToBlockchainInt(size, sellPrecision);
|
|
223
|
+
else if (order.type === constants_1.ORDER_TYPES.SELL) {
|
|
224
|
+
sellRequiredInt += (0, math_1.floatToBlockchainInt)(size, sellPrecision);
|
|
172
225
|
}
|
|
173
226
|
}
|
|
174
227
|
}
|
|
175
228
|
return {
|
|
176
229
|
buyInt: buyRequiredInt,
|
|
177
230
|
sellInt: sellRequiredInt,
|
|
178
|
-
buy: blockchainToFloat(buyRequiredInt, buyPrecision),
|
|
179
|
-
sell: blockchainToFloat(sellRequiredInt, sellPrecision)
|
|
231
|
+
buy: (0, math_1.blockchainToFloat)(buyRequiredInt, buyPrecision),
|
|
232
|
+
sell: (0, math_1.blockchainToFloat)(sellRequiredInt, sellPrecision)
|
|
180
233
|
};
|
|
181
234
|
}
|
|
182
235
|
/**
|
|
@@ -202,26 +255,26 @@ function validateWorkingGridFunds(workingGrid, projectedFunds, precisions = {},
|
|
|
202
255
|
? Number(projectedFunds.chainTotalSell)
|
|
203
256
|
: toFiniteNumber(projectedFunds?.freeSell ?? projectedFunds?.chainFreeSell);
|
|
204
257
|
const shortfalls = [];
|
|
205
|
-
const availableBuyInt = floatToBlockchainInt(availableBuy, buyPrecision);
|
|
206
|
-
const availableSellInt = floatToBlockchainInt(availableSell, sellPrecision);
|
|
258
|
+
const availableBuyInt = (0, math_1.floatToBlockchainInt)(availableBuy, buyPrecision);
|
|
259
|
+
const availableSellInt = (0, math_1.floatToBlockchainInt)(availableSell, sellPrecision);
|
|
207
260
|
if (required.buyInt > availableBuyInt) {
|
|
208
|
-
const requiredBuyFloat = blockchainToFloat(required.buyInt, buyPrecision);
|
|
209
|
-
const availableBuyFloat = blockchainToFloat(availableBuyInt, buyPrecision);
|
|
261
|
+
const requiredBuyFloat = (0, math_1.blockchainToFloat)(required.buyInt, buyPrecision);
|
|
262
|
+
const availableBuyFloat = (0, math_1.blockchainToFloat)(availableBuyInt, buyPrecision);
|
|
210
263
|
shortfalls.push({
|
|
211
264
|
asset: assets?.assetB?.symbol || 'buyAsset',
|
|
212
265
|
required: requiredBuyFloat,
|
|
213
266
|
available: availableBuyFloat,
|
|
214
|
-
deficit: blockchainToFloat(required.buyInt - availableBuyInt, buyPrecision)
|
|
267
|
+
deficit: (0, math_1.blockchainToFloat)(required.buyInt - availableBuyInt, buyPrecision)
|
|
215
268
|
});
|
|
216
269
|
}
|
|
217
270
|
if (required.sellInt > availableSellInt) {
|
|
218
|
-
const requiredSellFloat = blockchainToFloat(required.sellInt, sellPrecision);
|
|
219
|
-
const availableSellFloat = blockchainToFloat(availableSellInt, sellPrecision);
|
|
271
|
+
const requiredSellFloat = (0, math_1.blockchainToFloat)(required.sellInt, sellPrecision);
|
|
272
|
+
const availableSellFloat = (0, math_1.blockchainToFloat)(availableSellInt, sellPrecision);
|
|
220
273
|
shortfalls.push({
|
|
221
274
|
asset: assets?.assetA?.symbol || 'sellAsset',
|
|
222
275
|
required: requiredSellFloat,
|
|
223
276
|
available: availableSellFloat,
|
|
224
|
-
deficit: blockchainToFloat(required.sellInt - availableSellInt, sellPrecision)
|
|
277
|
+
deficit: (0, math_1.blockchainToFloat)(required.sellInt - availableSellInt, sellPrecision)
|
|
225
278
|
});
|
|
226
279
|
}
|
|
227
280
|
return {
|
|
@@ -243,11 +296,11 @@ function checkFundDrift(orders, accountTotals, assets = null, gridLimits = null)
|
|
|
243
296
|
let gridBuy = 0, gridSell = 0;
|
|
244
297
|
for (const order of Array.from(orders.values())) {
|
|
245
298
|
const size = toFiniteNumber(order.size);
|
|
246
|
-
if (size <= 0 || !isOrderOnChain(order))
|
|
299
|
+
if (size <= 0 || !(0, order_1.isOrderOnChain)(order))
|
|
247
300
|
continue;
|
|
248
|
-
if (order.type === ORDER_TYPES.BUY)
|
|
301
|
+
if (order.type === constants_1.ORDER_TYPES.BUY)
|
|
249
302
|
gridBuy += size;
|
|
250
|
-
else if (order.type === ORDER_TYPES.SELL)
|
|
303
|
+
else if (order.type === constants_1.ORDER_TYPES.SELL)
|
|
251
304
|
gridSell += size;
|
|
252
305
|
}
|
|
253
306
|
const chainFreeBuy = accountTotals?.buyFree || 0;
|
|
@@ -263,9 +316,9 @@ function checkFundDrift(orders, accountTotals, assets = null, gridLimits = null)
|
|
|
263
316
|
if (!isValidNumber(buyPrecision) || !isValidNumber(sellPrecision)) {
|
|
264
317
|
return { isValid: true, reason: 'Skipped: precision not available', driftBuy, driftSell };
|
|
265
318
|
}
|
|
266
|
-
const precisionSlackBuy = getPrecisionSlack(buyPrecision);
|
|
267
|
-
const precisionSlackSell = getPrecisionSlack(sellPrecision);
|
|
268
|
-
const fundInvariantTolerance = gridLimits?.FUND_INVARIANT_PERCENT_TOLERANCE ?? GRID_LIMITS.FUND_INVARIANT_PERCENT_TOLERANCE;
|
|
319
|
+
const precisionSlackBuy = (0, math_1.getPrecisionSlack)(buyPrecision);
|
|
320
|
+
const precisionSlackSell = (0, math_1.getPrecisionSlack)(sellPrecision);
|
|
321
|
+
const fundInvariantTolerance = gridLimits?.FUND_INVARIANT_PERCENT_TOLERANCE ?? constants_1.GRID_LIMITS.FUND_INVARIANT_PERCENT_TOLERANCE;
|
|
269
322
|
const percentTolerance = fundInvariantTolerance / 100;
|
|
270
323
|
const allowedDriftBuy = Math.max(precisionSlackBuy, actualBuy * percentTolerance);
|
|
271
324
|
const allowedDriftSell = Math.max(precisionSlackSell, actualSell * percentTolerance);
|
|
@@ -308,7 +361,7 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
308
361
|
const idealSize = toFiniteNumber(order.idealSize || order.size);
|
|
309
362
|
if (idealSize <= 0)
|
|
310
363
|
return true;
|
|
311
|
-
const minHealthy = getDoubleDustThreshold(idealSize, dustThresholdPercent);
|
|
364
|
+
const minHealthy = (0, math_1.getDoubleDustThreshold)(idealSize, dustThresholdPercent);
|
|
312
365
|
if (order.size < minHealthy) {
|
|
313
366
|
if (logger) {
|
|
314
367
|
logger(`[RECONCILE] Skipping dust target order: ${order.id} ` +
|
|
@@ -332,40 +385,40 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
332
385
|
}
|
|
333
386
|
for (const [id, targetOrder] of targetGrid) {
|
|
334
387
|
const masterOrder = masterGrid.get(id);
|
|
335
|
-
if (!masterOrder || masterOrder.state === ORDER_STATES.VIRTUAL) {
|
|
388
|
+
if (!masterOrder || masterOrder.state === constants_1.ORDER_STATES.VIRTUAL) {
|
|
336
389
|
// Slot is empty or virtual - check if we need to fill it
|
|
337
|
-
if (targetOrder.size > 0 && targetOrder.state === ORDER_STATES.ACTIVE) {
|
|
390
|
+
if (targetOrder.size > 0 && targetOrder.state === constants_1.ORDER_STATES.ACTIVE) {
|
|
338
391
|
// This is a hole that needs filling
|
|
339
|
-
if (targetOrder.type === ORDER_TYPES.BUY) {
|
|
392
|
+
if (targetOrder.type === constants_1.ORDER_TYPES.BUY) {
|
|
340
393
|
holesBuy.push({ id, order: targetOrder });
|
|
341
394
|
}
|
|
342
|
-
else if (targetOrder.type === ORDER_TYPES.SELL) {
|
|
395
|
+
else if (targetOrder.type === constants_1.ORDER_TYPES.SELL) {
|
|
343
396
|
holesSell.push({ id, order: targetOrder });
|
|
344
397
|
}
|
|
345
398
|
}
|
|
346
399
|
continue;
|
|
347
400
|
}
|
|
348
401
|
if (masterOrder.type !== targetOrder.type) {
|
|
349
|
-
actions.push({ type: COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'type-mismatch' });
|
|
350
|
-
if (targetOrder.size > 0 && targetOrder.state === ORDER_STATES.ACTIVE && isCreateHealthy(targetOrder)) {
|
|
351
|
-
actions.push({ type: COW_ACTIONS.CREATE, id, order: targetOrder });
|
|
402
|
+
actions.push({ type: constants_1.COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'type-mismatch' });
|
|
403
|
+
if (targetOrder.size > 0 && targetOrder.state === constants_1.ORDER_STATES.ACTIVE && isCreateHealthy(targetOrder)) {
|
|
404
|
+
actions.push({ type: constants_1.COW_ACTIONS.CREATE, id, order: targetOrder });
|
|
352
405
|
}
|
|
353
406
|
continue;
|
|
354
407
|
}
|
|
355
408
|
// If master is on-chain but target should be VIRTUAL (outside window),
|
|
356
409
|
// this is a surplus candidate for rotation.
|
|
357
|
-
if (isOrderOnChain(masterOrder) && targetOrder.state === ORDER_STATES.VIRTUAL) {
|
|
358
|
-
if (masterOrder.type === ORDER_TYPES.BUY) {
|
|
410
|
+
if ((0, order_1.isOrderOnChain)(masterOrder) && targetOrder.state === constants_1.ORDER_STATES.VIRTUAL) {
|
|
411
|
+
if (masterOrder.type === constants_1.ORDER_TYPES.BUY) {
|
|
359
412
|
surplusesBuy.push({ id, master: masterOrder, target: targetOrder });
|
|
360
413
|
}
|
|
361
|
-
else if (masterOrder.type === ORDER_TYPES.SELL) {
|
|
414
|
+
else if (masterOrder.type === constants_1.ORDER_TYPES.SELL) {
|
|
362
415
|
surplusesSell.push({ id, master: masterOrder, target: targetOrder });
|
|
363
416
|
}
|
|
364
417
|
continue;
|
|
365
418
|
}
|
|
366
419
|
if (masterOrder.size !== targetOrder.size) {
|
|
367
420
|
if (targetOrder.size === 0) {
|
|
368
|
-
actions.push({ type: COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'target-size-zero' });
|
|
421
|
+
actions.push({ type: constants_1.COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'target-size-zero' });
|
|
369
422
|
}
|
|
370
423
|
// Intentionally no in-place size UPDATE here.
|
|
371
424
|
// Fill-driven COW rebalance keeps updates rotation-only (newGridId path).
|
|
@@ -376,12 +429,12 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
376
429
|
const cancelSurpluses = (surpluses) => {
|
|
377
430
|
for (const surplus of surpluses) {
|
|
378
431
|
if (surplus.master.orderId) {
|
|
379
|
-
actions.push({ type: COW_ACTIONS.CANCEL, id: surplus.id, orderId: surplus.master.orderId, reason: 'surplus-no-rotation-target' });
|
|
432
|
+
actions.push({ type: constants_1.COW_ACTIONS.CANCEL, id: surplus.id, orderId: surplus.master.orderId, reason: 'surplus-no-rotation-target' });
|
|
380
433
|
}
|
|
381
434
|
}
|
|
382
435
|
};
|
|
383
436
|
const pairRotations = (surpluses, holes) => {
|
|
384
|
-
const healthyHoles = holes.filter(hole => isCreateHealthy(hole.order));
|
|
437
|
+
const healthyHoles = holes.filter((hole) => isCreateHealthy(hole.order));
|
|
385
438
|
if (healthyHoles.length === 0) {
|
|
386
439
|
// No viable rotation targets — cancel all unmatched surpluses
|
|
387
440
|
cancelSurpluses(surpluses);
|
|
@@ -389,11 +442,11 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
389
442
|
}
|
|
390
443
|
if (surpluses.length === 0) {
|
|
391
444
|
for (const hole of healthyHoles) {
|
|
392
|
-
actions.push({ type: COW_ACTIONS.CREATE, id: hole.id, order: hole.order });
|
|
445
|
+
actions.push({ type: constants_1.COW_ACTIONS.CREATE, id: hole.id, order: hole.order });
|
|
393
446
|
}
|
|
394
447
|
return;
|
|
395
448
|
}
|
|
396
|
-
const isBuy = surpluses[0]?.master?.type === ORDER_TYPES.BUY;
|
|
449
|
+
const isBuy = surpluses[0]?.master?.type === constants_1.ORDER_TYPES.BUY;
|
|
397
450
|
healthyHoles.sort((a, b) => isBuy ? b.order.price - a.order.price : a.order.price - b.order.price);
|
|
398
451
|
surpluses.sort((a, b) => isBuy ? a.master.price - b.master.price : b.master.price - a.master.price);
|
|
399
452
|
const rotationCount = Math.min(surpluses.length, healthyHoles.length);
|
|
@@ -401,7 +454,7 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
401
454
|
const surplus = surpluses[i];
|
|
402
455
|
const hole = healthyHoles[i];
|
|
403
456
|
actions.push({
|
|
404
|
-
type: COW_ACTIONS.UPDATE,
|
|
457
|
+
type: constants_1.COW_ACTIONS.UPDATE,
|
|
405
458
|
id: surplus.id,
|
|
406
459
|
orderId: surplus.master.orderId,
|
|
407
460
|
newGridId: hole.id,
|
|
@@ -412,7 +465,7 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
412
465
|
});
|
|
413
466
|
}
|
|
414
467
|
for (let i = rotationCount; i < healthyHoles.length; i++) {
|
|
415
|
-
actions.push({ type: COW_ACTIONS.CREATE, id: healthyHoles[i].id, order: healthyHoles[i].order });
|
|
468
|
+
actions.push({ type: constants_1.COW_ACTIONS.CREATE, id: healthyHoles[i].id, order: healthyHoles[i].order });
|
|
416
469
|
}
|
|
417
470
|
// Cancel any surpluses that couldn't be paired with a hole
|
|
418
471
|
cancelSurpluses(surpluses.slice(rotationCount));
|
|
@@ -420,8 +473,8 @@ function reconcileGrid(masterGrid, targetGrid, targetBoundary, options = {}) {
|
|
|
420
473
|
pairRotations(surplusesBuy, holesBuy);
|
|
421
474
|
pairRotations(surplusesSell, holesSell);
|
|
422
475
|
for (const [id, masterOrder] of masterGrid) {
|
|
423
|
-
if (!targetGrid.has(id) && isOrderOnChain(masterOrder)) {
|
|
424
|
-
actions.push({ type: COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'orphan-slot' });
|
|
476
|
+
if (!targetGrid.has(id) && (0, order_1.isOrderOnChain)(masterOrder)) {
|
|
477
|
+
actions.push({ type: constants_1.COW_ACTIONS.CANCEL, id, orderId: masterOrder.orderId, reason: 'orphan-slot' });
|
|
425
478
|
}
|
|
426
479
|
}
|
|
427
480
|
return {
|
|
@@ -447,10 +500,10 @@ function optimizeRebalanceActions(actions, masterGrid) {
|
|
|
447
500
|
const cancels = [];
|
|
448
501
|
const passthrough = [];
|
|
449
502
|
for (const action of actions) {
|
|
450
|
-
if (action?.type === COW_ACTIONS.CREATE) {
|
|
503
|
+
if (action?.type === constants_1.COW_ACTIONS.CREATE) {
|
|
451
504
|
creates.push(action);
|
|
452
505
|
}
|
|
453
|
-
else if (action?.type === COW_ACTIONS.CANCEL) {
|
|
506
|
+
else if (action?.type === constants_1.COW_ACTIONS.CANCEL) {
|
|
454
507
|
cancels.push(action);
|
|
455
508
|
}
|
|
456
509
|
else {
|
|
@@ -490,7 +543,7 @@ function optimizeRebalanceActions(actions, masterGrid) {
|
|
|
490
543
|
}
|
|
491
544
|
const createAction = remainingCreates.splice(bestIdx, 1)[0];
|
|
492
545
|
optimized.push({
|
|
493
|
-
type: COW_ACTIONS.UPDATE,
|
|
546
|
+
type: constants_1.COW_ACTIONS.UPDATE,
|
|
494
547
|
id: cancelAction.id,
|
|
495
548
|
orderId: cancelAction.orderId,
|
|
496
549
|
newGridId: createAction.id,
|
|
@@ -513,9 +566,9 @@ function optimizeRebalanceActions(actions, masterGrid) {
|
|
|
513
566
|
function summarizeActions(actions) {
|
|
514
567
|
return {
|
|
515
568
|
total: actions.length,
|
|
516
|
-
creates: actions.filter(a => a.type === COW_ACTIONS.CREATE).length,
|
|
517
|
-
cancels: actions.filter(a => a.type === COW_ACTIONS.CANCEL).length,
|
|
518
|
-
updates: actions.filter(a => a.type === COW_ACTIONS.UPDATE).length
|
|
569
|
+
creates: actions.filter((a) => a.type === constants_1.COW_ACTIONS.CREATE).length,
|
|
570
|
+
cancels: actions.filter((a) => a.type === constants_1.COW_ACTIONS.CANCEL).length,
|
|
571
|
+
updates: actions.filter((a) => a.type === constants_1.COW_ACTIONS.UPDATE).length
|
|
519
572
|
};
|
|
520
573
|
}
|
|
521
574
|
/**
|
|
@@ -541,11 +594,11 @@ function validateCreateTargetSlots(actions, orders) {
|
|
|
541
594
|
const orderMap = orders instanceof Map ? orders : new Map();
|
|
542
595
|
const releasedSlotIds = new Set();
|
|
543
596
|
for (const action of safeActions) {
|
|
544
|
-
if (action?.type === COW_ACTIONS.CANCEL && action.id) {
|
|
597
|
+
if (action?.type === constants_1.COW_ACTIONS.CANCEL && action.id) {
|
|
545
598
|
releasedSlotIds.add(action.id);
|
|
546
599
|
continue;
|
|
547
600
|
}
|
|
548
|
-
if (action?.type === COW_ACTIONS.UPDATE &&
|
|
601
|
+
if (action?.type === constants_1.COW_ACTIONS.UPDATE &&
|
|
549
602
|
action.id &&
|
|
550
603
|
action.newGridId &&
|
|
551
604
|
action.newGridId !== action.id) {
|
|
@@ -554,7 +607,7 @@ function validateCreateTargetSlots(actions, orders) {
|
|
|
554
607
|
}
|
|
555
608
|
const violations = [];
|
|
556
609
|
for (const action of safeActions) {
|
|
557
|
-
if (action?.type !== COW_ACTIONS.CREATE)
|
|
610
|
+
if (action?.type !== constants_1.COW_ACTIONS.CREATE)
|
|
558
611
|
continue;
|
|
559
612
|
const targetId = action.id || action.order?.id;
|
|
560
613
|
if (!targetId || releasedSlotIds.has(targetId))
|
|
@@ -562,7 +615,7 @@ function validateCreateTargetSlots(actions, orders) {
|
|
|
562
615
|
const current = orderMap.get(targetId);
|
|
563
616
|
if (!current)
|
|
564
617
|
continue;
|
|
565
|
-
if (isOrderOnChain(current)) {
|
|
618
|
+
if ((0, order_1.isOrderOnChain)(current)) {
|
|
566
619
|
violations.push({
|
|
567
620
|
targetId,
|
|
568
621
|
currentOrderId: current.orderId,
|
|
@@ -603,7 +656,7 @@ function actionMatchesOrder(action, orderRef) {
|
|
|
603
656
|
function hasActionForOrder(actions, actionType, orderRef) {
|
|
604
657
|
if (!Array.isArray(actions))
|
|
605
658
|
return false;
|
|
606
|
-
return actions.some(action => {
|
|
659
|
+
return actions.some((action) => {
|
|
607
660
|
if (actionType && action?.type !== actionType)
|
|
608
661
|
return false;
|
|
609
662
|
return actionMatchesOrder(action, orderRef);
|
|
@@ -644,7 +697,7 @@ function _buildUpdateSelectors(actions) {
|
|
|
644
697
|
if (!Array.isArray(actions))
|
|
645
698
|
return selectors;
|
|
646
699
|
for (const action of actions) {
|
|
647
|
-
if (action?.type !== COW_ACTIONS.UPDATE)
|
|
700
|
+
if (action?.type !== constants_1.COW_ACTIONS.UPDATE)
|
|
648
701
|
continue;
|
|
649
702
|
if (action.id)
|
|
650
703
|
selectors.slotIds.add(String(action.id));
|
|
@@ -709,13 +762,13 @@ function projectTargetToWorkingGrid(workingGrid, targetGrid, options = {}) {
|
|
|
709
762
|
workingGrid.set(id, {
|
|
710
763
|
...targetOrder,
|
|
711
764
|
size: Math.max(0, targetSize),
|
|
712
|
-
state: ORDER_STATES.VIRTUAL,
|
|
765
|
+
state: constants_1.ORDER_STATES.VIRTUAL,
|
|
713
766
|
orderId: null
|
|
714
767
|
});
|
|
715
768
|
continue;
|
|
716
769
|
}
|
|
717
770
|
if (targetSize > 0) {
|
|
718
|
-
const keepOrderId = isOrderOnChain(current) && current.type === targetOrder.type;
|
|
771
|
+
const keepOrderId = (0, order_1.isOrderOnChain)(current) && current.type === targetOrder.type;
|
|
719
772
|
const hasExplicitUpdate = _hasExplicitUpdateForOrder(updateSelectors, current, id);
|
|
720
773
|
// Orders without on-chain ID remain VIRTUAL until synchronizeWithChain
|
|
721
774
|
// confirms blockchain placement and triggers accounting deduction.
|
|
@@ -728,7 +781,7 @@ function projectTargetToWorkingGrid(workingGrid, targetGrid, options = {}) {
|
|
|
728
781
|
const preservedSize = shouldPreserveSize
|
|
729
782
|
? Math.max(0, toFiniteNumber(current.size))
|
|
730
783
|
: targetSize;
|
|
731
|
-
const resultState = keepOrderId ? current.state : ORDER_STATES.VIRTUAL;
|
|
784
|
+
const resultState = keepOrderId ? current.state : constants_1.ORDER_STATES.VIRTUAL;
|
|
732
785
|
const resultOrderId = keepOrderId ? current.orderId : null;
|
|
733
786
|
if (!_isProjectionUnchanged(current, targetOrder, preservedSize, resultState, resultOrderId)) {
|
|
734
787
|
workingGrid.set(id, {
|
|
@@ -741,12 +794,12 @@ function projectTargetToWorkingGrid(workingGrid, targetGrid, options = {}) {
|
|
|
741
794
|
}
|
|
742
795
|
}
|
|
743
796
|
else {
|
|
744
|
-
if (!_isProjectionUnchanged(current, targetOrder, 0, ORDER_STATES.VIRTUAL, null)) {
|
|
797
|
+
if (!_isProjectionUnchanged(current, targetOrder, 0, constants_1.ORDER_STATES.VIRTUAL, null)) {
|
|
745
798
|
workingGrid.set(id, {
|
|
746
799
|
...current,
|
|
747
800
|
...targetOrder,
|
|
748
801
|
size: 0,
|
|
749
|
-
state: ORDER_STATES.VIRTUAL,
|
|
802
|
+
state: constants_1.ORDER_STATES.VIRTUAL,
|
|
750
803
|
orderId: null
|
|
751
804
|
});
|
|
752
805
|
}
|
|
@@ -755,8 +808,8 @@ function projectTargetToWorkingGrid(workingGrid, targetGrid, options = {}) {
|
|
|
755
808
|
for (const [id, current] of workingGrid.entries()) {
|
|
756
809
|
if (targetIds.has(id))
|
|
757
810
|
continue;
|
|
758
|
-
if (isOrderOnChain(current)) {
|
|
759
|
-
workingGrid.set(id, convertToSpreadPlaceholder(current));
|
|
811
|
+
if ((0, order_1.isOrderOnChain)(current)) {
|
|
812
|
+
workingGrid.set(id, (0, order_1.convertToSpreadPlaceholder)(current));
|
|
760
813
|
}
|
|
761
814
|
}
|
|
762
815
|
}
|
|
@@ -769,20 +822,20 @@ function projectTargetToWorkingGrid(workingGrid, targetGrid, options = {}) {
|
|
|
769
822
|
function buildStateUpdates(actions, masterGrid) {
|
|
770
823
|
const stateUpdates = [];
|
|
771
824
|
for (const action of actions) {
|
|
772
|
-
if (action.type === COW_ACTIONS.CREATE) {
|
|
825
|
+
if (action.type === constants_1.COW_ACTIONS.CREATE) {
|
|
773
826
|
stateUpdates.push({
|
|
774
827
|
...action.order,
|
|
775
|
-
state: ORDER_STATES.VIRTUAL,
|
|
828
|
+
state: constants_1.ORDER_STATES.VIRTUAL,
|
|
776
829
|
orderId: null
|
|
777
830
|
});
|
|
778
831
|
}
|
|
779
|
-
else if (action.type === COW_ACTIONS.CANCEL) {
|
|
832
|
+
else if (action.type === constants_1.COW_ACTIONS.CANCEL) {
|
|
780
833
|
const masterOrder = masterGrid.get(action.id);
|
|
781
834
|
if (masterOrder) {
|
|
782
|
-
stateUpdates.push(convertToSpreadPlaceholder(masterOrder));
|
|
835
|
+
stateUpdates.push((0, order_1.convertToSpreadPlaceholder)(masterOrder));
|
|
783
836
|
}
|
|
784
837
|
}
|
|
785
|
-
else if (action.type === COW_ACTIONS.UPDATE) {
|
|
838
|
+
else if (action.type === constants_1.COW_ACTIONS.UPDATE) {
|
|
786
839
|
const masterOrder = masterGrid.get(action.id);
|
|
787
840
|
if (masterOrder) {
|
|
788
841
|
const newSize = toFiniteNumber(action.newSize ?? action.order?.size);
|
|
@@ -819,7 +872,7 @@ function buildSuccessResult({ actions, stateUpdates, workingGrid, workingBoundar
|
|
|
819
872
|
return {
|
|
820
873
|
actions,
|
|
821
874
|
stateUpdates,
|
|
822
|
-
hadRotation: actions.some(a => a.type === COW_ACTIONS.CREATE || a.type === COW_ACTIONS.UPDATE),
|
|
875
|
+
hadRotation: actions.some((a) => a.type === constants_1.COW_ACTIONS.CREATE || a.type === constants_1.COW_ACTIONS.UPDATE),
|
|
823
876
|
workingGrid,
|
|
824
877
|
workingIndexes: workingGrid.getIndexes(),
|
|
825
878
|
workingBoundary,
|
|
@@ -835,7 +888,7 @@ function buildSuccessResult({ actions, stateUpdates, workingGrid, workingBoundar
|
|
|
835
888
|
*/
|
|
836
889
|
function evaluateCommit(workingGrid, options = {}) {
|
|
837
890
|
const hasLock = typeof options === 'boolean' ? options : !!options?.hasLock;
|
|
838
|
-
const currentVersion = toFiniteNumber(options?.currentVersion,
|
|
891
|
+
const currentVersion = toFiniteNumber(options?.currentVersion, undefined);
|
|
839
892
|
const masterGrid = typeof options === 'object' ? options.masterGrid : null;
|
|
840
893
|
if (!workingGrid) {
|
|
841
894
|
return {
|
|
@@ -890,27 +943,4 @@ function evaluateCommit(workingGrid, options = {}) {
|
|
|
890
943
|
}
|
|
891
944
|
return { canCommit: true };
|
|
892
945
|
}
|
|
893
|
-
module.exports = {
|
|
894
|
-
// Validation
|
|
895
|
-
validateOrder,
|
|
896
|
-
validateGridForPersistence,
|
|
897
|
-
calculateRequiredFunds,
|
|
898
|
-
validateWorkingGridFunds,
|
|
899
|
-
checkFundDrift,
|
|
900
|
-
VALID_ORDER_STATES,
|
|
901
|
-
VALID_ORDER_TYPES,
|
|
902
|
-
// Grid reconciliation (COW pipeline)
|
|
903
|
-
reconcileGrid,
|
|
904
|
-
optimizeRebalanceActions,
|
|
905
|
-
summarizeActions,
|
|
906
|
-
hasExecutableActions,
|
|
907
|
-
validateCreateTargetSlots,
|
|
908
|
-
hasActionForOrder,
|
|
909
|
-
removeActionsForOrder,
|
|
910
|
-
projectTargetToWorkingGrid,
|
|
911
|
-
buildStateUpdates,
|
|
912
|
-
buildAbortedResult,
|
|
913
|
-
buildSuccessResult,
|
|
914
|
-
evaluateCommit
|
|
915
|
-
};
|
|
916
946
|
//# sourceMappingURL=validate.js.map
|