@gainsnetwork/sdk 1.4.4 → 1.5.0-rc1
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/lib/backend/tradingVariables/backend.types.d.ts +11 -4
- package/lib/backend/tradingVariables/converter.d.ts +7 -3
- package/lib/backend/tradingVariables/converter.js +15 -7
- package/lib/backend/tradingVariables/index.js +5 -2
- package/lib/backend/tradingVariables/types.d.ts +4 -2
- package/lib/contracts/addresses.d.ts +1 -1
- package/lib/contracts/addresses.js +6 -5
- package/lib/contracts/addresses.json +29 -0
- package/lib/contracts/types/generated/GFarmTradingStorageV5.d.ts +1911 -0
- package/lib/contracts/types/generated/GFarmTradingStorageV5.js +2 -0
- package/lib/contracts/types/generated/GNSBorrowingFees.d.ts +1067 -0
- package/lib/contracts/types/generated/GNSBorrowingFees.js +2 -0
- package/lib/contracts/types/generated/GNSBorrowingFeesV6_3_2.d.ts +979 -0
- package/lib/contracts/types/generated/GNSBorrowingFeesV6_3_2.js +2 -0
- package/lib/contracts/types/generated/GNSBorrowingFeesV6_4.d.ts +1058 -0
- package/lib/contracts/types/generated/GNSBorrowingFeesV6_4.js +2 -0
- package/lib/contracts/types/generated/GNSMultiCollatDiamond.d.ts +223 -40
- package/lib/contracts/types/generated/GNSNftRewardsV6.d.ts +533 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6.js +2 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6_3_1.d.ts +613 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6_3_1.js +2 -0
- package/lib/contracts/types/generated/GNSPairInfosV6_1.d.ts +911 -0
- package/lib/contracts/types/generated/GNSPairInfosV6_1.js +2 -0
- package/lib/contracts/types/generated/GNSPairsStorageV6.d.ts +660 -0
- package/lib/contracts/types/generated/GNSPairsStorageV6.js +2 -0
- package/lib/contracts/types/generated/GNSTrading.d.ts +758 -0
- package/lib/contracts/types/generated/GNSTrading.js +2 -0
- package/lib/contracts/types/generated/GNSTradingCallbacks.d.ts +875 -0
- package/lib/contracts/types/generated/GNSTradingCallbacks.js +2 -0
- package/lib/contracts/types/generated/GNSTradingCallbacksV6_3_2.d.ts +806 -0
- package/lib/contracts/types/generated/GNSTradingCallbacksV6_3_2.js +2 -0
- package/lib/contracts/types/generated/GNSTradingCallbacksV6_4.d.ts +821 -0
- package/lib/contracts/types/generated/GNSTradingCallbacksV6_4.js +2 -0
- package/lib/contracts/types/generated/GNSTradingStorage.d.ts +1387 -0
- package/lib/contracts/types/generated/GNSTradingStorage.js +2 -0
- package/lib/contracts/types/generated/GTokenV6_3_2.d.ts +1838 -0
- package/lib/contracts/types/generated/GTokenV6_3_2.js +2 -0
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.d.ts +83 -0
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.js +2691 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_3_2__factory.d.ts +88 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_3_2__factory.js +1654 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_4__factory.d.ts +113 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_4__factory.js +1742 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFees__factory.d.ts +124 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFees__factory.js +1784 -0
- package/lib/contracts/types/generated/factories/GNSMultiCollatDiamond__factory.js +312 -36
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6_3_1__factory.d.ts +100 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6_3_1__factory.js +1116 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6__factory.d.ts +100 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6__factory.js +1003 -0
- package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.d.ts +98 -0
- package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.js +1485 -0
- package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.d.ts +117 -0
- package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.js +1265 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_3_2__factory.d.ts +82 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_3_2__factory.js +1273 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_4__factory.d.ts +82 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_4__factory.js +1326 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacks__factory.d.ts +113 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacks__factory.js +1428 -0
- package/lib/contracts/types/generated/factories/GNSTradingStorage__factory.d.ts +96 -0
- package/lib/contracts/types/generated/factories/GNSTradingStorage__factory.js +2241 -0
- package/lib/contracts/types/generated/factories/GNSTrading__factory.d.ts +95 -0
- package/lib/contracts/types/generated/factories/GNSTrading__factory.js +1071 -0
- package/lib/contracts/types/generated/factories/GTokenV6_3_2__factory.d.ts +110 -0
- package/lib/contracts/types/generated/factories/GTokenV6_3_2__factory.js +2682 -0
- package/lib/contracts/utils/openTrades.d.ts +1 -0
- package/lib/contracts/utils/openTrades.js +24 -7
- package/lib/contracts/utils/pairs.d.ts +13 -2
- package/lib/contracts/utils/pairs.js +70 -11
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/markets/oi/fetcher.d.ts +58 -0
- package/lib/markets/oi/fetcher.js +181 -0
- package/lib/markets/oi/validation.d.ts +80 -0
- package/lib/markets/oi/validation.js +172 -0
- package/lib/pricing/depthBands/converter.d.ts +65 -0
- package/lib/pricing/depthBands/converter.js +155 -0
- package/lib/pricing/depthBands/decoder.d.ts +32 -0
- package/lib/pricing/depthBands/decoder.js +109 -0
- package/lib/pricing/depthBands/encoder.d.ts +19 -0
- package/lib/pricing/depthBands/encoder.js +105 -0
- package/lib/pricing/depthBands/index.d.ts +8 -0
- package/lib/pricing/depthBands/index.js +26 -0
- package/lib/pricing/depthBands/types.d.ts +49 -0
- package/lib/pricing/depthBands/types.js +10 -0
- package/lib/pricing/depthBands/validator.d.ts +22 -0
- package/lib/pricing/depthBands/validator.js +113 -0
- package/lib/pricing/depthBands.d.ts +39 -0
- package/lib/pricing/depthBands.js +94 -0
- package/lib/pricing/index.d.ts +4 -0
- package/lib/pricing/index.js +20 -0
- package/lib/trade/effectiveLeverage/builder.d.ts +23 -0
- package/lib/trade/effectiveLeverage/builder.js +30 -0
- package/lib/trade/fees/holdingFees/index.d.ts +46 -0
- package/lib/trade/fees/holdingFees/index.js +105 -0
- package/lib/trade/fees/holdingFees/types.d.ts +23 -0
- package/lib/trade/fees/holdingFees/types.js +5 -0
- package/lib/trade/fees/trading/holdingFees.d.ts +28 -0
- package/lib/trade/fees/trading/holdingFees.js +66 -0
- package/lib/trade/fees/trading/holdingFeesStructured.d.ts +28 -0
- package/lib/trade/fees/trading/holdingFeesStructured.js +66 -0
- package/lib/trade/priceImpact/cumulVol/builder.js +4 -2
- package/lib/trade/priceImpact/cumulVol/converter.d.ts +63 -0
- package/lib/trade/priceImpact/cumulVol/converter.js +97 -1
- package/lib/trade/priceImpact/cumulVol/index.d.ts +7 -6
- package/lib/trade/priceImpact/cumulVol/index.js +135 -32
- package/lib/trade/priceImpact/cumulVol/types.d.ts +11 -0
- package/lib/trade/priceImpact/cumulVol/types.js +2 -0
- package/lib/trade/priceImpact/open/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @dev OI Validation module
|
|
4
|
+
* @dev Provides validation functions for Open Interest limits
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.validateOiLimits = exports.getGroupDynamicOi = exports.withinMaxGroupOiDynamic = exports.getRemainingOiCapacity = exports.calculateDynamicOi = exports.withinMaxPairOi = void 0;
|
|
8
|
+
const converter_1 = require("./converter");
|
|
9
|
+
/**
|
|
10
|
+
* @dev Check if a position would exceed per-pair OI limits
|
|
11
|
+
* @param pairOi Current OI data for the pair
|
|
12
|
+
* @param long Whether the position is long
|
|
13
|
+
* @param positionSizeCollateral Position size in collateral
|
|
14
|
+
* @param currentPrice Current collateral price in USD (required for dynamic OI)
|
|
15
|
+
* @returns true if within limits, false if would exceed
|
|
16
|
+
*/
|
|
17
|
+
const withinMaxPairOi = (pairOi, long, positionSizeCollateral, currentPrice) => {
|
|
18
|
+
// If maxCollateral is 0, unlimited OI allowed
|
|
19
|
+
if (pairOi.maxCollateral === 0) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
// Calculate current dynamic OI
|
|
23
|
+
const computed = (0, converter_1.computeOiValues)(pairOi, currentPrice);
|
|
24
|
+
const currentOi = long
|
|
25
|
+
? computed.totalDynamicCollateral.long
|
|
26
|
+
: computed.totalDynamicCollateral.short;
|
|
27
|
+
// Check if adding position would exceed max
|
|
28
|
+
const newOi = currentOi + positionSizeCollateral;
|
|
29
|
+
return newOi <= pairOi.maxCollateral;
|
|
30
|
+
};
|
|
31
|
+
exports.withinMaxPairOi = withinMaxPairOi;
|
|
32
|
+
/**
|
|
33
|
+
* @dev Calculate dynamic OI for a specific side
|
|
34
|
+
* @param pairOi OI data for the pair
|
|
35
|
+
* @param currentPrice Current collateral price in USD
|
|
36
|
+
* @param long Whether to calculate for long side
|
|
37
|
+
* @returns Dynamic OI in collateral value
|
|
38
|
+
*/
|
|
39
|
+
const calculateDynamicOi = (pairOi, currentPrice, long) => {
|
|
40
|
+
const computed = (0, converter_1.computeOiValues)(pairOi, currentPrice);
|
|
41
|
+
return long
|
|
42
|
+
? computed.totalDynamicCollateral.long
|
|
43
|
+
: computed.totalDynamicCollateral.short;
|
|
44
|
+
};
|
|
45
|
+
exports.calculateDynamicOi = calculateDynamicOi;
|
|
46
|
+
/**
|
|
47
|
+
* @dev Calculate remaining OI capacity for a side
|
|
48
|
+
* @param pairOi OI data for the pair
|
|
49
|
+
* @param currentPrice Current collateral price in USD
|
|
50
|
+
* @param long Whether to calculate for long side
|
|
51
|
+
* @returns Remaining capacity in collateral (0 if unlimited)
|
|
52
|
+
*/
|
|
53
|
+
const getRemainingOiCapacity = (pairOi, currentPrice, long) => {
|
|
54
|
+
// If maxCollateral is 0, unlimited capacity
|
|
55
|
+
if (pairOi.maxCollateral === 0) {
|
|
56
|
+
return 0; // Indicates unlimited
|
|
57
|
+
}
|
|
58
|
+
const dynamicOi = (0, exports.calculateDynamicOi)(pairOi, currentPrice, long);
|
|
59
|
+
const remaining = pairOi.maxCollateral - dynamicOi;
|
|
60
|
+
// Return 0 if already at or over capacity
|
|
61
|
+
return Math.max(0, remaining);
|
|
62
|
+
};
|
|
63
|
+
exports.getRemainingOiCapacity = getRemainingOiCapacity;
|
|
64
|
+
/**
|
|
65
|
+
* @dev Updated group OI validation using dynamic OI
|
|
66
|
+
* @param pairIndex Index of the trading pair
|
|
67
|
+
* @param long Whether the position is long
|
|
68
|
+
* @param positionSizeCollateral Position size in collateral
|
|
69
|
+
* @param currentPrice Current collateral price in USD
|
|
70
|
+
* @param context Context with groups, pairs, and OI data
|
|
71
|
+
* @returns true if within group limits, false if would exceed
|
|
72
|
+
*/
|
|
73
|
+
const withinMaxGroupOiDynamic = (pairIndex, long, positionSizeCollateral, currentPrice, context) => {
|
|
74
|
+
const pair = context.pairs[pairIndex];
|
|
75
|
+
if (!pair)
|
|
76
|
+
return false;
|
|
77
|
+
// Get group index from first group in pair's groups array
|
|
78
|
+
const groupIndex = pair.groups.length > 0 ? pair.groups[0].groupIndex : 0;
|
|
79
|
+
const group = context.groups[groupIndex];
|
|
80
|
+
if (!group)
|
|
81
|
+
return false;
|
|
82
|
+
// If maxOi is 0, unlimited OI allowed
|
|
83
|
+
if (group.oi.max === 0) {
|
|
84
|
+
return true;
|
|
85
|
+
}
|
|
86
|
+
// Calculate total dynamic OI for all pairs in group
|
|
87
|
+
let totalGroupOi = 0;
|
|
88
|
+
context.pairs.forEach((p, idx) => {
|
|
89
|
+
const pGroupIndex = p.groups.length > 0 ? p.groups[0].groupIndex : 0;
|
|
90
|
+
if (pGroupIndex === groupIndex && context.pairOis[idx]) {
|
|
91
|
+
const pairOi = context.pairOis[idx];
|
|
92
|
+
const computed = (0, converter_1.computeOiValues)(pairOi, currentPrice);
|
|
93
|
+
// Add both long and short OI for the pair
|
|
94
|
+
totalGroupOi +=
|
|
95
|
+
computed.totalDynamicCollateral.long +
|
|
96
|
+
computed.totalDynamicCollateral.short;
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
// Check if adding position would exceed group max
|
|
100
|
+
const newTotalOi = totalGroupOi + positionSizeCollateral;
|
|
101
|
+
return newTotalOi <= group.oi.max;
|
|
102
|
+
};
|
|
103
|
+
exports.withinMaxGroupOiDynamic = withinMaxGroupOiDynamic;
|
|
104
|
+
/**
|
|
105
|
+
* @dev Calculate total dynamic OI for a group
|
|
106
|
+
* @param groupIndex Index of the group
|
|
107
|
+
* @param currentPrice Current collateral price in USD
|
|
108
|
+
* @param context Context with pairs and OI data
|
|
109
|
+
* @returns Total dynamic OI for the group
|
|
110
|
+
*/
|
|
111
|
+
const getGroupDynamicOi = (groupIndex, currentPrice, context) => {
|
|
112
|
+
let longOi = 0;
|
|
113
|
+
let shortOi = 0;
|
|
114
|
+
context.pairs.forEach((p, idx) => {
|
|
115
|
+
const pGroupIndex = p.groups.length > 0 ? p.groups[0].groupIndex : 0;
|
|
116
|
+
if (pGroupIndex === groupIndex && context.pairOis[idx]) {
|
|
117
|
+
const pairOi = context.pairOis[idx];
|
|
118
|
+
const computed = (0, converter_1.computeOiValues)(pairOi, currentPrice);
|
|
119
|
+
longOi += computed.totalDynamicCollateral.long;
|
|
120
|
+
shortOi += computed.totalDynamicCollateral.short;
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
return {
|
|
124
|
+
long: longOi,
|
|
125
|
+
short: shortOi,
|
|
126
|
+
total: longOi + shortOi,
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
exports.getGroupDynamicOi = getGroupDynamicOi;
|
|
130
|
+
/**
|
|
131
|
+
* @dev Check both pair and group OI limits
|
|
132
|
+
* @param pairIndex Index of the trading pair
|
|
133
|
+
* @param long Whether the position is long
|
|
134
|
+
* @param positionSizeCollateral Position size in collateral
|
|
135
|
+
* @param currentPrice Current collateral price in USD
|
|
136
|
+
* @param context Full context with all required data
|
|
137
|
+
* @returns Object with validation results
|
|
138
|
+
*/
|
|
139
|
+
const validateOiLimits = (pairIndex, long, positionSizeCollateral, currentPrice, context) => {
|
|
140
|
+
const pairOi = context.pairOis[pairIndex];
|
|
141
|
+
if (!pairOi) {
|
|
142
|
+
return {
|
|
143
|
+
withinPairLimit: false,
|
|
144
|
+
withinGroupLimit: false,
|
|
145
|
+
pairRemainingCapacity: 0,
|
|
146
|
+
groupRemainingCapacity: 0,
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
// Check pair limits
|
|
150
|
+
const withinPairLimit = (0, exports.withinMaxPairOi)(pairOi, long, positionSizeCollateral, currentPrice);
|
|
151
|
+
const pairRemainingCapacity = (0, exports.getRemainingOiCapacity)(pairOi, currentPrice, long);
|
|
152
|
+
// Check group limits
|
|
153
|
+
const withinGroupLimit = (0, exports.withinMaxGroupOiDynamic)(pairIndex, long, positionSizeCollateral, currentPrice, context);
|
|
154
|
+
// Calculate group remaining capacity
|
|
155
|
+
const pair = context.pairs[pairIndex];
|
|
156
|
+
let groupRemainingCapacity = 0;
|
|
157
|
+
if (pair) {
|
|
158
|
+
const groupIndex = pair.groups.length > 0 ? pair.groups[0].groupIndex : 0;
|
|
159
|
+
const group = context.groups[groupIndex];
|
|
160
|
+
if (group && group.oi.max > 0) {
|
|
161
|
+
const groupOi = (0, exports.getGroupDynamicOi)(groupIndex, currentPrice, context);
|
|
162
|
+
groupRemainingCapacity = Math.max(0, group.oi.max - groupOi.total);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
return {
|
|
166
|
+
withinPairLimit,
|
|
167
|
+
withinGroupLimit,
|
|
168
|
+
pairRemainingCapacity,
|
|
169
|
+
groupRemainingCapacity,
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
exports.validateOiLimits = validateOiLimits;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @dev Depth bands conversion utilities
|
|
3
|
+
*/
|
|
4
|
+
import { type DepthBandsInput } from "./types";
|
|
5
|
+
/**
|
|
6
|
+
* Convert raw depth data from exchanges to depth bands input format
|
|
7
|
+
* @param totalDepthUsd Total depth in USD (already in 6 decimal precision)
|
|
8
|
+
* @param depthLevels Array of depth levels with cumulative USD amounts
|
|
9
|
+
* @returns Formatted depth bands input
|
|
10
|
+
*/
|
|
11
|
+
export declare function formatDepthBandsInput(totalDepthUsd: number, depthLevels: Array<{
|
|
12
|
+
cumulativeUsd: number;
|
|
13
|
+
}>): DepthBandsInput;
|
|
14
|
+
/**
|
|
15
|
+
* Convert percentage-based depth configuration to cumulative USD values
|
|
16
|
+
* @param totalDepthUsd Total depth in USD
|
|
17
|
+
* @param percentages Array of 30 cumulative percentages (0-100)
|
|
18
|
+
* @returns Depth bands input with cumulative USD values
|
|
19
|
+
*/
|
|
20
|
+
export declare function percentagesToDepthBands(totalDepthUsd: number, percentages: number[]): DepthBandsInput;
|
|
21
|
+
/**
|
|
22
|
+
* Convert basis points array to percentage array
|
|
23
|
+
* @param bps Array of values in basis points
|
|
24
|
+
* @returns Array of percentages (0-100)
|
|
25
|
+
*/
|
|
26
|
+
export declare function bpsToPercentages(bps: number[]): number[];
|
|
27
|
+
/**
|
|
28
|
+
* Convert percentage array to basis points array
|
|
29
|
+
* @param percentages Array of percentages (0-100)
|
|
30
|
+
* @returns Array of values in basis points
|
|
31
|
+
*/
|
|
32
|
+
export declare function percentagesToBps(percentages: number[]): number[];
|
|
33
|
+
/**
|
|
34
|
+
* Convert parts per million (ppm) to percentage
|
|
35
|
+
* @param ppm Value in parts per million
|
|
36
|
+
* @returns Percentage value
|
|
37
|
+
*/
|
|
38
|
+
export declare function ppmToPercentage(ppm: number): number;
|
|
39
|
+
/**
|
|
40
|
+
* Convert percentage to parts per million (ppm)
|
|
41
|
+
* @param percentage Percentage value
|
|
42
|
+
* @returns Value in parts per million
|
|
43
|
+
*/
|
|
44
|
+
export declare function percentageToPpm(percentage: number): number;
|
|
45
|
+
/**
|
|
46
|
+
* Create a linear depth bands configuration
|
|
47
|
+
* @param totalDepthUsd Total depth in USD
|
|
48
|
+
* @returns Linear depth bands from 0% to 100%
|
|
49
|
+
*/
|
|
50
|
+
export declare function createLinearDepthBands(totalDepthUsd: number): DepthBandsInput;
|
|
51
|
+
/**
|
|
52
|
+
* Create an exponential depth bands configuration
|
|
53
|
+
* @param totalDepthUsd Total depth in USD
|
|
54
|
+
* @param factor Exponential factor (higher = more concentrated near 0)
|
|
55
|
+
* @returns Exponential depth bands configuration
|
|
56
|
+
*/
|
|
57
|
+
export declare function createExponentialDepthBands(totalDepthUsd: number, factor?: number): DepthBandsInput;
|
|
58
|
+
/**
|
|
59
|
+
* Create a concentrated depth bands configuration
|
|
60
|
+
* @param totalDepthUsd Total depth in USD
|
|
61
|
+
* @param concentrationPoint Percentage (0-100) where to concentrate liquidity
|
|
62
|
+
* @param concentrationStrength How much to concentrate (0-1, higher = more concentrated)
|
|
63
|
+
* @returns Concentrated depth bands configuration
|
|
64
|
+
*/
|
|
65
|
+
export declare function createConcentratedDepthBands(totalDepthUsd: number, concentrationPoint?: number, concentrationStrength?: number): DepthBandsInput;
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @dev Depth bands conversion utilities
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.createConcentratedDepthBands = exports.createExponentialDepthBands = exports.createLinearDepthBands = exports.percentageToPpm = exports.ppmToPercentage = exports.percentagesToBps = exports.bpsToPercentages = exports.percentagesToDepthBands = exports.formatDepthBandsInput = void 0;
|
|
7
|
+
const types_1 = require("./types");
|
|
8
|
+
/**
|
|
9
|
+
* Convert raw depth data from exchanges to depth bands input format
|
|
10
|
+
* @param totalDepthUsd Total depth in USD (already in 6 decimal precision)
|
|
11
|
+
* @param depthLevels Array of depth levels with cumulative USD amounts
|
|
12
|
+
* @returns Formatted depth bands input
|
|
13
|
+
*/
|
|
14
|
+
function formatDepthBandsInput(totalDepthUsd, depthLevels) {
|
|
15
|
+
// Ensure we have exactly 30 levels
|
|
16
|
+
if (depthLevels.length !== 30) {
|
|
17
|
+
throw new Error(`Expected 30 depth levels, got ${depthLevels.length}`);
|
|
18
|
+
}
|
|
19
|
+
const cumulativeDepthUsd = depthLevels.map((level) => level.cumulativeUsd);
|
|
20
|
+
return {
|
|
21
|
+
totalDepthUsd,
|
|
22
|
+
cumulativeDepthUsd,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
exports.formatDepthBandsInput = formatDepthBandsInput;
|
|
26
|
+
/**
|
|
27
|
+
* Convert percentage-based depth configuration to cumulative USD values
|
|
28
|
+
* @param totalDepthUsd Total depth in USD
|
|
29
|
+
* @param percentages Array of 30 cumulative percentages (0-100)
|
|
30
|
+
* @returns Depth bands input with cumulative USD values
|
|
31
|
+
*/
|
|
32
|
+
function percentagesToDepthBands(totalDepthUsd, percentages) {
|
|
33
|
+
if (percentages.length !== 30) {
|
|
34
|
+
throw new Error(`Expected 30 percentages, got ${percentages.length}`);
|
|
35
|
+
}
|
|
36
|
+
const cumulativeDepthUsd = percentages.map((percentage) => {
|
|
37
|
+
if (percentage < 0 || percentage > 100) {
|
|
38
|
+
throw new Error(`Invalid percentage: ${percentage}. Must be between 0 and 100`);
|
|
39
|
+
}
|
|
40
|
+
return (percentage * totalDepthUsd) / 100;
|
|
41
|
+
});
|
|
42
|
+
return {
|
|
43
|
+
totalDepthUsd,
|
|
44
|
+
cumulativeDepthUsd,
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
exports.percentagesToDepthBands = percentagesToDepthBands;
|
|
48
|
+
/**
|
|
49
|
+
* Convert basis points array to percentage array
|
|
50
|
+
* @param bps Array of values in basis points
|
|
51
|
+
* @returns Array of percentages (0-100)
|
|
52
|
+
*/
|
|
53
|
+
function bpsToPercentages(bps) {
|
|
54
|
+
return bps.map((value) => (value * 100) / types_1.HUNDRED_P_BPS);
|
|
55
|
+
}
|
|
56
|
+
exports.bpsToPercentages = bpsToPercentages;
|
|
57
|
+
/**
|
|
58
|
+
* Convert percentage array to basis points array
|
|
59
|
+
* @param percentages Array of percentages (0-100)
|
|
60
|
+
* @returns Array of values in basis points
|
|
61
|
+
*/
|
|
62
|
+
function percentagesToBps(percentages) {
|
|
63
|
+
return percentages.map((percentage) => {
|
|
64
|
+
const bps = Math.round((percentage * types_1.HUNDRED_P_BPS) / 100);
|
|
65
|
+
if (bps > types_1.HUNDRED_P_BPS) {
|
|
66
|
+
throw new Error(`Percentage ${percentage}% converts to ${bps} bps, which exceeds maximum ${types_1.HUNDRED_P_BPS} bps`);
|
|
67
|
+
}
|
|
68
|
+
return bps;
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
exports.percentagesToBps = percentagesToBps;
|
|
72
|
+
/**
|
|
73
|
+
* Convert parts per million (ppm) to percentage
|
|
74
|
+
* @param ppm Value in parts per million
|
|
75
|
+
* @returns Percentage value
|
|
76
|
+
*/
|
|
77
|
+
function ppmToPercentage(ppm) {
|
|
78
|
+
return ppm / 10000;
|
|
79
|
+
}
|
|
80
|
+
exports.ppmToPercentage = ppmToPercentage;
|
|
81
|
+
/**
|
|
82
|
+
* Convert percentage to parts per million (ppm)
|
|
83
|
+
* @param percentage Percentage value
|
|
84
|
+
* @returns Value in parts per million
|
|
85
|
+
*/
|
|
86
|
+
function percentageToPpm(percentage) {
|
|
87
|
+
return Math.round(percentage * 10000);
|
|
88
|
+
}
|
|
89
|
+
exports.percentageToPpm = percentageToPpm;
|
|
90
|
+
/**
|
|
91
|
+
* Create a linear depth bands configuration
|
|
92
|
+
* @param totalDepthUsd Total depth in USD
|
|
93
|
+
* @returns Linear depth bands from 0% to 100%
|
|
94
|
+
*/
|
|
95
|
+
function createLinearDepthBands(totalDepthUsd) {
|
|
96
|
+
const cumulativeDepthUsd = [];
|
|
97
|
+
for (let i = 0; i < 30; i++) {
|
|
98
|
+
// Linear progression from 0 to 100%
|
|
99
|
+
const percentage = ((i + 1) / 30) * 100;
|
|
100
|
+
cumulativeDepthUsd.push((percentage * totalDepthUsd) / 100);
|
|
101
|
+
}
|
|
102
|
+
return {
|
|
103
|
+
totalDepthUsd,
|
|
104
|
+
cumulativeDepthUsd,
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
exports.createLinearDepthBands = createLinearDepthBands;
|
|
108
|
+
/**
|
|
109
|
+
* Create an exponential depth bands configuration
|
|
110
|
+
* @param totalDepthUsd Total depth in USD
|
|
111
|
+
* @param factor Exponential factor (higher = more concentrated near 0)
|
|
112
|
+
* @returns Exponential depth bands configuration
|
|
113
|
+
*/
|
|
114
|
+
function createExponentialDepthBands(totalDepthUsd, factor = 2) {
|
|
115
|
+
const cumulativeDepthUsd = [];
|
|
116
|
+
for (let i = 0; i < 30; i++) {
|
|
117
|
+
// Exponential curve: y = (e^(factor * x) - 1) / (e^factor - 1)
|
|
118
|
+
const x = (i + 1) / 30;
|
|
119
|
+
const percentage = ((Math.exp(factor * x) - 1) / (Math.exp(factor) - 1)) * 100;
|
|
120
|
+
cumulativeDepthUsd.push((percentage * totalDepthUsd) / 100);
|
|
121
|
+
}
|
|
122
|
+
return {
|
|
123
|
+
totalDepthUsd,
|
|
124
|
+
cumulativeDepthUsd,
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
exports.createExponentialDepthBands = createExponentialDepthBands;
|
|
128
|
+
/**
|
|
129
|
+
* Create a concentrated depth bands configuration
|
|
130
|
+
* @param totalDepthUsd Total depth in USD
|
|
131
|
+
* @param concentrationPoint Percentage (0-100) where to concentrate liquidity
|
|
132
|
+
* @param concentrationStrength How much to concentrate (0-1, higher = more concentrated)
|
|
133
|
+
* @returns Concentrated depth bands configuration
|
|
134
|
+
*/
|
|
135
|
+
function createConcentratedDepthBands(totalDepthUsd, concentrationPoint = 20, concentrationStrength = 0.7) {
|
|
136
|
+
const cumulativeDepthUsd = [];
|
|
137
|
+
for (let i = 0; i < 30; i++) {
|
|
138
|
+
const x = (i + 1) / 30;
|
|
139
|
+
const targetX = concentrationPoint / 100;
|
|
140
|
+
// Sigmoid-like concentration around the target point
|
|
141
|
+
const steepness = 10 * concentrationStrength;
|
|
142
|
+
const sigmoid = 1 / (1 + Math.exp(-steepness * (x - targetX)));
|
|
143
|
+
// Blend between linear and concentrated
|
|
144
|
+
const linear = x;
|
|
145
|
+
const percentage = (linear * (1 - concentrationStrength) + sigmoid * concentrationStrength) * 100;
|
|
146
|
+
cumulativeDepthUsd.push(Math.min((percentage * totalDepthUsd) / 100, totalDepthUsd));
|
|
147
|
+
}
|
|
148
|
+
// Ensure last value is exactly totalDepthUsd
|
|
149
|
+
cumulativeDepthUsd[29] = totalDepthUsd;
|
|
150
|
+
return {
|
|
151
|
+
totalDepthUsd,
|
|
152
|
+
cumulativeDepthUsd,
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
exports.createConcentratedDepthBands = createConcentratedDepthBands;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @dev Depth bands decoding functions
|
|
3
|
+
*/
|
|
4
|
+
import { type DecodedDepthBands, type DecodedDepthBandsMapping, type EncodedDepthBands, type PairDepthBands } from "./types";
|
|
5
|
+
/**
|
|
6
|
+
* Decode depth bands from encoded slots
|
|
7
|
+
* @param encoded Encoded depth bands
|
|
8
|
+
* @returns Decoded depth bands with totalDepthUsd and band percentages
|
|
9
|
+
*/
|
|
10
|
+
export declare function decodeDepthBands(encoded: EncodedDepthBands): DecodedDepthBands;
|
|
11
|
+
/**
|
|
12
|
+
* Decode pair depth bands (both directions)
|
|
13
|
+
* @param pairBands Encoded pair depth bands
|
|
14
|
+
* @returns Decoded depth bands for above and below
|
|
15
|
+
*/
|
|
16
|
+
export declare function decodePairDepthBands(pairBands: PairDepthBands): {
|
|
17
|
+
above: DecodedDepthBands;
|
|
18
|
+
below: DecodedDepthBands;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Decode depth bands mapping (global offsets)
|
|
22
|
+
* @param slot1 First slot containing bands 0-13
|
|
23
|
+
* @param slot2 Second slot containing bands 14-29
|
|
24
|
+
* @returns Decoded mapping with band offset values in ppm
|
|
25
|
+
*/
|
|
26
|
+
export declare function decodeDepthBandsMapping(slot1: bigint, slot2: bigint): DecodedDepthBandsMapping;
|
|
27
|
+
/**
|
|
28
|
+
* Convert decoded band percentages back to cumulative depth USD
|
|
29
|
+
* @param decoded Decoded depth bands
|
|
30
|
+
* @returns Array of cumulative depth values in USD
|
|
31
|
+
*/
|
|
32
|
+
export declare function bandsToCumulativeDepth(decoded: DecodedDepthBands): number[];
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @dev Depth bands decoding functions
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.bandsToCumulativeDepth = exports.decodeDepthBandsMapping = exports.decodePairDepthBands = exports.decodeDepthBands = void 0;
|
|
7
|
+
const types_1 = require("./types");
|
|
8
|
+
/**
|
|
9
|
+
* Get a specific band value from encoded slots
|
|
10
|
+
* @param slot1 First slot containing totalDepthUsd and bands 0-13
|
|
11
|
+
* @param slot2 Second slot containing bands 14-29
|
|
12
|
+
* @param bandIndex Index of the band to retrieve (0-29)
|
|
13
|
+
* @returns Band value
|
|
14
|
+
*/
|
|
15
|
+
function getBandValue(slot1, slot2, bandIndex) {
|
|
16
|
+
if (bandIndex < 0 || bandIndex >= types_1.DEPTH_BANDS_COUNT) {
|
|
17
|
+
throw new Error(`Invalid band index: must be 0-${types_1.DEPTH_BANDS_COUNT - 1}, got ${bandIndex}`);
|
|
18
|
+
}
|
|
19
|
+
if (bandIndex < types_1.DEPTH_BANDS_PER_SLOT1) {
|
|
20
|
+
// Get from slot1 (skip the first 32 bits which contain totalDepthUsd)
|
|
21
|
+
const shift = 32 + bandIndex * 16;
|
|
22
|
+
return Number((slot1 >> BigInt(shift)) & BigInt(0xffff));
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
// Get from slot2
|
|
26
|
+
const shift = (bandIndex - types_1.DEPTH_BANDS_PER_SLOT1) * 16;
|
|
27
|
+
return Number((slot2 >> BigInt(shift)) & BigInt(0xffff));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get total depth USD from encoded slot1
|
|
32
|
+
* @param slot1 First slot containing totalDepthUsd as uint32
|
|
33
|
+
* @returns Total depth in USD (6 decimal precision)
|
|
34
|
+
*/
|
|
35
|
+
function getTotalDepthUsd(slot1) {
|
|
36
|
+
return Number(slot1 & BigInt(0xffffffff));
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Decode depth bands from encoded slots
|
|
40
|
+
* @param encoded Encoded depth bands
|
|
41
|
+
* @returns Decoded depth bands with totalDepthUsd and band percentages
|
|
42
|
+
*/
|
|
43
|
+
function decodeDepthBands(encoded) {
|
|
44
|
+
const { slot1, slot2 } = encoded;
|
|
45
|
+
const totalDepthUsd = getTotalDepthUsd(slot1);
|
|
46
|
+
const bands = [];
|
|
47
|
+
for (let i = 0; i < types_1.DEPTH_BANDS_COUNT; i++) {
|
|
48
|
+
bands.push(getBandValue(slot1, slot2, i));
|
|
49
|
+
}
|
|
50
|
+
return { totalDepthUsd, bands };
|
|
51
|
+
}
|
|
52
|
+
exports.decodeDepthBands = decodeDepthBands;
|
|
53
|
+
/**
|
|
54
|
+
* Decode pair depth bands (both directions)
|
|
55
|
+
* @param pairBands Encoded pair depth bands
|
|
56
|
+
* @returns Decoded depth bands for above and below
|
|
57
|
+
*/
|
|
58
|
+
function decodePairDepthBands(pairBands) {
|
|
59
|
+
const above = decodeDepthBands({
|
|
60
|
+
slot1: pairBands.aboveSlot1,
|
|
61
|
+
slot2: pairBands.aboveSlot2,
|
|
62
|
+
});
|
|
63
|
+
const below = decodeDepthBands({
|
|
64
|
+
slot1: pairBands.belowSlot1,
|
|
65
|
+
slot2: pairBands.belowSlot2,
|
|
66
|
+
});
|
|
67
|
+
return { above, below };
|
|
68
|
+
}
|
|
69
|
+
exports.decodePairDepthBands = decodePairDepthBands;
|
|
70
|
+
/**
|
|
71
|
+
* Decode depth bands mapping (global offsets)
|
|
72
|
+
* @param slot1 First slot containing bands 0-13
|
|
73
|
+
* @param slot2 Second slot containing bands 14-29
|
|
74
|
+
* @returns Decoded mapping with band offset values in ppm
|
|
75
|
+
*/
|
|
76
|
+
function decodeDepthBandsMapping(slot1, slot2) {
|
|
77
|
+
const bands = [];
|
|
78
|
+
// Note: For mapping, there's no totalDepthUsd, all bits are used for bands
|
|
79
|
+
for (let i = 0; i < types_1.DEPTH_BANDS_COUNT; i++) {
|
|
80
|
+
if (i < types_1.DEPTH_BANDS_PER_SLOT1) {
|
|
81
|
+
// Get from slot1
|
|
82
|
+
const shift = i * 16;
|
|
83
|
+
bands.push(Number((slot1 >> BigInt(shift)) & BigInt(0xffff)));
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
// Get from slot2
|
|
87
|
+
const shift = (i - types_1.DEPTH_BANDS_PER_SLOT1) * 16;
|
|
88
|
+
bands.push(Number((slot2 >> BigInt(shift)) & BigInt(0xffff)));
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
return { bands };
|
|
92
|
+
}
|
|
93
|
+
exports.decodeDepthBandsMapping = decodeDepthBandsMapping;
|
|
94
|
+
/**
|
|
95
|
+
* Convert decoded band percentages back to cumulative depth USD
|
|
96
|
+
* @param decoded Decoded depth bands
|
|
97
|
+
* @returns Array of cumulative depth values in USD
|
|
98
|
+
*/
|
|
99
|
+
function bandsToCumulativeDepth(decoded) {
|
|
100
|
+
const { totalDepthUsd, bands } = decoded;
|
|
101
|
+
const cumulativeDepthUsd = [];
|
|
102
|
+
for (const bandBps of bands) {
|
|
103
|
+
// Convert from basis points to USD
|
|
104
|
+
const depthUsd = (bandBps * totalDepthUsd) / 10000;
|
|
105
|
+
cumulativeDepthUsd.push(depthUsd);
|
|
106
|
+
}
|
|
107
|
+
return cumulativeDepthUsd;
|
|
108
|
+
}
|
|
109
|
+
exports.bandsToCumulativeDepth = bandsToCumulativeDepth;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @dev Depth bands encoding functions
|
|
3
|
+
*/
|
|
4
|
+
import { type DepthBandsInput, type EncodedDepthBands } from "./types";
|
|
5
|
+
/**
|
|
6
|
+
* Encode depth bands data into two uint256 slots
|
|
7
|
+
* @param input Depth bands input data
|
|
8
|
+
* @returns Encoded depth bands with two slots
|
|
9
|
+
*/
|
|
10
|
+
export declare function encodeDepthBands(input: DepthBandsInput): EncodedDepthBands;
|
|
11
|
+
/**
|
|
12
|
+
* Encode depth bands mapping (global offsets for all pairs)
|
|
13
|
+
* @param bands Array of 30 band offset values in parts per million (ppm)
|
|
14
|
+
* @returns Encoded mapping with two slots
|
|
15
|
+
*/
|
|
16
|
+
export declare function encodeDepthBandsMapping(bands: number[]): {
|
|
17
|
+
slot1: bigint;
|
|
18
|
+
slot2: bigint;
|
|
19
|
+
};
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @dev Depth bands encoding functions
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.encodeDepthBandsMapping = exports.encodeDepthBands = void 0;
|
|
7
|
+
const types_1 = require("./types");
|
|
8
|
+
/**
|
|
9
|
+
* Encode depth bands data into two uint256 slots
|
|
10
|
+
* @param input Depth bands input data
|
|
11
|
+
* @returns Encoded depth bands with two slots
|
|
12
|
+
*/
|
|
13
|
+
function encodeDepthBands(input) {
|
|
14
|
+
const { totalDepthUsd, cumulativeDepthUsd } = input;
|
|
15
|
+
// Validate input
|
|
16
|
+
if (cumulativeDepthUsd.length !== types_1.DEPTH_BANDS_COUNT) {
|
|
17
|
+
throw new Error(`Invalid cumulativeDepthUsd length: expected ${types_1.DEPTH_BANDS_COUNT}, got ${cumulativeDepthUsd.length}`);
|
|
18
|
+
}
|
|
19
|
+
// Validate totalDepthUsd range (must fit in uint32)
|
|
20
|
+
const maxUint32 = Math.pow(2, 32) - 1;
|
|
21
|
+
if (totalDepthUsd < 0 || totalDepthUsd > maxUint32) {
|
|
22
|
+
throw new Error(`Invalid totalDepthUsd: must be between 0 and ${maxUint32}, got ${totalDepthUsd}`);
|
|
23
|
+
}
|
|
24
|
+
// Convert cumulative depths to band percentages
|
|
25
|
+
const bandPercentagesBps = [];
|
|
26
|
+
let prevCumulativeDepth = 0;
|
|
27
|
+
for (let i = 0; i < types_1.DEPTH_BANDS_COUNT; i++) {
|
|
28
|
+
const currentCumulativeDepth = cumulativeDepthUsd[i];
|
|
29
|
+
// Validate cumulative depth is non-decreasing
|
|
30
|
+
if (currentCumulativeDepth < prevCumulativeDepth) {
|
|
31
|
+
throw new Error(`Invalid cumulative depth at band ${i}: ${currentCumulativeDepth} is less than previous ${prevCumulativeDepth}`);
|
|
32
|
+
}
|
|
33
|
+
// Calculate percentage of total depth (in basis points)
|
|
34
|
+
const percentageBps = totalDepthUsd > 0
|
|
35
|
+
? Math.round((currentCumulativeDepth * types_1.HUNDRED_P_BPS) / totalDepthUsd)
|
|
36
|
+
: 0;
|
|
37
|
+
// Validate percentage doesn't exceed 100%
|
|
38
|
+
if (percentageBps > types_1.HUNDRED_P_BPS) {
|
|
39
|
+
throw new Error(`Band ${i} percentage exceeds 100%: ${percentageBps} bps`);
|
|
40
|
+
}
|
|
41
|
+
// Validate percentage fits in uint16
|
|
42
|
+
const maxUint16 = Math.pow(2, 16) - 1;
|
|
43
|
+
if (percentageBps > maxUint16) {
|
|
44
|
+
throw new Error(`Band ${i} percentage too large for uint16: ${percentageBps}`);
|
|
45
|
+
}
|
|
46
|
+
bandPercentagesBps.push(percentageBps);
|
|
47
|
+
prevCumulativeDepth = currentCumulativeDepth;
|
|
48
|
+
}
|
|
49
|
+
// Validate that final band reaches 100% (or close to it due to rounding)
|
|
50
|
+
const finalPercentage = bandPercentagesBps[types_1.DEPTH_BANDS_COUNT - 1];
|
|
51
|
+
if (totalDepthUsd > 0 && Math.abs(finalPercentage - types_1.HUNDRED_P_BPS) > 10) {
|
|
52
|
+
throw new Error(`Final band does not reach 100%: ${finalPercentage} bps`);
|
|
53
|
+
}
|
|
54
|
+
// Pack into slot1: totalDepthUsd (32 bits) + bands 0-13 (14 * 16 bits)
|
|
55
|
+
let slot1 = BigInt(totalDepthUsd);
|
|
56
|
+
for (let i = 0; i < types_1.DEPTH_BANDS_PER_SLOT1; i++) {
|
|
57
|
+
const shift = 32 + i * 16;
|
|
58
|
+
slot1 |= BigInt(bandPercentagesBps[i]) << BigInt(shift);
|
|
59
|
+
}
|
|
60
|
+
// Pack into slot2: bands 14-29 (16 * 16 bits)
|
|
61
|
+
let slot2 = BigInt(0);
|
|
62
|
+
for (let i = types_1.DEPTH_BANDS_PER_SLOT1; i < types_1.DEPTH_BANDS_COUNT; i++) {
|
|
63
|
+
const shift = (i - types_1.DEPTH_BANDS_PER_SLOT1) * 16;
|
|
64
|
+
slot2 |= BigInt(bandPercentagesBps[i]) << BigInt(shift);
|
|
65
|
+
}
|
|
66
|
+
return { slot1, slot2 };
|
|
67
|
+
}
|
|
68
|
+
exports.encodeDepthBands = encodeDepthBands;
|
|
69
|
+
/**
|
|
70
|
+
* Encode depth bands mapping (global offsets for all pairs)
|
|
71
|
+
* @param bands Array of 30 band offset values in parts per million (ppm)
|
|
72
|
+
* @returns Encoded mapping with two slots
|
|
73
|
+
*/
|
|
74
|
+
function encodeDepthBandsMapping(bands) {
|
|
75
|
+
// Validate input
|
|
76
|
+
if (bands.length !== types_1.DEPTH_BANDS_COUNT) {
|
|
77
|
+
throw new Error(`Invalid bands length: expected ${types_1.DEPTH_BANDS_COUNT}, got ${bands.length}`);
|
|
78
|
+
}
|
|
79
|
+
// Validate each band value and monotonic increase
|
|
80
|
+
let prevBand = 0;
|
|
81
|
+
const maxUint16 = Math.pow(2, 16) - 1;
|
|
82
|
+
for (let i = 0; i < bands.length; i++) {
|
|
83
|
+
const band = bands[i];
|
|
84
|
+
if (band < 0 || band > maxUint16) {
|
|
85
|
+
throw new Error(`Band ${i} value out of range: must be 0-${maxUint16}, got ${band}`);
|
|
86
|
+
}
|
|
87
|
+
if (band < prevBand) {
|
|
88
|
+
throw new Error(`Band ${i} value ${band} is less than previous band ${prevBand}`);
|
|
89
|
+
}
|
|
90
|
+
prevBand = band;
|
|
91
|
+
}
|
|
92
|
+
// Pack into slot1: bands 0-13 (14 * 16 bits)
|
|
93
|
+
let slot1 = BigInt(0);
|
|
94
|
+
for (let i = 0; i < types_1.DEPTH_BANDS_PER_SLOT1; i++) {
|
|
95
|
+
slot1 |= BigInt(bands[i]) << BigInt(i * 16);
|
|
96
|
+
}
|
|
97
|
+
// Pack into slot2: bands 14-29 (16 * 16 bits)
|
|
98
|
+
let slot2 = BigInt(0);
|
|
99
|
+
for (let i = types_1.DEPTH_BANDS_PER_SLOT1; i < types_1.DEPTH_BANDS_COUNT; i++) {
|
|
100
|
+
const shift = (i - types_1.DEPTH_BANDS_PER_SLOT1) * 16;
|
|
101
|
+
slot2 |= BigInt(bands[i]) << BigInt(shift);
|
|
102
|
+
}
|
|
103
|
+
return { slot1, slot2 };
|
|
104
|
+
}
|
|
105
|
+
exports.encodeDepthBandsMapping = encodeDepthBandsMapping;
|