@drift-labs/sdk 0.2.0-master.10 → 0.2.0-master.13
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/admin.d.ts +3 -3
- package/lib/admin.js +6 -6
- package/lib/clearingHouse.d.ts +22 -6
- package/lib/clearingHouse.js +357 -74
- package/lib/clearingHouseUser.d.ts +12 -17
- package/lib/clearingHouseUser.js +97 -88
- package/lib/config.js +1 -1
- package/lib/constants/banks.d.ts +2 -2
- package/lib/constants/banks.js +5 -4
- package/lib/constants/numericConstants.d.ts +3 -0
- package/lib/constants/numericConstants.js +4 -1
- package/lib/events/eventList.js +3 -0
- package/lib/events/types.d.ts +2 -1
- package/lib/factory/bigNum.d.ts +1 -0
- package/lib/factory/bigNum.js +37 -11
- package/lib/idl/clearing_house.json +611 -146
- package/lib/idl/{mock_usdc_faucet.json → token_faucet.json} +46 -23
- package/lib/index.d.ts +2 -1
- package/lib/index.js +2 -1
- package/lib/math/amm.js +2 -2
- package/lib/math/bankBalance.d.ts +3 -1
- package/lib/math/bankBalance.js +54 -1
- package/lib/math/margin.d.ts +11 -0
- package/lib/math/margin.js +72 -0
- package/lib/math/market.d.ts +4 -1
- package/lib/math/market.js +35 -1
- package/lib/math/position.d.ts +8 -0
- package/lib/math/position.js +42 -12
- package/lib/orders.d.ts +1 -2
- package/lib/orders.js +2 -77
- package/lib/{mockUSDCFaucet.d.ts → tokenFaucet.d.ts} +8 -5
- package/lib/{mockUSDCFaucet.js → tokenFaucet.js} +63 -51
- package/lib/tx/retryTxSender.js +9 -2
- package/lib/types.d.ts +86 -16
- package/lib/types.js +18 -1
- package/lib/util/computeUnits.js +1 -1
- package/lib/util/getTokenAddress.d.ts +2 -0
- package/lib/util/getTokenAddress.js +9 -0
- package/package.json +1 -1
- package/src/admin.ts +7 -7
- package/src/clearingHouse.ts +636 -94
- package/src/clearingHouseConfig.js +2 -0
- package/src/clearingHouseUser.ts +219 -121
- package/src/clearingHouseUserConfig.js +2 -0
- package/src/config.ts +1 -1
- package/src/constants/banks.js +42 -0
- package/src/constants/banks.ts +7 -4
- package/src/constants/markets.js +42 -0
- package/src/constants/numericConstants.js +41 -0
- package/src/constants/numericConstants.ts +4 -0
- package/src/events/eventList.ts +3 -0
- package/src/events/types.ts +2 -0
- package/src/factory/bigNum.js +37 -11
- package/src/factory/bigNum.ts +43 -13
- package/src/idl/clearing_house.json +611 -146
- package/src/idl/{mock_usdc_faucet.json → token_faucet.json} +46 -23
- package/src/index.js +1 -1
- package/src/index.ts +2 -1
- package/src/math/amm.ts +8 -5
- package/src/math/bankBalance.ts +98 -1
- package/src/math/margin.ts +124 -0
- package/src/math/market.ts +66 -1
- package/src/math/position.ts +59 -9
- package/src/mockUSDCFaucet.js +276 -167
- package/src/orders.ts +4 -157
- package/src/tokenFaucet.js +189 -0
- package/src/{mockUSDCFaucet.ts → tokenFaucet.ts} +82 -70
- package/src/tx/retryTxSender.ts +11 -3
- package/src/types.js +12 -1
- package/src/types.ts +88 -16
- package/src/{accounts/fetch.js → util/computeUnits.js} +11 -13
- package/src/util/computeUnits.ts +1 -1
- package/src/util/getTokenAddress.js +9 -0
- package/src/util/getTokenAddress.ts +18 -0
- package/tests/bn/test.ts +2 -0
- package/src/addresses/pda.js +0 -104
- package/src/math/bankBalance.js +0 -75
- package/src/math/market.js +0 -57
- package/src/math/orders.js +0 -110
- package/src/math/position.js +0 -140
- package/src/orders.js +0 -134
- package/src/tx/retryTxSender.js +0 -188
package/src/mockUSDCFaucet.js
CHANGED
|
@@ -1,171 +1,280 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
Object.defineProperty(o, k2, {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
11
|
+
},
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
: function (o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
o[k2] = m[k];
|
|
17
|
+
});
|
|
18
|
+
var __setModuleDefault =
|
|
19
|
+
(this && this.__setModuleDefault) ||
|
|
20
|
+
(Object.create
|
|
21
|
+
? function (o, v) {
|
|
22
|
+
Object.defineProperty(o, 'default', { enumerable: true, value: v });
|
|
23
|
+
}
|
|
24
|
+
: function (o, v) {
|
|
25
|
+
o['default'] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar =
|
|
28
|
+
(this && this.__importStar) ||
|
|
29
|
+
function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null)
|
|
33
|
+
for (var k in mod)
|
|
34
|
+
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k))
|
|
35
|
+
__createBinding(result, mod, k);
|
|
36
|
+
__setModuleDefault(result, mod);
|
|
37
|
+
return result;
|
|
38
|
+
};
|
|
39
|
+
var __awaiter =
|
|
40
|
+
(this && this.__awaiter) ||
|
|
41
|
+
function (thisArg, _arguments, P, generator) {
|
|
42
|
+
function adopt(value) {
|
|
43
|
+
return value instanceof P
|
|
44
|
+
? value
|
|
45
|
+
: new P(function (resolve) {
|
|
46
|
+
resolve(value);
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
50
|
+
function fulfilled(value) {
|
|
51
|
+
try {
|
|
52
|
+
step(generator.next(value));
|
|
53
|
+
} catch (e) {
|
|
54
|
+
reject(e);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function rejected(value) {
|
|
58
|
+
try {
|
|
59
|
+
step(generator['throw'](value));
|
|
60
|
+
} catch (e) {
|
|
61
|
+
reject(e);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
function step(result) {
|
|
65
|
+
result.done
|
|
66
|
+
? resolve(result.value)
|
|
67
|
+
: adopt(result.value).then(fulfilled, rejected);
|
|
68
|
+
}
|
|
69
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
70
|
+
});
|
|
71
|
+
};
|
|
72
|
+
var __importDefault =
|
|
73
|
+
(this && this.__importDefault) ||
|
|
74
|
+
function (mod) {
|
|
75
|
+
return mod && mod.__esModule ? mod : { default: mod };
|
|
76
|
+
};
|
|
77
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
34
78
|
exports.MockUSDCFaucet = void 0;
|
|
35
|
-
const anchor = __importStar(require(
|
|
36
|
-
const anchor_1 = require(
|
|
37
|
-
const spl_token_1 = require(
|
|
38
|
-
const web3_js_1 = require(
|
|
39
|
-
const mock_usdc_faucet_json_1 = __importDefault(
|
|
79
|
+
const anchor = __importStar(require('@project-serum/anchor'));
|
|
80
|
+
const anchor_1 = require('@project-serum/anchor');
|
|
81
|
+
const spl_token_1 = require('@solana/spl-token');
|
|
82
|
+
const web3_js_1 = require('@solana/web3.js');
|
|
83
|
+
const mock_usdc_faucet_json_1 = __importDefault(
|
|
84
|
+
require('./idl/token_faucet.json')
|
|
85
|
+
);
|
|
40
86
|
class MockUSDCFaucet {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
87
|
+
constructor(connection, wallet, programId, opts) {
|
|
88
|
+
this.connection = connection;
|
|
89
|
+
this.wallet = wallet;
|
|
90
|
+
this.opts = opts || anchor_1.AnchorProvider.defaultOptions();
|
|
91
|
+
const provider = new anchor_1.AnchorProvider(connection, wallet, this.opts);
|
|
92
|
+
this.provider = provider;
|
|
93
|
+
this.program = new anchor_1.Program(
|
|
94
|
+
mock_usdc_faucet_json_1.default,
|
|
95
|
+
programId,
|
|
96
|
+
provider
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
getMockUSDCFaucetStatePublicKeyAndNonce() {
|
|
100
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
101
|
+
return anchor.web3.PublicKey.findProgramAddress(
|
|
102
|
+
[Buffer.from(anchor.utils.bytes.utf8.encode('mock_usdc_faucet'))],
|
|
103
|
+
this.program.programId
|
|
104
|
+
);
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
getMockUSDCFaucetStatePublicKey() {
|
|
108
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
109
|
+
if (this.mockUSDCFaucetStatePublicKey) {
|
|
110
|
+
return this.mockUSDCFaucetStatePublicKey;
|
|
111
|
+
}
|
|
112
|
+
this.mockUSDCFaucetStatePublicKey =
|
|
113
|
+
(yield this.getMockUSDCFaucetStatePublicKeyAndNonce())[0];
|
|
114
|
+
return this.mockUSDCFaucetStatePublicKey;
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
initialize() {
|
|
118
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
119
|
+
const stateAccountRPCResponse =
|
|
120
|
+
yield this.connection.getParsedAccountInfo(
|
|
121
|
+
yield this.getMockUSDCFaucetStatePublicKey()
|
|
122
|
+
);
|
|
123
|
+
if (stateAccountRPCResponse.value !== null) {
|
|
124
|
+
throw new Error('Faucet already initialized');
|
|
125
|
+
}
|
|
126
|
+
const fakeUSDCMint = anchor.web3.Keypair.generate();
|
|
127
|
+
const createUSDCMintAccountIx = web3_js_1.SystemProgram.createAccount({
|
|
128
|
+
fromPubkey: this.wallet.publicKey,
|
|
129
|
+
newAccountPubkey: fakeUSDCMint.publicKey,
|
|
130
|
+
lamports: yield spl_token_1.Token.getMinBalanceRentForExemptMint(
|
|
131
|
+
this.connection
|
|
132
|
+
),
|
|
133
|
+
space: spl_token_1.MintLayout.span,
|
|
134
|
+
programId: spl_token_1.TOKEN_PROGRAM_ID,
|
|
135
|
+
});
|
|
136
|
+
const [mintAuthority, _mintAuthorityNonce] =
|
|
137
|
+
yield web3_js_1.PublicKey.findProgramAddress(
|
|
138
|
+
[fakeUSDCMint.publicKey.toBuffer()],
|
|
139
|
+
this.program.programId
|
|
140
|
+
);
|
|
141
|
+
const initUSDCMintIx = spl_token_1.Token.createInitMintInstruction(
|
|
142
|
+
spl_token_1.TOKEN_PROGRAM_ID,
|
|
143
|
+
fakeUSDCMint.publicKey,
|
|
144
|
+
6,
|
|
145
|
+
mintAuthority,
|
|
146
|
+
null
|
|
147
|
+
);
|
|
148
|
+
const [mockUSDCFaucetStatePublicKey, mockUSDCFaucetStateNonce] =
|
|
149
|
+
yield this.getMockUSDCFaucetStatePublicKeyAndNonce();
|
|
150
|
+
return yield this.program.rpc.initialize(mockUSDCFaucetStateNonce, {
|
|
151
|
+
accounts: {
|
|
152
|
+
mockUsdcFaucetState: mockUSDCFaucetStatePublicKey,
|
|
153
|
+
admin: this.wallet.publicKey,
|
|
154
|
+
mintAccount: fakeUSDCMint.publicKey,
|
|
155
|
+
rent: web3_js_1.SYSVAR_RENT_PUBKEY,
|
|
156
|
+
systemProgram: anchor.web3.SystemProgram.programId,
|
|
157
|
+
},
|
|
158
|
+
instructions: [createUSDCMintAccountIx, initUSDCMintIx],
|
|
159
|
+
signers: [fakeUSDCMint],
|
|
160
|
+
});
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
fetchState() {
|
|
164
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
165
|
+
return yield this.program.account.mockUsdcFaucetState.fetch(
|
|
166
|
+
yield this.getMockUSDCFaucetStatePublicKey()
|
|
167
|
+
);
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
mintToUser(userTokenAccount, amount) {
|
|
171
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
172
|
+
const state = yield this.fetchState();
|
|
173
|
+
return yield this.program.rpc.mintToUser(amount, {
|
|
174
|
+
accounts: {
|
|
175
|
+
mockUsdcFaucetState: yield this.getMockUSDCFaucetStatePublicKey(),
|
|
176
|
+
mintAccount: state.mint,
|
|
177
|
+
userTokenAccount,
|
|
178
|
+
mintAuthority: state.mintAuthority,
|
|
179
|
+
tokenProgram: spl_token_1.TOKEN_PROGRAM_ID,
|
|
180
|
+
},
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
createAssociatedTokenAccountAndMintTo(userPublicKey, amount) {
|
|
185
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
186
|
+
const [associatedTokenPublicKey, createAssociatedAccountIx, mintToTx] =
|
|
187
|
+
yield this.createAssociatedTokenAccountAndMintToInstructions(
|
|
188
|
+
userPublicKey,
|
|
189
|
+
amount
|
|
190
|
+
);
|
|
191
|
+
const tx = new web3_js_1.Transaction()
|
|
192
|
+
.add(createAssociatedAccountIx)
|
|
193
|
+
.add(mintToTx);
|
|
194
|
+
const txSig = yield this.program.provider.sendAndConfirm(
|
|
195
|
+
tx,
|
|
196
|
+
[],
|
|
197
|
+
this.opts
|
|
198
|
+
);
|
|
199
|
+
return [associatedTokenPublicKey, txSig];
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
createAssociatedTokenAccountAndMintToInstructions(userPublicKey, amount) {
|
|
203
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
204
|
+
const state = yield this.fetchState();
|
|
205
|
+
const associateTokenPublicKey =
|
|
206
|
+
yield this.getAssosciatedMockUSDMintAddress({
|
|
207
|
+
userPubKey: userPublicKey,
|
|
208
|
+
});
|
|
209
|
+
const createAssociatedAccountIx =
|
|
210
|
+
spl_token_1.Token.createAssociatedTokenAccountInstruction(
|
|
211
|
+
spl_token_1.ASSOCIATED_TOKEN_PROGRAM_ID,
|
|
212
|
+
spl_token_1.TOKEN_PROGRAM_ID,
|
|
213
|
+
state.mint,
|
|
214
|
+
associateTokenPublicKey,
|
|
215
|
+
userPublicKey,
|
|
216
|
+
this.wallet.publicKey
|
|
217
|
+
);
|
|
218
|
+
const mintToIx = yield this.program.instruction.mintToUser(amount, {
|
|
219
|
+
accounts: {
|
|
220
|
+
mockUsdcFaucetState: yield this.getMockUSDCFaucetStatePublicKey(),
|
|
221
|
+
mintAccount: state.mint,
|
|
222
|
+
userTokenAccount: associateTokenPublicKey,
|
|
223
|
+
mintAuthority: state.mintAuthority,
|
|
224
|
+
tokenProgram: spl_token_1.TOKEN_PROGRAM_ID,
|
|
225
|
+
},
|
|
226
|
+
});
|
|
227
|
+
return [associateTokenPublicKey, createAssociatedAccountIx, mintToIx];
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
getAssosciatedMockUSDMintAddress(props) {
|
|
231
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
232
|
+
const state = yield this.fetchState();
|
|
233
|
+
return spl_token_1.Token.getAssociatedTokenAddress(
|
|
234
|
+
spl_token_1.ASSOCIATED_TOKEN_PROGRAM_ID,
|
|
235
|
+
spl_token_1.TOKEN_PROGRAM_ID,
|
|
236
|
+
state.mint,
|
|
237
|
+
props.userPubKey
|
|
238
|
+
);
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
getTokenAccountInfo(props) {
|
|
242
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
243
|
+
const assosciatedKey = yield this.getAssosciatedMockUSDMintAddress(props);
|
|
244
|
+
const state = yield this.fetchState();
|
|
245
|
+
const token = new spl_token_1.Token(
|
|
246
|
+
this.connection,
|
|
247
|
+
state.mint,
|
|
248
|
+
spl_token_1.TOKEN_PROGRAM_ID,
|
|
249
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
250
|
+
// @ts-ignore
|
|
251
|
+
this.provider.payer
|
|
252
|
+
);
|
|
253
|
+
return yield token.getAccountInfo(assosciatedKey);
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
subscribeToTokenAccount(props) {
|
|
257
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
258
|
+
try {
|
|
259
|
+
const tokenAccountKey = yield this.getAssosciatedMockUSDMintAddress(
|
|
260
|
+
props
|
|
261
|
+
);
|
|
262
|
+
props.callback(yield this.getTokenAccountInfo(props));
|
|
263
|
+
// Couldn't find a way to do it using anchor framework subscription, someone on serum discord recommended this way
|
|
264
|
+
this.connection.onAccountChange(
|
|
265
|
+
tokenAccountKey,
|
|
266
|
+
(
|
|
267
|
+
_accountInfo /* accountInfo is a buffer which we don't know how to deserialize */
|
|
268
|
+
) =>
|
|
269
|
+
__awaiter(this, void 0, void 0, function* () {
|
|
270
|
+
props.callback(yield this.getTokenAccountInfo(props));
|
|
271
|
+
})
|
|
272
|
+
);
|
|
273
|
+
return true;
|
|
274
|
+
} catch (e) {
|
|
275
|
+
return false;
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
}
|
|
170
279
|
}
|
|
171
280
|
exports.MockUSDCFaucet = MockUSDCFaucet;
|
package/src/orders.ts
CHANGED
|
@@ -1,163 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
isVariant,
|
|
3
|
-
MarketAccount,
|
|
4
|
-
Order,
|
|
5
|
-
PositionDirection,
|
|
6
|
-
UserAccount,
|
|
7
|
-
UserPosition,
|
|
8
|
-
} from './types';
|
|
1
|
+
import { isVariant, MarketAccount, Order, PositionDirection } from './types';
|
|
9
2
|
import { BN, standardizeBaseAssetAmount } from '.';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
AMM_TO_QUOTE_PRECISION_RATIO,
|
|
13
|
-
PEG_PRECISION,
|
|
14
|
-
ZERO,
|
|
15
|
-
} from './constants/numericConstants';
|
|
3
|
+
import { ZERO } from './constants/numericConstants';
|
|
16
4
|
import { calculateMaxBaseAssetAmountToTrade } from './math/amm';
|
|
17
|
-
import {
|
|
18
|
-
findDirectionToClose,
|
|
19
|
-
positionCurrentDirection,
|
|
20
|
-
} from './math/position';
|
|
21
5
|
import { OraclePriceData } from '.';
|
|
22
6
|
|
|
23
|
-
export function calculateNewStateAfterOrder(
|
|
24
|
-
userAccount: UserAccount,
|
|
25
|
-
userPosition: UserPosition,
|
|
26
|
-
market: MarketAccount,
|
|
27
|
-
order: Order
|
|
28
|
-
): [UserAccount, UserPosition, MarketAccount] | null {
|
|
29
|
-
if (isVariant(order.status, 'init')) {
|
|
30
|
-
return null;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
const baseAssetAmountToTrade = calculateBaseAssetAmountMarketCanExecute(
|
|
34
|
-
market,
|
|
35
|
-
order
|
|
36
|
-
);
|
|
37
|
-
if (baseAssetAmountToTrade.lt(market.amm.baseAssetAmountStepSize)) {
|
|
38
|
-
return null;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const userAccountAfter = Object.assign({}, userAccount);
|
|
42
|
-
const userPositionAfter = Object.assign({}, userPosition);
|
|
43
|
-
|
|
44
|
-
const currentPositionDirection = positionCurrentDirection(userPosition);
|
|
45
|
-
const increasePosition =
|
|
46
|
-
userPosition.baseAssetAmount.eq(ZERO) ||
|
|
47
|
-
isSameDirection(order.direction, currentPositionDirection);
|
|
48
|
-
|
|
49
|
-
if (increasePosition) {
|
|
50
|
-
const marketAfter = calculateNewMarketAfterTrade(
|
|
51
|
-
baseAssetAmountToTrade,
|
|
52
|
-
order.direction,
|
|
53
|
-
market
|
|
54
|
-
);
|
|
55
|
-
|
|
56
|
-
const { quoteAssetAmountSwapped, baseAssetAmountSwapped } =
|
|
57
|
-
calculateAmountSwapped(market, marketAfter);
|
|
58
|
-
|
|
59
|
-
userPositionAfter.baseAssetAmount = userPositionAfter.baseAssetAmount.add(
|
|
60
|
-
baseAssetAmountSwapped
|
|
61
|
-
);
|
|
62
|
-
userPositionAfter.quoteAssetAmount = userPositionAfter.quoteAssetAmount.add(
|
|
63
|
-
quoteAssetAmountSwapped
|
|
64
|
-
);
|
|
65
|
-
|
|
66
|
-
return [userAccountAfter, userPositionAfter, marketAfter];
|
|
67
|
-
} else {
|
|
68
|
-
const reversePosition = baseAssetAmountToTrade.gt(
|
|
69
|
-
userPosition.baseAssetAmount.abs()
|
|
70
|
-
);
|
|
71
|
-
|
|
72
|
-
if (reversePosition) {
|
|
73
|
-
const intermediateMarket = calculateNewMarketAfterTrade(
|
|
74
|
-
userPosition.baseAssetAmount,
|
|
75
|
-
findDirectionToClose(userPosition),
|
|
76
|
-
market
|
|
77
|
-
);
|
|
78
|
-
|
|
79
|
-
const { quoteAssetAmountSwapped: baseAssetValue } =
|
|
80
|
-
calculateAmountSwapped(market, intermediateMarket);
|
|
81
|
-
|
|
82
|
-
let pnl;
|
|
83
|
-
if (isVariant(currentPositionDirection, 'long')) {
|
|
84
|
-
pnl = baseAssetValue.sub(userPosition.quoteAssetAmount);
|
|
85
|
-
} else {
|
|
86
|
-
pnl = userPosition.quoteAssetAmount.sub(baseAssetValue);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
userAccountAfter.collateral = userAccountAfter.collateral.add(pnl);
|
|
90
|
-
|
|
91
|
-
const baseAssetAmountLeft = baseAssetAmountToTrade.sub(
|
|
92
|
-
userPosition.baseAssetAmount.abs()
|
|
93
|
-
);
|
|
94
|
-
|
|
95
|
-
const marketAfter = calculateNewMarketAfterTrade(
|
|
96
|
-
baseAssetAmountLeft,
|
|
97
|
-
order.direction,
|
|
98
|
-
intermediateMarket
|
|
99
|
-
);
|
|
100
|
-
|
|
101
|
-
const { quoteAssetAmountSwapped, baseAssetAmountSwapped } =
|
|
102
|
-
calculateAmountSwapped(intermediateMarket, marketAfter);
|
|
103
|
-
|
|
104
|
-
userPositionAfter.quoteAssetAmount = quoteAssetAmountSwapped;
|
|
105
|
-
userPositionAfter.baseAssetAmount = baseAssetAmountSwapped;
|
|
106
|
-
|
|
107
|
-
return [userAccountAfter, userPositionAfter, marketAfter];
|
|
108
|
-
} else {
|
|
109
|
-
const marketAfter = calculateNewMarketAfterTrade(
|
|
110
|
-
baseAssetAmountToTrade,
|
|
111
|
-
order.direction,
|
|
112
|
-
market
|
|
113
|
-
);
|
|
114
|
-
|
|
115
|
-
const {
|
|
116
|
-
quoteAssetAmountSwapped: baseAssetValue,
|
|
117
|
-
baseAssetAmountSwapped,
|
|
118
|
-
} = calculateAmountSwapped(market, marketAfter);
|
|
119
|
-
|
|
120
|
-
const costBasisRealized = userPosition.quoteAssetAmount
|
|
121
|
-
.mul(baseAssetAmountSwapped.abs())
|
|
122
|
-
.div(userPosition.baseAssetAmount.abs());
|
|
123
|
-
|
|
124
|
-
let pnl;
|
|
125
|
-
if (isVariant(currentPositionDirection, 'long')) {
|
|
126
|
-
pnl = baseAssetValue.sub(costBasisRealized);
|
|
127
|
-
} else {
|
|
128
|
-
pnl = costBasisRealized.sub(baseAssetValue);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
userAccountAfter.collateral = userAccountAfter.collateral.add(pnl);
|
|
132
|
-
|
|
133
|
-
userPositionAfter.baseAssetAmount = userPositionAfter.baseAssetAmount.add(
|
|
134
|
-
baseAssetAmountSwapped
|
|
135
|
-
);
|
|
136
|
-
userPositionAfter.quoteAssetAmount =
|
|
137
|
-
userPositionAfter.quoteAssetAmount.sub(costBasisRealized);
|
|
138
|
-
|
|
139
|
-
return [userAccountAfter, userPositionAfter, marketAfter];
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
function calculateAmountSwapped(
|
|
145
|
-
marketBefore: MarketAccount,
|
|
146
|
-
marketAfter: MarketAccount
|
|
147
|
-
): { quoteAssetAmountSwapped: BN; baseAssetAmountSwapped: BN } {
|
|
148
|
-
return {
|
|
149
|
-
quoteAssetAmountSwapped: marketBefore.amm.quoteAssetReserve
|
|
150
|
-
.sub(marketAfter.amm.quoteAssetReserve)
|
|
151
|
-
.abs()
|
|
152
|
-
.mul(marketBefore.amm.pegMultiplier)
|
|
153
|
-
.div(PEG_PRECISION)
|
|
154
|
-
.div(AMM_TO_QUOTE_PRECISION_RATIO),
|
|
155
|
-
baseAssetAmountSwapped: marketBefore.amm.baseAssetReserve.sub(
|
|
156
|
-
marketAfter.amm.baseAssetReserve
|
|
157
|
-
),
|
|
158
|
-
};
|
|
159
|
-
}
|
|
160
|
-
|
|
161
7
|
export function calculateBaseAssetAmountMarketCanExecute(
|
|
162
8
|
market: MarketAccount,
|
|
163
9
|
order: Order,
|
|
@@ -192,7 +38,8 @@ export function calculateAmountToTradeForLimit(
|
|
|
192
38
|
const [maxAmountToTrade, direction] = calculateMaxBaseAssetAmountToTrade(
|
|
193
39
|
market.amm,
|
|
194
40
|
limitPrice,
|
|
195
|
-
order.direction
|
|
41
|
+
order.direction,
|
|
42
|
+
oraclePriceData
|
|
196
43
|
);
|
|
197
44
|
|
|
198
45
|
const baseAssetAmount = standardizeBaseAssetAmount(
|