@lifi/sdk 4.0.0-alpha.1 → 4.0.0-alpha.2
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/LICENSE +201 -165
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +16 -1
- package/src/version.ts +1 -1
- package/CHANGELOG.md +0 -1272
- package/package.json.tmp +0 -103
- package/src/actions/actions.unit.handlers.ts +0 -78
- package/src/actions/getChains.unit.spec.ts +0 -19
- package/src/actions/getConnections.unit.spec.ts +0 -45
- package/src/actions/getContractCallsQuote.unit.spec.ts +0 -323
- package/src/actions/getGasRecommendation.unit.spec.ts +0 -40
- package/src/actions/getNameServiceAddress.unit.spec.ts +0 -169
- package/src/actions/getQuote.int.spec.ts +0 -18
- package/src/actions/getQuote.unit.spec.ts +0 -154
- package/src/actions/getRelayedTransactionStatus.unit.spec.ts +0 -243
- package/src/actions/getRelayerQuote.unit.spec.ts +0 -220
- package/src/actions/getRoutes.unit.spec.ts +0 -112
- package/src/actions/getStatus.unit.spec.ts +0 -53
- package/src/actions/getStepTransaction.unit.spec.ts +0 -140
- package/src/actions/getToken.unit.spec.ts +0 -45
- package/src/actions/getTokenBalance.unit.spec.ts +0 -61
- package/src/actions/getTokenBalances.unit.spec.ts +0 -68
- package/src/actions/getTokenBalancesByChain.unit.spec.ts +0 -108
- package/src/actions/getTokens.unit.spec.ts +0 -16
- package/src/actions/getTools.unit.spec.ts +0 -20
- package/src/actions/getTransactionHistory.unit.spec.ts +0 -36
- package/src/actions/getWalletBalances.unit.spec.ts +0 -90
- package/src/actions/relayTransaction.unit.spec.ts +0 -229
- package/src/client/createClient.unit.spec.ts +0 -274
- package/src/client/getClientStorage.unit.spec.ts +0 -382
- package/src/core/StatusManager.unit.spec.ts +0 -298
- package/src/core/execution.unit.handlers.ts +0 -32
- package/src/core/execution.unit.mock.ts +0 -252
- package/src/core/execution.unit.spec.ts +0 -86
- package/src/core/stepComparison.unit.spec.ts +0 -89
- package/src/errors/SDKError.unit.spec.ts +0 -160
- package/src/errors/baseError.unit.spec.ts +0 -22
- package/src/errors/httpError.unit.spec.ts +0 -125
- package/src/errors/utils/baseErrorRootCause.unit.spec.ts +0 -89
- package/src/errors/utils/rootCause.unit.spec.ts +0 -36
- package/src/utils/checkPackageUpdates.unit.spec.ts +0 -71
- package/src/utils/convertQuoteToRoute.unit.spec.ts +0 -56
- package/src/utils/fetchTxErrorDetails.unit.spec.ts +0 -42
- package/src/utils/getTransactionMessage.unit.spec.ts +0 -38
- package/src/utils/isRoutesRequest.unit.spec.ts +0 -46
- package/src/utils/isStep.unit.spec.ts +0 -55
- package/src/utils/isToken.unit.spec.ts +0 -49
- package/src/utils/request.unit.spec.ts +0 -159
- package/src/utils/sleep.unit.spec.ts +0 -17
- package/src/utils/waitForResult.unit.spec.ts +0 -75
- package/src/utils/withDedupe.unit.spec.ts +0 -26
- package/tsconfig.json +0 -18
package/CHANGELOG.md
DELETED
|
@@ -1,1272 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [3.13.3](https://github.com/lifinance/sdk/compare/v3.13.2...v3.13.3) (2025-11-13)
|
|
6
|
-
|
|
7
|
-
### [3.13.2](https://github.com/lifinance/sdk/compare/v3.13.1...v3.13.2) (2025-10-31)
|
|
8
|
-
|
|
9
|
-
### [3.13.1](https://github.com/lifinance/sdk/compare/v3.13.0...v3.13.1) (2025-10-31)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
* disable EIP-2612 permits for tokens with non-ASCII names ([#324](https://github.com/lifinance/sdk/issues/324)) ([ad00ad4](https://github.com/lifinance/sdk/commit/ad00ad4fd1e61f3d2ca12671a4de8b14330524a8))
|
|
15
|
-
|
|
16
|
-
## [3.13.0](https://github.com/lifinance/sdk/compare/v3.13.0-beta.4...v3.13.0) (2025-10-30)
|
|
17
|
-
|
|
18
|
-
### [3.12.14](https://github.com/lifinance/sdk/compare/v3.12.13...v3.12.14) (2025-10-08)
|
|
19
|
-
|
|
20
|
-
### [3.12.13](https://github.com/lifinance/sdk/compare/v3.12.12...v3.12.13) (2025-10-06)
|
|
21
|
-
|
|
22
|
-
### [3.12.12](https://github.com/lifinance/sdk/compare/v3.12.11...v3.12.12) (2025-10-01)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* improve typed data handling when requesting step ([#313](https://github.com/lifinance/sdk/issues/313)) ([dd0cc35](https://github.com/lifinance/sdk/commit/dd0cc3598d6a9bf4e39a44738a1023dbda8a4c9d))
|
|
28
|
-
|
|
29
|
-
### [3.12.11](https://github.com/lifinance/sdk/compare/v3.12.10...v3.12.11) (2025-09-26)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* explorer links updates ([#312](https://github.com/lifinance/sdk/issues/312)) ([1b26f22](https://github.com/lifinance/sdk/commit/1b26f22d5b12a4cb34bc868fee86f721f99aaf21))
|
|
35
|
-
* **utxo:** add support for nested segwit addresses ([#311](https://github.com/lifinance/sdk/issues/311)) ([2e142bf](https://github.com/lifinance/sdk/commit/2e142bf5d510f9e9a64516ed0ce544d03a9af4d5))
|
|
36
|
-
|
|
37
|
-
### [3.12.10](https://github.com/lifinance/sdk/compare/v3.12.9...v3.12.10) (2025-09-25)
|
|
38
|
-
|
|
39
|
-
### [3.12.9](https://github.com/lifinance/sdk/compare/v3.12.8...v3.12.9) (2025-09-22)
|
|
40
|
-
|
|
41
|
-
### [3.12.8](https://github.com/lifinance/sdk/compare/v3.12.7...v3.12.8) (2025-09-16)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Bug Fixes
|
|
45
|
-
|
|
46
|
-
* handle empty gas cost in convertQuoteToRoute function ([1617f2a](https://github.com/lifinance/sdk/commit/1617f2a7481f4a864d28b2c35ce8f6fee88192a9))
|
|
47
|
-
|
|
48
|
-
### [3.12.7](https://github.com/lifinance/sdk/compare/v3.12.6...v3.12.7) (2025-09-16)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
* improve salt based permits handling ([#310](https://github.com/lifinance/sdk/issues/310)) ([27cd1e1](https://github.com/lifinance/sdk/commit/27cd1e19a45202d9518ed1d9cdb4a5def1478948))
|
|
54
|
-
|
|
55
|
-
### [3.12.6](https://github.com/lifinance/sdk/compare/v3.12.5...v3.12.6) (2025-09-15)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* add InsufficientGas error ([f7947c0](https://github.com/lifinance/sdk/commit/f7947c09ce925933f74d0fbe4d24160af95911de))
|
|
61
|
-
|
|
62
|
-
### [3.12.5](https://github.com/lifinance/sdk/compare/v3.12.4...v3.12.5) (2025-09-12)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
67
|
-
* improve smart account sigs ([#309](https://github.com/lifinance/sdk/issues/309)) ([4bd1f37](https://github.com/lifinance/sdk/commit/4bd1f3725a68d10317002f25d0517a80ef9187e3))
|
|
68
|
-
|
|
69
|
-
### [3.12.4](https://github.com/lifinance/sdk/compare/v3.12.3...v3.12.4) (2025-09-09)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* filter signed typed data ([#308](https://github.com/lifinance/sdk/issues/308)) ([7eb9f69](https://github.com/lifinance/sdk/commit/7eb9f69bbc9a909f373d6b34e68881fa123db613))
|
|
75
|
-
|
|
76
|
-
### [3.12.3](https://github.com/lifinance/sdk/compare/v3.12.2...v3.12.3) (2025-09-09)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* domain chainId should be number ([#307](https://github.com/lifinance/sdk/issues/307)) ([5b64d26](https://github.com/lifinance/sdk/commit/5b64d26bb65a0a697867db35f3cfdc725174a9c8))
|
|
82
|
-
|
|
83
|
-
### [3.12.2](https://github.com/lifinance/sdk/compare/v3.12.1...v3.12.2) (2025-09-08)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Bug Fixes
|
|
87
|
-
|
|
88
|
-
* improve relayer message-based flow ([#304](https://github.com/lifinance/sdk/issues/304)) ([9b56399](https://github.com/lifinance/sdk/commit/9b56399796f34d73804cadb4892f82dcc0203777))
|
|
89
|
-
|
|
90
|
-
### [3.12.1](https://github.com/lifinance/sdk/compare/v3.12.0...v3.12.1) (2025-09-03)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
* improve gasless step validation ([#305](https://github.com/lifinance/sdk/issues/305)) ([b9d4b47](https://github.com/lifinance/sdk/commit/b9d4b47245476166f865622986bfba511192b905))
|
|
96
|
-
|
|
97
|
-
## [3.12.0](https://github.com/lifinance/sdk/compare/v3.11.4...v3.12.0) (2025-09-02)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Features
|
|
101
|
-
|
|
102
|
-
* **api:** support quotes to amount ([#265](https://github.com/lifinance/sdk/issues/265)) ([db6871f](https://github.com/lifinance/sdk/commit/db6871f110805760e0fc8989460b412b6aece690))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Bug Fixes
|
|
106
|
-
|
|
107
|
-
* handle UnknownBundleIdError error ([#302](https://github.com/lifinance/sdk/issues/302)) ([642a1af](https://github.com/lifinance/sdk/commit/642a1af2d9d3a390c63cabcd9700402baf8eac10))
|
|
108
|
-
* update process with transaction receipt links when it exists ([#303](https://github.com/lifinance/sdk/issues/303)) ([f6d23bf](https://github.com/lifinance/sdk/commit/f6d23bf9ebce6668c3ac308b7ff29fa5d8b69828))
|
|
109
|
-
|
|
110
|
-
### [3.11.4](https://github.com/lifinance/sdk/compare/v3.11.3...v3.11.4) (2025-08-29)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
114
|
-
|
|
115
|
-
* add setAllowance export from setAllowance.js ([#301](https://github.com/lifinance/sdk/issues/301)) ([cf38abc](https://github.com/lifinance/sdk/commit/cf38abccf6becbfe7df871609f75c4e172d05532))
|
|
116
|
-
|
|
117
|
-
### [3.11.3](https://github.com/lifinance/sdk/compare/v3.11.2...v3.11.3) (2025-08-28)
|
|
118
|
-
|
|
119
|
-
### [3.11.2](https://github.com/lifinance/sdk/compare/v3.11.1...v3.11.2) (2025-08-28)
|
|
120
|
-
|
|
121
|
-
### [3.11.1](https://github.com/lifinance/sdk/compare/v3.11.0...v3.11.1) (2025-08-28)
|
|
122
|
-
|
|
123
|
-
## [3.11.0](https://github.com/lifinance/sdk/compare/v3.10.1...v3.11.0) (2025-08-27)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Features
|
|
127
|
-
|
|
128
|
-
* improve message-based execution flow ([#300](https://github.com/lifinance/sdk/issues/300)) ([6605adc](https://github.com/lifinance/sdk/commit/6605adc0b415ce3d53bdb3712e5e06f40b760680))
|
|
129
|
-
* update getTokens() and getTokenBalances() responses ([#298](https://github.com/lifinance/sdk/issues/298)) ([801bc6c](https://github.com/lifinance/sdk/commit/801bc6ccea73a0ede37ffa1848d72e21323c7325))
|
|
130
|
-
|
|
131
|
-
### [3.10.1](https://github.com/lifinance/sdk/compare/v3.10.0...v3.10.1) (2025-08-20)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Bug Fixes
|
|
135
|
-
|
|
136
|
-
* add missing export of getWalletBalances ([#297](https://github.com/lifinance/sdk/issues/297)) ([d27d891](https://github.com/lifinance/sdk/commit/d27d891681b100c8de966acc5cca4423597e685b))
|
|
137
|
-
|
|
138
|
-
## [3.10.0](https://github.com/lifinance/sdk/compare/v3.9.3...v3.10.0) (2025-08-19)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Features
|
|
142
|
-
|
|
143
|
-
* add getWalletBalances() ([#288](https://github.com/lifinance/sdk/issues/288)) ([1ec6446](https://github.com/lifinance/sdk/commit/1ec6446befa9a9b3f241ba3d535770f8c8c00cc3))
|
|
144
|
-
|
|
145
|
-
### [3.9.3](https://github.com/lifinance/sdk/compare/v3.9.2...v3.9.3) (2025-08-18)
|
|
146
|
-
|
|
147
|
-
### [3.9.2](https://github.com/lifinance/sdk/compare/v3.9.1...v3.9.2) (2025-08-13)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Bug Fixes
|
|
151
|
-
|
|
152
|
-
* update batching conditions to include relayer transactions ([a458d29](https://github.com/lifinance/sdk/commit/a458d29d25959a73c5a4959d23ce5c5f9e6ecc79))
|
|
153
|
-
|
|
154
|
-
### [3.9.1](https://github.com/lifinance/sdk/compare/v3.9.0...v3.9.1) (2025-08-11)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Bug Fixes
|
|
158
|
-
|
|
159
|
-
* adjust tx links handling ([#294](https://github.com/lifinance/sdk/issues/294)) ([e4defe1](https://github.com/lifinance/sdk/commit/e4defe152a8a55aab884b010c8d4a0a5b88e590e))
|
|
160
|
-
|
|
161
|
-
## [3.9.0](https://github.com/lifinance/sdk/compare/v3.9.0-beta.0...v3.9.0) (2025-08-08)
|
|
162
|
-
|
|
163
|
-
### [3.8.11](https://github.com/lifinance/sdk/compare/v3.8.10...v3.8.11) (2025-08-05)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
* improve transaction link handling ([#293](https://github.com/lifinance/sdk/issues/293)) ([c514381](https://github.com/lifinance/sdk/commit/c514381276dcceeee990bf48ec0777ef2a989eef))
|
|
169
|
-
|
|
170
|
-
### [3.8.10](https://github.com/lifinance/sdk/compare/v3.8.9...v3.8.10) (2025-08-04)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
* always pass from address to status ([#291](https://github.com/lifinance/sdk/issues/291)) ([af70d9c](https://github.com/lifinance/sdk/commit/af70d9c9c3b6efd9ac2d5c026203525d8a0c834e))
|
|
176
|
-
|
|
177
|
-
### [3.8.9](https://github.com/lifinance/sdk/compare/v3.8.8...v3.8.9) (2025-08-01)
|
|
178
|
-
|
|
179
|
-
### [3.8.8](https://github.com/lifinance/sdk/compare/v3.8.7...v3.8.8) (2025-07-31)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Bug Fixes
|
|
183
|
-
|
|
184
|
-
* add provider validation when fetching balances ([#289](https://github.com/lifinance/sdk/issues/289)) ([53019d4](https://github.com/lifinance/sdk/commit/53019d4910865901dd9b78d5fe6ecce04ae6a834))
|
|
185
|
-
* improve tx link handling ([#290](https://github.com/lifinance/sdk/issues/290)) ([860d7f0](https://github.com/lifinance/sdk/commit/860d7f00ad32bf89ccf4dadc9f2a52fdb27eadf2))
|
|
186
|
-
|
|
187
|
-
### [3.8.7](https://github.com/lifinance/sdk/compare/v3.8.6...v3.8.7) (2025-07-24)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### Bug Fixes
|
|
191
|
-
|
|
192
|
-
* update token types ([75d7688](https://github.com/lifinance/sdk/commit/75d76882ad56ace173c63b8a5c66847ba49ebc1d))
|
|
193
|
-
|
|
194
|
-
### [3.8.6](https://github.com/lifinance/sdk/compare/v3.8.5...v3.8.6) (2025-07-24)
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
* add missing imports ([8dbe455](https://github.com/lifinance/sdk/commit/8dbe455ada621ad823689b40d9de628be3ab3087))
|
|
200
|
-
|
|
201
|
-
### [3.8.5](https://github.com/lifinance/sdk/compare/v3.8.4...v3.8.5) (2025-07-23)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Bug Fixes
|
|
205
|
-
|
|
206
|
-
* refine error handling for relayed transaction receipt checks ([8e50744](https://github.com/lifinance/sdk/commit/8e50744a1b106862db7ac682ea36cf07e54b086f))
|
|
207
|
-
|
|
208
|
-
### [3.8.4](https://github.com/lifinance/sdk/compare/v3.8.3...v3.8.4) (2025-07-23)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Bug Fixes
|
|
212
|
-
|
|
213
|
-
* optimize relayer and gasless step checks ([231a008](https://github.com/lifinance/sdk/commit/231a0086dc918d28fcf7d5b1f7f5fe903d9fafb3))
|
|
214
|
-
|
|
215
|
-
### [3.8.3](https://github.com/lifinance/sdk/compare/v3.8.2...v3.8.3) (2025-07-21)
|
|
216
|
-
|
|
217
|
-
### [3.8.2](https://github.com/lifinance/sdk/compare/v3.8.1...v3.8.2) (2025-07-21)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
* remove custom hash validation ([b7f130b](https://github.com/lifinance/sdk/commit/b7f130b2b7495d7c7ba456743a91a2220f1b5a89))
|
|
223
|
-
|
|
224
|
-
### [3.8.1](https://github.com/lifinance/sdk/compare/v3.8.0...v3.8.1) (2025-07-17)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* improve status handling for relayed transaction ([#284](https://github.com/lifinance/sdk/issues/284)) ([4ebfcf3](https://github.com/lifinance/sdk/commit/4ebfcf379708588df96eace55c90bf474db789d6))
|
|
230
|
-
* validate txHash format before generating transaction link ([#283](https://github.com/lifinance/sdk/issues/283)) ([829e2d2](https://github.com/lifinance/sdk/commit/829e2d2c7c18403e9dd8cc6634823d50b93027c1))
|
|
231
|
-
|
|
232
|
-
## [3.8.0](https://github.com/lifinance/sdk/compare/v3.8.0-beta.1...v3.8.0) (2025-07-15)
|
|
233
|
-
|
|
234
|
-
### [3.7.11](https://github.com/lifinance/sdk/compare/v3.7.10...v3.7.11) (2025-07-04)
|
|
235
|
-
|
|
236
|
-
### [3.7.10](https://github.com/lifinance/sdk/compare/v3.7.10-beta.1...v3.7.10) (2025-07-01)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* adjust approval flow to allow native ERC20 tokens ([#278](https://github.com/lifinance/sdk/issues/278)) ([e15bddb](https://github.com/lifinance/sdk/commit/e15bddb6ef98105e266b6dde047fa6acf239434b))
|
|
242
|
-
* **utxo:** add check for when inputs are already final ([#277](https://github.com/lifinance/sdk/issues/277)) ([2cb2584](https://github.com/lifinance/sdk/commit/2cb258458bea635c45358709aff15b27a6366ba7))
|
|
243
|
-
|
|
244
|
-
### [3.7.9](https://github.com/lifinance/sdk/compare/v3.7.7...v3.7.9) (2025-06-06)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
* increase timeout for batch transactions ([#266](https://github.com/lifinance/sdk/issues/266)) ([5fa974d](https://github.com/lifinance/sdk/commit/5fa974d64a7118550ff3ff1d41d9a2e8990a3691))
|
|
250
|
-
|
|
251
|
-
### [3.7.8](https://github.com/lifinance/sdk/compare/v3.7.7...v3.7.8) (2025-06-06)
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* increase timeout ([ae19b37](https://github.com/lifinance/sdk/commit/ae19b37123b6c51eadd8dac16bd60f512f6c8405))
|
|
257
|
-
|
|
258
|
-
### [3.7.7](https://github.com/lifinance/sdk/compare/v3.7.6...v3.7.7) (2025-05-30)
|
|
259
|
-
|
|
260
|
-
### [3.7.6](https://github.com/lifinance/sdk/compare/v3.7.5...v3.7.6) (2025-05-30)
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
### Bug Fixes
|
|
264
|
-
|
|
265
|
-
* add support for token 2022 programs ([#264](https://github.com/lifinance/sdk/issues/264)) ([584439f](https://github.com/lifinance/sdk/commit/584439fe6c924e11148ce32dbf0de42a86cdfa33))
|
|
266
|
-
|
|
267
|
-
### [3.7.5](https://github.com/lifinance/sdk/compare/v3.7.4...v3.7.5) (2025-05-29)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* error handling should include nested error causes ([e54fc73](https://github.com/lifinance/sdk/commit/e54fc73b08f54e43e9162a83fddca265a801aadb))
|
|
273
|
-
|
|
274
|
-
### [3.7.4](https://github.com/lifinance/sdk/compare/v3.7.3...v3.7.4) (2025-05-29)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
### Bug Fixes
|
|
278
|
-
|
|
279
|
-
* error class names can't be minified correctly ([65662d3](https://github.com/lifinance/sdk/commit/65662d3de0e0cb319631a9eae9615f18f0495ddd))
|
|
280
|
-
|
|
281
|
-
### [3.7.3](https://github.com/lifinance/sdk/compare/v3.7.2...v3.7.3) (2025-05-28)
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
### Bug Fixes
|
|
285
|
-
|
|
286
|
-
* add public client fallback for wallet client failures on EVM RPC calls ([#261](https://github.com/lifinance/sdk/issues/261)) ([df917b2](https://github.com/lifinance/sdk/commit/df917b2b4b0e307a27ae74ebc7c921104fbb13e1))
|
|
287
|
-
* improve 7702 upgrade rejection error handling ([#263](https://github.com/lifinance/sdk/issues/263)) ([3adf253](https://github.com/lifinance/sdk/commit/3adf2530bd93c4ff648efb6de7a3d71e1e20820c))
|
|
288
|
-
|
|
289
|
-
### [3.7.2](https://github.com/lifinance/sdk/compare/v3.7.1...v3.7.2) (2025-05-21)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Bug Fixes
|
|
293
|
-
|
|
294
|
-
* ensure safe access to error cause when handling wallet upgrade rejections ([#260](https://github.com/lifinance/sdk/issues/260)) ([426bd15](https://github.com/lifinance/sdk/commit/426bd1589676b3d388813171932e8de368d4668c))
|
|
295
|
-
|
|
296
|
-
### [3.7.1](https://github.com/lifinance/sdk/compare/v3.7.0...v3.7.1) (2025-05-20)
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
### Bug Fixes
|
|
300
|
-
|
|
301
|
-
* handle wallet 7702 upgrade rejections more gracefully ([#259](https://github.com/lifinance/sdk/issues/259)) ([f1df53a](https://github.com/lifinance/sdk/commit/f1df53a8e42ec581a416b3d111214702817dc200))
|
|
302
|
-
|
|
303
|
-
## [3.7.0](https://github.com/lifinance/sdk/compare/v3.6.16...v3.7.0) (2025-05-15)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### Features
|
|
307
|
-
|
|
308
|
-
* add Sui support ([#257](https://github.com/lifinance/sdk/issues/257)) ([882a0a5](https://github.com/lifinance/sdk/commit/882a0a5b89cc6755b874ee7620cb5bf91ecdcea7))
|
|
309
|
-
* remove Bigmi viem dependencies ([#252](https://github.com/lifinance/sdk/issues/252)) ([998d595](https://github.com/lifinance/sdk/commit/998d59571cc350d9bf58ef1ea9b939f4854df3ac))
|
|
310
|
-
|
|
311
|
-
### [3.6.16](https://github.com/lifinance/sdk/compare/v3.6.15...v3.6.16) (2025-05-14)
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
### Bug Fixes
|
|
315
|
-
|
|
316
|
-
* refine allowance checks for direct transfers ([dbcd640](https://github.com/lifinance/sdk/commit/dbcd640bb5b195c7b582c1b6921378cb470f2918))
|
|
317
|
-
|
|
318
|
-
### [3.6.15](https://github.com/lifinance/sdk/compare/v3.6.14...v3.6.15) (2025-05-14)
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### Bug Fixes
|
|
322
|
-
|
|
323
|
-
* skip allowance check for direct transfers ([#258](https://github.com/lifinance/sdk/issues/258)) ([2ecf469](https://github.com/lifinance/sdk/commit/2ecf469dad360a66cc962c9948821bd1da13c687))
|
|
324
|
-
|
|
325
|
-
### [3.6.14](https://github.com/lifinance/sdk/compare/v3.6.13...v3.6.14) (2025-05-12)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Bug Fixes
|
|
329
|
-
|
|
330
|
-
* add timeout for getCapabilities call ([#256](https://github.com/lifinance/sdk/issues/256)) ([ee07c25](https://github.com/lifinance/sdk/commit/ee07c254a2bf9e640d66f07990d876450707b306))
|
|
331
|
-
|
|
332
|
-
### [3.6.13](https://github.com/lifinance/sdk/compare/v3.6.12...v3.6.13) (2025-05-06)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
### Bug Fixes
|
|
336
|
-
|
|
337
|
-
* add new error codes ([#250](https://github.com/lifinance/sdk/issues/250)) ([907bba7](https://github.com/lifinance/sdk/commit/907bba76f45e410c44de2d76ac6f92c5cef00de5))
|
|
338
|
-
|
|
339
|
-
### [3.6.12](https://github.com/lifinance/sdk/compare/v3.6.11...v3.6.12) (2025-05-05)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
### Bug Fixes
|
|
343
|
-
|
|
344
|
-
* disable message signing for custom steps ([#253](https://github.com/lifinance/sdk/issues/253)) ([6a90712](https://github.com/lifinance/sdk/commit/6a90712b6b7289fd8eac71cd62b101fdf4386d2c))
|
|
345
|
-
|
|
346
|
-
### [3.6.11](https://github.com/lifinance/sdk/compare/v3.6.10...v3.6.11) (2025-04-29)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Bug Fixes
|
|
350
|
-
|
|
351
|
-
* let the wallet estimate the gas in case of failure ([123860e](https://github.com/lifinance/sdk/commit/123860ebc44b5b35a2c8b65b3f4939d758252486))
|
|
352
|
-
|
|
353
|
-
### [3.6.10](https://github.com/lifinance/sdk/compare/v3.6.9...v3.6.10) (2025-04-29)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
* take old gas estimate if we failed to provide a new one ([#251](https://github.com/lifinance/sdk/issues/251)) ([d4c17c1](https://github.com/lifinance/sdk/commit/d4c17c1d58177494e8d606f07220b6459e0fa930))
|
|
359
|
-
|
|
360
|
-
### [3.6.9](https://github.com/lifinance/sdk/compare/v3.6.8...v3.6.9) (2025-04-28)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* **viem:** make EIP-5792 stable ([310a4cc](https://github.com/lifinance/sdk/commit/310a4cc2b613044f68df9d89f478b5fc5644b006))
|
|
366
|
-
|
|
367
|
-
### [3.6.8](https://github.com/lifinance/sdk/compare/v3.6.7...v3.6.8) (2025-04-15)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Bug Fixes
|
|
371
|
-
|
|
372
|
-
* add more timestamps for processes ([#248](https://github.com/lifinance/sdk/issues/248)) ([90a7715](https://github.com/lifinance/sdk/commit/90a77159e55556c08b7cb9ba3c04cc0465522383))
|
|
373
|
-
* bump EIP-5792 specs ([#249](https://github.com/lifinance/sdk/issues/249)) ([3742296](https://github.com/lifinance/sdk/commit/3742296f35d72996dc497a4f51d3242fe77cdc60))
|
|
374
|
-
|
|
375
|
-
### [3.6.7](https://github.com/lifinance/sdk/compare/v3.6.6...v3.6.7) (2025-04-07)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
### Bug Fixes
|
|
379
|
-
|
|
380
|
-
* improve error handling for transaction rejection in Safe ([#246](https://github.com/lifinance/sdk/issues/246)) ([e22f7ab](https://github.com/lifinance/sdk/commit/e22f7ab5e7015bc881504f7c1388ce20290e440d))
|
|
381
|
-
* sync to latest EIP-5792 spec ([#247](https://github.com/lifinance/sdk/issues/247)) ([fa5578f](https://github.com/lifinance/sdk/commit/fa5578f66e9256b831cacd75393fb20e8d875191))
|
|
382
|
-
|
|
383
|
-
### [3.6.6](https://github.com/lifinance/sdk/compare/v3.6.5...v3.6.6) (2025-04-04)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Bug Fixes
|
|
387
|
-
|
|
388
|
-
* add flag to disable message signing ([#245](https://github.com/lifinance/sdk/issues/245)) ([c379b84](https://github.com/lifinance/sdk/commit/c379b845f9fdab7e7295c779b2425dbe67f5708a))
|
|
389
|
-
|
|
390
|
-
### [3.6.5](https://github.com/lifinance/sdk/compare/v3.6.4...v3.6.5) (2025-04-01)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
### Bug Fixes
|
|
394
|
-
|
|
395
|
-
* improve replaced transactions handling ([#244](https://github.com/lifinance/sdk/issues/244)) ([d5e7829](https://github.com/lifinance/sdk/commit/d5e78299f7041370bd0f27d74ac8304c93ec75e7))
|
|
396
|
-
|
|
397
|
-
### [3.6.4](https://github.com/lifinance/sdk/compare/v3.6.3...v3.6.4) (2025-04-01)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Bug Fixes
|
|
401
|
-
|
|
402
|
-
* update sendCalls to support EIP-5792 with backward compatibility ([#243](https://github.com/lifinance/sdk/issues/243)) ([95f6575](https://github.com/lifinance/sdk/commit/95f6575c13036d8c4187c3fabd5a195689670be3))
|
|
403
|
-
|
|
404
|
-
### [3.6.3](https://github.com/lifinance/sdk/compare/v3.6.2...v3.6.3) (2025-04-01)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### Bug Fixes
|
|
408
|
-
|
|
409
|
-
* allow order permit type ([6c6efd4](https://github.com/lifinance/sdk/commit/6c6efd4412357cc6e21f87c18385e4398152c13a))
|
|
410
|
-
* make permit message serializable ([23ed44d](https://github.com/lifinance/sdk/commit/23ed44d110e33e0578c7a6873b6fe6e595e24052))
|
|
411
|
-
|
|
412
|
-
### [3.6.2](https://github.com/lifinance/sdk/compare/v3.6.1...v3.6.2) (2025-03-13)
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Bug Fixes
|
|
416
|
-
|
|
417
|
-
* update permit handling with standardized EIP-712 typed data ([#238](https://github.com/lifinance/sdk/issues/238)) ([57bbd8e](https://github.com/lifinance/sdk/commit/57bbd8e9bcdbd620ae509867beac9f2dff764a2e))
|
|
418
|
-
|
|
419
|
-
### [3.6.1](https://github.com/lifinance/sdk/compare/v3.6.0...v3.6.1) (2025-03-11)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
* **execution:** add started and done timestamps ([#237](https://github.com/lifinance/sdk/issues/237)) ([4b28dc7](https://github.com/lifinance/sdk/commit/4b28dc7fb939cc12b5c9f67a5e6e63c15ade9429))
|
|
425
|
-
|
|
426
|
-
## [3.6.0](https://github.com/lifinance/sdk/compare/v3.5.4...v3.6.0) (2025-03-10)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
### Features
|
|
430
|
-
|
|
431
|
-
* add Permit (ERC-2612), Permit2 and Wallet Call API (EIP-5792) support ([#224](https://github.com/lifinance/sdk/issues/224)) ([3278265](https://github.com/lifinance/sdk/commit/32782656dbc92bb0891e96fad3e426ed2294cac9))
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
* improve bitcoin public client handling ([#235](https://github.com/lifinance/sdk/issues/235)) ([06a2d80](https://github.com/lifinance/sdk/commit/06a2d804cce77de171bd4da08dda793516e4ef51))
|
|
437
|
-
* **status-manager:** set startedAt for started processes ([#236](https://github.com/lifinance/sdk/issues/236)) ([edac285](https://github.com/lifinance/sdk/commit/edac285a22692092fc35c3778cc2243e19fbf186))
|
|
438
|
-
|
|
439
|
-
### [3.5.4](https://github.com/lifinance/sdk/compare/v3.5.3...v3.5.4) (2025-02-16)
|
|
440
|
-
|
|
441
|
-
### [3.5.3](https://github.com/lifinance/sdk/compare/v3.5.2...v3.5.3) (2025-02-04)
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
### Bug Fixes
|
|
445
|
-
|
|
446
|
-
* fixed evm address compare check ([#234](https://github.com/lifinance/sdk/issues/234)) ([6cccf2d](https://github.com/lifinance/sdk/commit/6cccf2d3b60c66e426f0469336a6c461a3c5e69e))
|
|
447
|
-
|
|
448
|
-
### [3.5.2](https://github.com/lifinance/sdk/compare/v3.5.1...v3.5.2) (2025-01-14)
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### Bug Fixes
|
|
452
|
-
|
|
453
|
-
* preserve transaction hash when creating new process ([#232](https://github.com/lifinance/sdk/issues/232)) ([7e8c829](https://github.com/lifinance/sdk/commit/7e8c829af53ba9e9333333df54b3a67e44702c4c))
|
|
454
|
-
|
|
455
|
-
### [3.5.1](https://github.com/lifinance/sdk/compare/v3.5.0...v3.5.1) (2025-01-09)
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
### Bug Fixes
|
|
459
|
-
|
|
460
|
-
* add bugs field to published package.json ([67c6685](https://github.com/lifinance/sdk/commit/67c668576ceb0999d73c63be9a8bc753b7ebcc46))
|
|
461
|
-
|
|
462
|
-
## [3.5.0](https://github.com/lifinance/sdk/compare/v3.4.4...v3.5.0) (2025-01-02)
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
### Features
|
|
466
|
-
|
|
467
|
-
* improve transaction execution for smart account clients ([#222](https://github.com/lifinance/sdk/issues/222)) ([2580dbe](https://github.com/lifinance/sdk/commit/2580dbe6ce6e8a9634c22c84dd75de27b4a23f2f))
|
|
468
|
-
|
|
469
|
-
### [3.4.4](https://github.com/lifinance/sdk/compare/v3.4.3...v3.4.4) (2024-12-20)
|
|
470
|
-
|
|
471
|
-
### [3.4.3](https://github.com/lifinance/sdk/compare/v3.4.2...v3.4.3) (2024-12-13)
|
|
472
|
-
|
|
473
|
-
### [3.4.2](https://github.com/lifinance/sdk/compare/v3.4.1...v3.4.2) (2024-12-05)
|
|
474
|
-
|
|
475
|
-
### [3.4.1](https://github.com/lifinance/sdk/compare/v3.4.0...v3.4.1) (2024-10-31)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Bug Fixes
|
|
479
|
-
|
|
480
|
-
* export more provider types ([24a0e80](https://github.com/lifinance/sdk/commit/24a0e8008fc05a74b6ad613e01d919e7cd768494))
|
|
481
|
-
|
|
482
|
-
## [3.4.0](https://github.com/lifinance/sdk/compare/v3.3.1...v3.4.0) (2024-10-28)
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
### Features
|
|
486
|
-
|
|
487
|
-
* add support for multiple Solana RPCs ([#220](https://github.com/lifinance/sdk/issues/220)) ([08b7faa](https://github.com/lifinance/sdk/commit/08b7faa5733b818cdfdc5693580f6018300e5c22))
|
|
488
|
-
|
|
489
|
-
### [3.3.1](https://github.com/lifinance/sdk/compare/v3.3.0...v3.3.1) (2024-10-23)
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### Bug Fixes
|
|
493
|
-
|
|
494
|
-
* remove console.log ([99a0c1c](https://github.com/lifinance/sdk/commit/99a0c1c566bbb2ac9f750b4700882b9fec3ce448))
|
|
495
|
-
|
|
496
|
-
## [3.3.0](https://github.com/lifinance/sdk/compare/v3.2.3...v3.3.0) (2024-10-18)
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
### Features
|
|
500
|
-
|
|
501
|
-
* add Bitcoin/UTXO support ([#218](https://github.com/lifinance/sdk/issues/218)) ([379c342](https://github.com/lifinance/sdk/commit/379c342eb4e5a2f65ae02fa2a2037e31a92a1e6e))
|
|
502
|
-
|
|
503
|
-
### [3.2.3](https://github.com/lifinance/sdk/compare/v3.2.2...v3.2.3) (2024-09-17)
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
### Bug Fixes
|
|
507
|
-
|
|
508
|
-
* add process chain id ([#217](https://github.com/lifinance/sdk/issues/217)) ([16c95dc](https://github.com/lifinance/sdk/commit/16c95dcb9323d5eeae707090412200f5eb9b80e5))
|
|
509
|
-
|
|
510
|
-
### [3.2.2](https://github.com/lifinance/sdk/compare/v3.2.1...v3.2.2) (2024-09-16)
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
### Bug Fixes
|
|
514
|
-
|
|
515
|
-
* getContractCallsQuote validation ([#216](https://github.com/lifinance/sdk/issues/216)) ([7cf5027](https://github.com/lifinance/sdk/commit/7cf5027dc4b2f107278009e08181fa3fef6bc1d2))
|
|
516
|
-
|
|
517
|
-
### [3.2.1](https://github.com/lifinance/sdk/compare/v3.2.0...v3.2.1) (2024-09-12)
|
|
518
|
-
|
|
519
|
-
## [3.2.0](https://github.com/lifinance/sdk/compare/v3.1.5...v3.2.0) (2024-09-10)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
### Features
|
|
523
|
-
|
|
524
|
-
* replace wallet and public clients with base client ([#215](https://github.com/lifinance/sdk/issues/215)) ([76122c6](https://github.com/lifinance/sdk/commit/76122c6993130a8d2273ff37bda3ee2344fd965a))
|
|
525
|
-
|
|
526
|
-
### [3.1.5](https://github.com/lifinance/sdk/compare/v3.1.3...v3.1.5) (2024-08-09)
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
### Bug Fixes
|
|
530
|
-
|
|
531
|
-
* add process chain id ([#217](https://github.com/lifinance/sdk/issues/217)) ([16c95dc](https://github.com/lifinance/sdk/commit/16c95dcb9323d5eeae707090412200f5eb9b80e5))
|
|
532
|
-
|
|
533
|
-
### [3.2.2](https://github.com/lifinance/sdk/compare/v3.2.1...v3.2.2) (2024-09-16)
|
|
534
|
-
|
|
535
|
-
### Bug Fixes
|
|
536
|
-
|
|
537
|
-
- getContractCallsQuote validation ([#216](https://github.com/lifinance/sdk/issues/216)) ([7cf5027](https://github.com/lifinance/sdk/commit/7cf5027dc4b2f107278009e08181fa3fef6bc1d2))
|
|
538
|
-
|
|
539
|
-
### [3.2.1](https://github.com/lifinance/sdk/compare/v3.2.0...v3.2.1) (2024-09-12)
|
|
540
|
-
|
|
541
|
-
## [3.2.0](https://github.com/lifinance/sdk/compare/v3.1.5...v3.2.0) (2024-09-10)
|
|
542
|
-
|
|
543
|
-
### Features
|
|
544
|
-
|
|
545
|
-
- replace wallet and public clients with base client ([#215](https://github.com/lifinance/sdk/issues/215)) ([76122c6](https://github.com/lifinance/sdk/commit/76122c6993130a8d2273ff37bda3ee2344fd965a))
|
|
546
|
-
|
|
547
|
-
### [3.1.5](https://github.com/lifinance/sdk/compare/v3.1.3...v3.1.5) (2024-08-09)
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
- add fallback for wallet client account address ([#213](https://github.com/lifinance/sdk/issues/213)) ([a1ea259](https://github.com/lifinance/sdk/commit/a1ea259b95a79fbce56e36bc077e87c53a2e4766))
|
|
552
|
-
|
|
553
|
-
### [3.1.4](https://github.com/lifinance/sdk/compare/v3.1.3...v3.1.4) (2024-08-09)
|
|
554
|
-
|
|
555
|
-
### [3.1.3](https://github.com/lifinance/sdk/compare/v3.1.2...v3.1.3) (2024-07-24)
|
|
556
|
-
|
|
557
|
-
### Bug Fixes
|
|
558
|
-
|
|
559
|
-
- should not send execution object to the API ([714a128](https://github.com/lifinance/sdk/commit/714a12851ff5845b394fbae4656168a817f3fdcc))
|
|
560
|
-
|
|
561
|
-
### [3.1.2](https://github.com/lifinance/sdk/compare/v3.1.1...v3.1.2) (2024-07-22)
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
- remove response message prop name from http error message ([#202](https://github.com/lifinance/sdk/issues/202)) ([6ddd1ad](https://github.com/lifinance/sdk/commit/6ddd1ad150ea5209d52d1dca52666e8ec1ed4ef4))
|
|
566
|
-
|
|
567
|
-
### [3.1.1](https://github.com/lifinance/sdk/compare/v3.1.0...v3.1.1) (2024-07-22)
|
|
568
|
-
|
|
569
|
-
### Bug Fixes
|
|
570
|
-
|
|
571
|
-
- better handle blockheight exceeded error ([2eb6158](https://github.com/lifinance/sdk/commit/2eb61587bf9453c85c22e5650a1b6ffed8f772c0))
|
|
572
|
-
- reduce http transport batch size ([b89343a](https://github.com/lifinance/sdk/commit/b89343ab332bd9a549890820281e91a7fa144bc8))
|
|
573
|
-
|
|
574
|
-
## [3.1.0](https://github.com/lifinance/sdk/compare/v3.1.0-beta.0...v3.1.0) (2024-07-19)
|
|
575
|
-
|
|
576
|
-
### Features
|
|
577
|
-
|
|
578
|
-
- deprecate execution options ([f4c9fff](https://github.com/lifinance/sdk/commit/f4c9fffedfcbced4c72007d7472e6da7f3f88d0f))
|
|
579
|
-
|
|
580
|
-
### [3.0.1](https://github.com/lifinance/sdk/compare/v3.0.0...v3.0.1) (2024-07-15)
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
- filter existing RPC urls ([#196](https://github.com/lifinance/sdk/issues/196)) ([1432f87](https://github.com/lifinance/sdk/commit/1432f8770524b63ee88fc73521a1986082b267e4))
|
|
585
|
-
- improve transaction receipt polling ([#195](https://github.com/lifinance/sdk/issues/195)) ([90c23da](https://github.com/lifinance/sdk/commit/90c23da661d20853b261cf4e301d40975662b0b6))
|
|
586
|
-
|
|
587
|
-
## [3.0.0](https://github.com/lifinance/sdk/compare/v3.0.0-beta.2...v3.0.0) (2024-06-26)
|
|
588
|
-
|
|
589
|
-
## [2.5.0](https://github.com/lifinance/sdk/compare/v2.4.3...v2.5.0) (2023-11-01)
|
|
590
|
-
|
|
591
|
-
### Features
|
|
592
|
-
|
|
593
|
-
- upgrade to msw v2 ([f1cde15](https://github.com/lifinance/sdk/commit/f1cde15326cf10e9ae4c39b08603fb181fdbacd2))
|
|
594
|
-
|
|
595
|
-
### Bug Fixes
|
|
596
|
-
|
|
597
|
-
- improve error handling during LiFi initialization ([#171](https://github.com/lifinance/sdk/issues/171)) ([0756631](https://github.com/lifinance/sdk/commit/075663180b50383a8672bb987dd841fd4ac3c43b))
|
|
598
|
-
|
|
599
|
-
### [2.4.3](https://github.com/lifinance/sdk/compare/v2.4.1...v2.4.3) (2023-10-03)
|
|
600
|
-
|
|
601
|
-
### Bug Fixes
|
|
602
|
-
|
|
603
|
-
- wallet analytics API request changes ([#167](https://github.com/lifinance/sdk/issues/167)) ([e4a145d](https://github.com/lifinance/sdk/commit/e4a145de96ef986b8ea52134cfb095d4a5fc5f44))
|
|
604
|
-
|
|
605
|
-
### [2.4.2](https://github.com/lifinance/sdk/compare/v2.4.1...v2.4.2) (2023-10-03)
|
|
606
|
-
|
|
607
|
-
### Bug Fixes
|
|
608
|
-
|
|
609
|
-
- wallet analytics API request changes ([#167](https://github.com/lifinance/sdk/issues/167)) ([e4a145d](https://github.com/lifinance/sdk/commit/e4a145de96ef986b8ea52134cfb095d4a5fc5f44))
|
|
610
|
-
|
|
611
|
-
### [2.4.1](https://github.com/lifinance/sdk/compare/v2.4.0...v2.4.1) (2023-09-25)
|
|
612
|
-
|
|
613
|
-
### Bug Fixes
|
|
614
|
-
|
|
615
|
-
- publish workflow ([c005f0a](https://github.com/lifinance/sdk/commit/c005f0a56a4df56ceceef90b4a220964094b1056))
|
|
616
|
-
- type fix for transaction history response ([#166](https://github.com/lifinance/sdk/issues/166)) ([ee954b8](https://github.com/lifinance/sdk/commit/ee954b875f8a865b9504dd714f5dceb36b862d73))
|
|
617
|
-
|
|
618
|
-
## [2.4.0](https://github.com/lifinance/sdk/compare/v2.3.1...v2.4.0) (2023-09-20)
|
|
619
|
-
|
|
620
|
-
### Features
|
|
621
|
-
|
|
622
|
-
- add multi-contract calls API endpoint ([#164](https://github.com/lifinance/sdk/issues/164)) ([bb721cb](https://github.com/lifinance/sdk/commit/bb721cb658714e8a8acf55aa854e72a07880b252))
|
|
623
|
-
|
|
624
|
-
### [2.3.1](https://github.com/lifinance/sdk/compare/v2.3.0...v2.3.1) (2023-09-04)
|
|
625
|
-
|
|
626
|
-
### Bug Fixes
|
|
627
|
-
|
|
628
|
-
- remove updateTransactionRequestHook from allowance read call ([#162](https://github.com/lifinance/sdk/issues/162)) ([79ea63b](https://github.com/lifinance/sdk/commit/79ea63b4745ec6ea54c7d7b1c6841bed93b224a2))
|
|
629
|
-
|
|
630
|
-
## [2.3.0](https://github.com/lifinance/sdk/compare/v2.2.3...v2.3.0) (2023-08-17)
|
|
631
|
-
|
|
632
|
-
### Features
|
|
633
|
-
|
|
634
|
-
- allow to pass api key to all requests ([#159](https://github.com/lifinance/sdk/issues/159)) ([e9dc0fe](https://github.com/lifinance/sdk/commit/e9dc0fee146a76805cec7ab3bcf48b02a2c3febe))
|
|
635
|
-
|
|
636
|
-
### [2.2.3](https://github.com/lifinance/sdk/compare/v2.2.2...v2.2.3) (2023-08-04)
|
|
637
|
-
|
|
638
|
-
### Bug Fixes
|
|
639
|
-
|
|
640
|
-
- **getConnections:** get connections endpoint error ([#160](https://github.com/lifinance/sdk/issues/160)) ([53ad776](https://github.com/lifinance/sdk/commit/53ad7761c0e95101f4bf0a8b16f55d4187ce2a45))
|
|
641
|
-
|
|
642
|
-
### [2.2.2](https://github.com/lifinance/sdk/compare/v2.2.1...v2.2.2) (2023-08-01)
|
|
643
|
-
|
|
644
|
-
### Bug Fixes
|
|
645
|
-
|
|
646
|
-
- integrator string is not applied in quote requests ([f76dbe6](https://github.com/lifinance/sdk/commit/f76dbe6d29e0bda6d578c9092f0b2d40e8ac1231))
|
|
647
|
-
|
|
648
|
-
### [2.2.1](https://github.com/lifinance/sdk/compare/v2.2.0...v2.2.1) (2023-07-24)
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
- fixed types for multisig config ([#156](https://github.com/lifinance/sdk/issues/156)) ([9a28de6](https://github.com/lifinance/sdk/commit/9a28de61026ab6804ee87932d609bf9897fff391))
|
|
653
|
-
- parsing params in available connections api request ([#155](https://github.com/lifinance/sdk/issues/155)) ([177723a](https://github.com/lifinance/sdk/commit/177723a4eaa8007c4f3e5348bb4e60977392b786))
|
|
654
|
-
|
|
655
|
-
## [2.2.0](https://github.com/lifinance/sdk/compare/v2.1.1...v2.2.0) (2023-07-11)
|
|
656
|
-
|
|
657
|
-
### Features
|
|
658
|
-
|
|
659
|
-
- multisig wallets support ([#150](https://github.com/lifinance/sdk/issues/150)) ([3825d99](https://github.com/lifinance/sdk/commit/3825d99de85032b6b4334552b1311ecefeca8001))
|
|
660
|
-
|
|
661
|
-
### Bug Fixes
|
|
662
|
-
|
|
663
|
-
- deprecate possibilities endpoint ([80e6e98](https://github.com/lifinance/sdk/commit/80e6e98630edde2eb33f591d50cc746ed78fb6de))
|
|
664
|
-
|
|
665
|
-
### [2.1.3-beta.0](https://github.com/lifinance/sdk/compare/v2.1.1...v2.1.3-beta.0) (2023-07-04)
|
|
666
|
-
|
|
667
|
-
### [2.1.2](https://github.com/lifinance/sdk/compare/v2.1.2-beta.1...v2.1.2) (2023-07-04)
|
|
668
|
-
|
|
669
|
-
### [2.1.2-beta.1](https://github.com/lifinance/sdk/compare/v2.1.2-beta.0...v2.1.2-beta.1) (2023-07-04)
|
|
670
|
-
|
|
671
|
-
### [2.1.2-beta.0](https://github.com/lifinance/sdk/compare/v2.1.1...v2.1.2-beta.0) (2023-07-04)
|
|
672
|
-
|
|
673
|
-
### [2.1.1](https://github.com/lifinance/sdk/compare/v2.1.0...v2.1.1) (2023-07-03)
|
|
674
|
-
|
|
675
|
-
### Bug Fixes
|
|
676
|
-
|
|
677
|
-
- added gasLimit as BigNumber ([#151](https://github.com/lifinance/sdk/issues/151)) ([42dab98](https://github.com/lifinance/sdk/commit/42dab98f3a6574c8212c2f4af920eda1c8e5e4fd))
|
|
678
|
-
- convert to BigNumberish gas values ([#152](https://github.com/lifinance/sdk/issues/152)) ([a8cc17d](https://github.com/lifinance/sdk/commit/a8cc17d0d39a42c959a329b3c7dea28c3c9d9749))
|
|
679
|
-
|
|
680
|
-
## [2.1.0](https://github.com/lifinance/sdk/compare/v2.0.0...v2.1.0) (2023-06-27)
|
|
681
|
-
|
|
682
|
-
### Features
|
|
683
|
-
|
|
684
|
-
- adding node example to sdk ([#146](https://github.com/lifinance/sdk/issues/146)) ([8b3e9df](https://github.com/lifinance/sdk/commit/8b3e9df5817976e554b53923df0152802764c2dc))
|
|
685
|
-
|
|
686
|
-
### Bug Fixes
|
|
687
|
-
|
|
688
|
-
- add custom gas limit for approvals ([#148](https://github.com/lifinance/sdk/issues/148)) ([dead0ce](https://github.com/lifinance/sdk/commit/dead0ceba1de4875ee0f14049cfef258b367986b))
|
|
689
|
-
- prevent division by zero ([51ab537](https://github.com/lifinance/sdk/commit/51ab537492f3d36a8d1ce12c162d2680f2ead17c))
|
|
690
|
-
- update status types ([#149](https://github.com/lifinance/sdk/issues/149)) ([18bde05](https://github.com/lifinance/sdk/commit/18bde05741305b106f0cf4aeb47944f8a9d19cc7))
|
|
691
|
-
|
|
692
|
-
### [2.0.1](https://github.com/lifinance/sdk/compare/v2.0.0...v2.0.1) (2023-06-16)
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
- prevent division by zero ([43340f0](https://github.com/lifinance/sdk/commit/43340f0dcd0df912e6a40a1a1edbdf0a1b71015d))
|
|
697
|
-
|
|
698
|
-
## [2.0.0](https://github.com/lifinance/sdk/compare/v2.0.0-beta.16...v2.0.0) (2023-06-15)
|
|
699
|
-
|
|
700
|
-
## [2.0.0-beta.16](https://github.com/lifinance/sdk/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2023-06-12)
|
|
701
|
-
|
|
702
|
-
### Bug Fixes
|
|
703
|
-
|
|
704
|
-
- estimate gas price from signer LF-2417 ([#143](https://github.com/lifinance/sdk/issues/143)) ([a71152d](https://github.com/lifinance/sdk/commit/a71152d4a0e7901307dbf911d6c9b5c5c94d63b8))
|
|
705
|
-
|
|
706
|
-
## [2.0.0-beta.15](https://github.com/lifinance/sdk/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2023-05-25)
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
- tests configuration ([e734b6e](https://github.com/lifinance/sdk/commit/e734b6e024686a6545ed46ca2e316fc6169d955a))
|
|
711
|
-
|
|
712
|
-
## [2.0.0-beta.14](https://github.com/lifinance/sdk/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2023-05-25)
|
|
713
|
-
|
|
714
|
-
### Bug Fixes
|
|
715
|
-
|
|
716
|
-
- increment gas on retry if out of gas ([#137](https://github.com/lifinance/sdk/issues/137)) ([c65fb0d](https://github.com/lifinance/sdk/commit/c65fb0d64196de90bc4b6f8b43d1b2923c7e7ed6))
|
|
717
|
-
|
|
718
|
-
## [2.0.0-beta.13](https://github.com/lifinance/sdk/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2023-05-11)
|
|
719
|
-
|
|
720
|
-
### Bug Fixes
|
|
721
|
-
|
|
722
|
-
- add insufficient funds error ([#141](https://github.com/lifinance/sdk/issues/141)) ([e179453](https://github.com/lifinance/sdk/commit/e179453a4740b3bf48db1de559cf6551bc276210))
|
|
723
|
-
|
|
724
|
-
## [2.0.0-beta.12](https://github.com/lifinance/sdk/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2023-05-11)
|
|
725
|
-
|
|
726
|
-
### ⚠ BREAKING CHANGES
|
|
727
|
-
|
|
728
|
-
- types and names cleanup (#136)
|
|
729
|
-
|
|
730
|
-
### Features
|
|
731
|
-
|
|
732
|
-
- types and names cleanup ([#136](https://github.com/lifinance/sdk/issues/136)) ([91c510a](https://github.com/lifinance/sdk/commit/91c510a708704a18ae4767446f390c4a95f2e0f7))
|
|
733
|
-
|
|
734
|
-
### Bug Fixes
|
|
735
|
-
|
|
736
|
-
- add missing config while updating transaction request ([#135](https://github.com/lifinance/sdk/issues/135)) ([e783d3c](https://github.com/lifinance/sdk/commit/e783d3c7d3d101bc6eb014e8be7264d97e58f862))
|
|
737
|
-
- moved getconnections method inside the lifi class ([#140](https://github.com/lifinance/sdk/issues/140)) ([ce7b6e6](https://github.com/lifinance/sdk/commit/ce7b6e6fba1141f2a7ed6f686ef70d4c3251621b))
|
|
738
|
-
|
|
739
|
-
## [2.0.0-beta.11](https://github.com/lifinance/sdk/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2023-04-27)
|
|
740
|
-
|
|
741
|
-
### Bug Fixes
|
|
742
|
-
|
|
743
|
-
- add tenderly for readable error messages ([#134](https://github.com/lifinance/sdk/issues/134)) ([0246a2c](https://github.com/lifinance/sdk/commit/0246a2c246fb6aa98b9ce85611d75b577e0d909a))
|
|
744
|
-
- remove acceptSlippageUpdateHook (use acceptExchangeRateUpdateHook) ([22eabed](https://github.com/lifinance/sdk/commit/22eabedc04ade1dae359eca3809275e1324c97a7))
|
|
745
|
-
- unable to configure provider for chain on first load ([9c3590e](https://github.com/lifinance/sdk/commit/9c3590e623b0b0ab671fbe043762af2621717099))
|
|
746
|
-
|
|
747
|
-
## [2.0.0-beta.10](https://github.com/lifinance/sdk/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2023-04-25)
|
|
748
|
-
|
|
749
|
-
### Bug Fixes
|
|
750
|
-
|
|
751
|
-
- don't trigger chain switch if all actions are done from source chain [LF-1131] ([#133](https://github.com/lifinance/sdk/issues/133)) ([e6d2076](https://github.com/lifinance/sdk/commit/e6d20763a7077978da61915dc579f3e8c6894204))
|
|
752
|
-
|
|
753
|
-
## [2.0.0-beta.9](https://github.com/lifinance/sdk/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2023-04-21)
|
|
754
|
-
|
|
755
|
-
### Features
|
|
756
|
-
|
|
757
|
-
- add callbacks to support custom transaction config ([#128](https://github.com/lifinance/sdk/issues/128)) ([122f6b2](https://github.com/lifinance/sdk/commit/122f6b25d29e73ffe494f0c7fca28052956a9b28))
|
|
758
|
-
|
|
759
|
-
### Bug Fixes
|
|
760
|
-
|
|
761
|
-
- return contextual transaction error message ([#127](https://github.com/lifinance/sdk/issues/127)) ([4af19be](https://github.com/lifinance/sdk/commit/4af19be58d8afa1ce6f1c7b9bd5c5bcf054270f1))
|
|
762
|
-
- update step types ([de1434a](https://github.com/lifinance/sdk/commit/de1434a1ad825ee801dda3852bd8a8663c5c90dd))
|
|
763
|
-
|
|
764
|
-
## [2.0.0-beta.8](https://github.com/lifinance/sdk/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2023-04-11)
|
|
765
|
-
|
|
766
|
-
### Bug Fixes
|
|
767
|
-
|
|
768
|
-
- update step types tests ([a2a75bd](https://github.com/lifinance/sdk/commit/a2a75bdda59f82da3732ebbe02d536b534c4902f))
|
|
769
|
-
|
|
770
|
-
## [2.0.0-beta.7](https://github.com/lifinance/sdk/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2023-04-11)
|
|
771
|
-
|
|
772
|
-
### Features
|
|
773
|
-
|
|
774
|
-
- adding getConnections endpoint to SDK ([#130](https://github.com/lifinance/sdk/issues/130)) ([20f8464](https://github.com/lifinance/sdk/commit/20f84640df445224351f4c1817eb8e7e9f66c909))
|
|
775
|
-
|
|
776
|
-
### Bug Fixes
|
|
777
|
-
|
|
778
|
-
- errors in getStatus caused by the change of lifi/types ([#131](https://github.com/lifinance/sdk/issues/131)) ([f1eae4a](https://github.com/lifinance/sdk/commit/f1eae4acc86484632c904ac72eb8ff1048daf814))
|
|
779
|
-
- skip tracking headers in non-lifi api calls ([#126](https://github.com/lifinance/sdk/issues/126)) ([8a02690](https://github.com/lifinance/sdk/commit/8a026907dd75c2a9cafe8e1adb6c8914c8ff6867))
|
|
780
|
-
- typos ([#129](https://github.com/lifinance/sdk/issues/129)) ([a676806](https://github.com/lifinance/sdk/commit/a676806924968cea13ae8d7f0ac6a1bad735472d))
|
|
781
|
-
- update step types ([#132](https://github.com/lifinance/sdk/issues/132)) ([be473a5](https://github.com/lifinance/sdk/commit/be473a5e38d840a748356515b9080eb05a44325d))
|
|
782
|
-
|
|
783
|
-
## [2.0.0-beta.6](https://github.com/lifinance/sdk/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2023-03-21)
|
|
784
|
-
|
|
785
|
-
## [2.0.0-beta.5](https://github.com/lifinance/sdk/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-03-17)
|
|
786
|
-
|
|
787
|
-
### Features
|
|
788
|
-
|
|
789
|
-
- adding widget + sdk version in header ([#125](https://github.com/lifinance/sdk/issues/125)) ([3516717](https://github.com/lifinance/sdk/commit/35167179c0130194a4800842f1afd8376aefa699))
|
|
790
|
-
- allow user tracking by passing userId in header ([#123](https://github.com/lifinance/sdk/issues/123)) ([d5b2d84](https://github.com/lifinance/sdk/commit/d5b2d845e9b7aa22ea3c287183e4e3118a328fe5))
|
|
791
|
-
|
|
792
|
-
## [2.0.0-beta.4](https://github.com/lifinance/sdk/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2023-03-13)
|
|
793
|
-
|
|
794
|
-
## [2.0.0-beta.3](https://github.com/lifinance/sdk/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2023-03-09)
|
|
795
|
-
|
|
796
|
-
### Bug Fixes
|
|
797
|
-
|
|
798
|
-
- filter undefined config props ([326d7bb](https://github.com/lifinance/sdk/commit/326d7bbb84c6aa99f4abac978134e10da2dad532))
|
|
799
|
-
|
|
800
|
-
## [2.0.0-beta.2](https://github.com/lifinance/sdk/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-03-08)
|
|
801
|
-
|
|
802
|
-
### Bug Fixes
|
|
803
|
-
|
|
804
|
-
- add missing types for gas recommendation ([3d2a044](https://github.com/lifinance/sdk/commit/3d2a044fadb1dff7213baea5e946c7541a121f74))
|
|
805
|
-
|
|
806
|
-
## [2.0.0-beta.1](https://github.com/lifinance/sdk/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-03-08)
|
|
807
|
-
|
|
808
|
-
### Bug Fixes
|
|
809
|
-
|
|
810
|
-
- check package updates URL ([7a3db8c](https://github.com/lifinance/sdk/commit/7a3db8cc068051c77d1402276cc1724fcb4b98a0))
|
|
811
|
-
|
|
812
|
-
## [2.0.0-beta.0](https://github.com/lifinance/sdk/compare/v1.7.2...v2.0.0-beta.0) (2023-03-08)
|
|
813
|
-
|
|
814
|
-
### Features
|
|
815
|
-
|
|
816
|
-
- add gas recommendation endpoint ([#122](https://github.com/lifinance/sdk/issues/122)) ([ea31d1e](https://github.com/lifinance/sdk/commit/ea31d1e9989fc0e3fa1ba04f3fdf97d0601fa366))
|
|
817
|
-
- move to yarn 3 ([3f39a7a](https://github.com/lifinance/sdk/commit/3f39a7adf3054c8df1d84d34ef5b3866251b4c6f))
|
|
818
|
-
- remove axios and move to native fetch ([#113](https://github.com/lifinance/sdk/issues/113)) ([7783122](https://github.com/lifinance/sdk/commit/7783122d931461d2951cf84619b210677ff427ae))
|
|
819
|
-
|
|
820
|
-
### Bug Fixes
|
|
821
|
-
|
|
822
|
-
- add handling for replacement fee too low ([#112](https://github.com/lifinance/sdk/issues/112)) ([b09c874](https://github.com/lifinance/sdk/commit/b09c8741cb79f0e10685d648e0472dbb249218e4))
|
|
823
|
-
- configured as step as lifi-step ([22962b1](https://github.com/lifinance/sdk/commit/22962b18409a01a89ccb34d17ee8091249587f1f))
|
|
824
|
-
- error handling ([bb73fc9](https://github.com/lifinance/sdk/commit/bb73fc93bde151e936e68de88bf9b5de79fe2aa5))
|
|
825
|
-
- return large numbers as string ([cc927e0](https://github.com/lifinance/sdk/commit/cc927e0a033c29adf01ee4d3c6c39e30642a494f))
|
|
826
|
-
- review comments ([260335b](https://github.com/lifinance/sdk/commit/260335bc79303b8ce9acdaf0d0cb1db00bf953bb))
|
|
827
|
-
|
|
828
|
-
### [1.7.2](https://github.com/lifinance/sdk/compare/v1.7.1...v1.7.2) (2022-12-13)
|
|
829
|
-
|
|
830
|
-
### [1.7.1](https://github.com/lifinance/sdk/compare/v1.7.0...v1.7.1) (2022-12-12)
|
|
831
|
-
|
|
832
|
-
### Bug Fixes
|
|
833
|
-
|
|
834
|
-
- lock axios version ([a079ae1](https://github.com/lifinance/sdk/commit/a079ae17ab06e32e733bb1896d3d9844d09e5bd4))
|
|
835
|
-
|
|
836
|
-
## [1.7.0](https://github.com/lifinance/sdk/compare/v1.6.4...v1.7.0) (2022-11-23)
|
|
837
|
-
|
|
838
|
-
### Features
|
|
839
|
-
|
|
840
|
-
- add acceptExchangeRateUpdateHook and return gas info during route execution ([#111](https://github.com/lifinance/sdk/issues/111)) ([65c4cb1](https://github.com/lifinance/sdk/commit/65c4cb1c68fc0e7b60f1c19a42105772998cdb16))
|
|
841
|
-
|
|
842
|
-
### [1.6.4](https://github.com/lifinance/sdk/compare/v1.6.3...v1.6.4) (2022-11-16)
|
|
843
|
-
|
|
844
|
-
### [1.6.3](https://github.com/lifinance/sdk/compare/v1.6.2...v1.6.3) (2022-10-26)
|
|
845
|
-
|
|
846
|
-
### Bug Fixes
|
|
847
|
-
|
|
848
|
-
- getChains types ([06f969b](https://github.com/lifinance/sdk/commit/06f969b18ce778cb66e8f14993cc8a215a1213e8))
|
|
849
|
-
|
|
850
|
-
### [1.6.2](https://github.com/lifinance/sdk/compare/v1.6.1...v1.6.2) (2022-10-26)
|
|
851
|
-
|
|
852
|
-
### [1.6.1](https://github.com/lifinance/sdk/compare/v1.6.0...v1.6.1) (2022-10-24)
|
|
853
|
-
|
|
854
|
-
## [1.6.0](https://github.com/lifinance/sdk/compare/v1.5.0...v1.6.0) (2022-09-14)
|
|
855
|
-
|
|
856
|
-
### Features
|
|
857
|
-
|
|
858
|
-
- add bridgeExplorerLink to receiving chain process ([#110](https://github.com/lifinance/sdk/issues/110)) ([b9891a5](https://github.com/lifinance/sdk/commit/b9891a5b463412bbd29b88b91c2135bec9ef79fc))
|
|
859
|
-
|
|
860
|
-
## [1.5.0](https://github.com/lifinance/sdk/compare/v1.4.1...v1.5.0) (2022-09-06)
|
|
861
|
-
|
|
862
|
-
### Features
|
|
863
|
-
|
|
864
|
-
- add an option to start or resume execution in background ([#103](https://github.com/lifinance/sdk/issues/103)) ([c452559](https://github.com/lifinance/sdk/commit/c45255991ebcf494715c094db77f6c7599080c5d)), closes [#106](https://github.com/lifinance/sdk/issues/106) [#104](https://github.com/lifinance/sdk/issues/104)
|
|
865
|
-
|
|
866
|
-
### [1.4.1](https://github.com/lifinance/sdk/compare/v1.4.0...v1.4.1) (2022-09-06)
|
|
867
|
-
|
|
868
|
-
## [1.4.0](https://github.com/lifinance/sdk/compare/v1.3.1...v1.4.0) (2022-09-05)
|
|
869
|
-
|
|
870
|
-
### Features
|
|
871
|
-
|
|
872
|
-
- skip step tx generation if tx data already provided ([#100](https://github.com/lifinance/sdk/issues/100)) ([280de4a](https://github.com/lifinance/sdk/commit/280de4a3d96b8077893e0bc1e0ed944f4772c5fb))
|
|
873
|
-
|
|
874
|
-
### [1.3.1](https://github.com/lifinance/sdk/compare/v1.3.0...v1.3.1) (2022-09-05)
|
|
875
|
-
|
|
876
|
-
### Bug Fixes
|
|
877
|
-
|
|
878
|
-
- pass default options right for quote requests ([#109](https://github.com/lifinance/sdk/issues/109)) ([776c5a3](https://github.com/lifinance/sdk/commit/776c5a33f0ac7e6525659878cf7323244f055e77))
|
|
879
|
-
|
|
880
|
-
## [1.3.0](https://github.com/lifinance/sdk/compare/v1.2.2...v1.3.0) (2022-09-05)
|
|
881
|
-
|
|
882
|
-
### Features
|
|
883
|
-
|
|
884
|
-
- add TransactionRejected error ([#104](https://github.com/lifinance/sdk/issues/104)) ([2c180fd](https://github.com/lifinance/sdk/commit/2c180fd0cedbdf3acbf77326d69eb2a328c59170))
|
|
885
|
-
- **config:** set default integrator string ([#107](https://github.com/lifinance/sdk/issues/107)) ([f8ef3bf](https://github.com/lifinance/sdk/commit/f8ef3bfeff8bf0e6d5d9eec172bb7d7d86ec123f))
|
|
886
|
-
|
|
887
|
-
### Bug Fixes
|
|
888
|
-
|
|
889
|
-
- duplicates for LifiErrorCodes ([#106](https://github.com/lifinance/sdk/issues/106)) ([d63a80b](https://github.com/lifinance/sdk/commit/d63a80b2106d7f18d51e9f30b49dc896f5a30019))
|
|
890
|
-
|
|
891
|
-
### [1.2.2](https://github.com/lifinance/sdk/compare/v1.2.1...v1.2.2) (2022-08-24)
|
|
892
|
-
|
|
893
|
-
### [1.2.1](https://github.com/lifinance/sdk/compare/v1.2.0...v1.2.1) (2022-08-22)
|
|
894
|
-
|
|
895
|
-
## [1.2.0](https://github.com/lifinance/sdk/compare/v1.1.6...v1.2.0) (2022-08-22)
|
|
896
|
-
|
|
897
|
-
### Features
|
|
898
|
-
|
|
899
|
-
- add version check ([#102](https://github.com/lifinance/sdk/issues/102)) ([dbc0fc5](https://github.com/lifinance/sdk/commit/dbc0fc5805a2d6c9b3da8547d44c3e93f1a3b8ed))
|
|
900
|
-
|
|
901
|
-
### [1.1.6](https://github.com/lifinance/sdk/compare/v1.1.5...v1.1.6) (2022-08-19)
|
|
902
|
-
|
|
903
|
-
### [1.1.5](https://github.com/lifinance/sdk/compare/v1.1.4...v1.1.5) (2022-08-19)
|
|
904
|
-
|
|
905
|
-
### [1.1.4](https://github.com/lifinance/sdk/compare/v1.1.3...v1.1.4) (2022-08-19)
|
|
906
|
-
|
|
907
|
-
### [1.1.3](https://github.com/lifinance/sdk/compare/v1.1.2...v1.1.3) (2022-08-06)
|
|
908
|
-
|
|
909
|
-
### Bug Fixes
|
|
910
|
-
|
|
911
|
-
- cleanup after failure ([#99](https://github.com/lifinance/sdk/issues/99)) ([04501d6](https://github.com/lifinance/sdk/commit/04501d6a1600cd0354cd2cd83b54cde9e2915deb))
|
|
912
|
-
|
|
913
|
-
### [1.1.2](https://github.com/lifinance/sdk/compare/v1.1.1...v1.1.2) (2022-08-04)
|
|
914
|
-
|
|
915
|
-
### Bug Fixes
|
|
916
|
-
|
|
917
|
-
- contract call endpoint ([#98](https://github.com/lifinance/sdk/issues/98)) ([d21ccc9](https://github.com/lifinance/sdk/commit/d21ccc974caf4632a1f2c9c38c52def89332e284))
|
|
918
|
-
|
|
919
|
-
### [1.1.1](https://github.com/lifinance/sdk/compare/v1.1.0...v1.1.1) (2022-08-03)
|
|
920
|
-
|
|
921
|
-
### Bug Fixes
|
|
922
|
-
|
|
923
|
-
- statusmanager reference issue ([#96](https://github.com/lifinance/sdk/issues/96)) ([0e4fe27](https://github.com/lifinance/sdk/commit/0e4fe27c58d4911347cd45163657aa3d8be9066e))
|
|
924
|
-
|
|
925
|
-
## [1.1.0](https://github.com/lifinance/sdk/compare/v1.0.2...v1.1.0) (2022-08-02)
|
|
926
|
-
|
|
927
|
-
### Features
|
|
928
|
-
|
|
929
|
-
- add fee parameter and getContractCallQuote endpoint ([#92](https://github.com/lifinance/sdk/issues/92)) ([56695d6](https://github.com/lifinance/sdk/commit/56695d6026e99951a4518e45d1a4965f7546d204))
|
|
930
|
-
- add gasinformation to execution object ([#91](https://github.com/lifinance/sdk/issues/91)) ([f3a13b4](https://github.com/lifinance/sdk/commit/f3a13b4458db4c5dea245ae56f205a58b6cd00ed))
|
|
931
|
-
- expose get getRpcProvider ([#89](https://github.com/lifinance/sdk/issues/89)) ([750b675](https://github.com/lifinance/sdk/commit/750b675a6dbca0ae18361ee150f292a9ec820dfd))
|
|
932
|
-
- increase gasLimit or gasPrice on restart if necessary ([#90](https://github.com/lifinance/sdk/issues/90)) ([6f947d3](https://github.com/lifinance/sdk/commit/6f947d3b0b326f821fcee448636b65a10ee4f38a))
|
|
933
|
-
|
|
934
|
-
### Bug Fixes
|
|
935
|
-
|
|
936
|
-
- build error ([#94](https://github.com/lifinance/sdk/issues/94)) ([810028e](https://github.com/lifinance/sdk/commit/810028e0d2fb7d09dd5b9d5829faab983df5ae5a))
|
|
937
|
-
- failing tests ([#93](https://github.com/lifinance/sdk/issues/93)) ([318ec7b](https://github.com/lifinance/sdk/commit/318ec7ba3bbe21dbcad38baba09ef9fcc38469bd))
|
|
938
|
-
- update execution state ([#88](https://github.com/lifinance/sdk/issues/88)) ([d974263](https://github.com/lifinance/sdk/commit/d9742636f5aeb77a3b4c1db5eecc6c6625812430))
|
|
939
|
-
|
|
940
|
-
### [1.0.2](https://github.com/lifinance/sdk/compare/v1.0.1...v1.0.2) (2022-07-15)
|
|
941
|
-
|
|
942
|
-
### [1.0.1](https://github.com/lifinance/sdk/compare/v1.0.0...v1.0.1) (2022-07-14)
|
|
943
|
-
|
|
944
|
-
### Bug Fixes
|
|
945
|
-
|
|
946
|
-
- adjust approval messages ([f445021](https://github.com/lifinance/sdk/commit/f445021761bda2e4fd1d7eab90f0a04be4827280))
|
|
947
|
-
- handle more multicall failure cases ([#86](https://github.com/lifinance/sdk/issues/86)) ([f7acaca](https://github.com/lifinance/sdk/commit/f7acaca2ab48f58844ec331cb207fa6592488fb1))
|
|
948
|
-
- publishing script ([8c2f12a](https://github.com/lifinance/sdk/commit/8c2f12a7ee091547980f7622ba34fde8d548f606))
|
|
949
|
-
|
|
950
|
-
## [1.0.0](https://github.com/lifinance/sdk/compare/v1.0.0-beta.14...v1.0.0) (2022-07-12)
|
|
951
|
-
|
|
952
|
-
### ⚠ BREAKING CHANGES
|
|
953
|
-
|
|
954
|
-
- move to a new @lifi scope (#85)
|
|
955
|
-
|
|
956
|
-
### Features
|
|
957
|
-
|
|
958
|
-
- add func to check for correct native token ([#84](https://github.com/lifinance/sdk/issues/84)) ([865bc14](https://github.com/lifinance/sdk/commit/865bc14594902c7b94c30f5a910b7897b1133bd5))
|
|
959
|
-
- move to a new [@lifi](https://github.com/lifi) scope ([#85](https://github.com/lifinance/sdk/issues/85)) ([b58c5a1](https://github.com/lifinance/sdk/commit/b58c5a10e2c47fff3e1c43ae15516514b90b9197))
|
|
960
|
-
- new error messages ([#83](https://github.com/lifinance/sdk/issues/83)) ([ccebe17](https://github.com/lifinance/sdk/commit/ccebe170d32001377eb7b632afd76729252a8994))
|
|
961
|
-
|
|
962
|
-
## [1.0.0-beta.14](https://github.com/lifinance/sdk/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-07-06)
|
|
963
|
-
|
|
964
|
-
### Features
|
|
965
|
-
|
|
966
|
-
- add more error logging ([#82](https://github.com/lifinance/sdk/issues/82)) ([edb4f85](https://github.com/lifinance/sdk/commit/edb4f851111bf905a266d831aae591f8a86518d0))
|
|
967
|
-
- use new substates from api ([#81](https://github.com/lifinance/sdk/issues/81)) ([4ad51a2](https://github.com/lifinance/sdk/commit/4ad51a2a8c946a99e5a4b6c5663f856f2f7fd497))
|
|
968
|
-
|
|
969
|
-
## [1.0.0-beta.13](https://github.com/lifinance/sdk/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-05)
|
|
970
|
-
|
|
971
|
-
### Bug Fixes
|
|
972
|
-
|
|
973
|
-
- wait for replaced transaction ([#80](https://github.com/lifinance/sdk/issues/80)) ([6d29b2e](https://github.com/lifinance/sdk/commit/6d29b2e587f76355fb1d8c07e6334160d7aaccb6))
|
|
974
|
-
|
|
975
|
-
## [1.0.0-beta.12](https://github.com/lifinance/sdk/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-06-29)
|
|
976
|
-
|
|
977
|
-
### Features
|
|
978
|
-
|
|
979
|
-
- better resume of failed transactions ([#78](https://github.com/lifinance/sdk/issues/78)) ([1558c47](https://github.com/lifinance/sdk/commit/1558c4768c39b8d9e42c2b6e92d78236c7d29669))
|
|
980
|
-
- handle slippage errors ([#79](https://github.com/lifinance/sdk/issues/79)) ([b672ed9](https://github.com/lifinance/sdk/commit/b672ed905db146a87cce62fa8045d8a476da0cfb))
|
|
981
|
-
|
|
982
|
-
## [1.0.0-beta.11](https://github.com/lifinance/sdk/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-06-08)
|
|
983
|
-
|
|
984
|
-
## [1.0.0-beta.10](https://github.com/lifinance/sdk/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-06-07)
|
|
985
|
-
|
|
986
|
-
### Bug Fixes
|
|
987
|
-
|
|
988
|
-
- fix dist folder ([868bcc9](https://github.com/lifinance/sdk/commit/868bcc9628c8ae02809cb65fd0ffc1d2ec254666))
|
|
989
|
-
|
|
990
|
-
## [1.0.0-beta.9](https://github.com/lifinance/sdk/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-06-07)
|
|
991
|
-
|
|
992
|
-
### Bug Fixes
|
|
993
|
-
|
|
994
|
-
- updated e2e + added tsc compilation on push ([#77](https://github.com/lifinance/sdk/issues/77)) ([7d99cd1](https://github.com/lifinance/sdk/commit/7d99cd11a705cf30d48903dea2c158aa16ae7a7e))
|
|
995
|
-
|
|
996
|
-
## [1.0.0-beta.8](https://github.com/lifinance/sdk/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-06-02)
|
|
997
|
-
|
|
998
|
-
### Features
|
|
999
|
-
|
|
1000
|
-
- use tryBlockAndAggregate to fetch balances ([#76](https://github.com/lifinance/sdk/issues/76)) ([5f01961](https://github.com/lifinance/sdk/commit/5f019619c11269c197a777c323eb18de11a403dd))
|
|
1001
|
-
|
|
1002
|
-
## [1.0.0-beta.7](https://github.com/lifinance/sdk/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-06-01)
|
|
1003
|
-
|
|
1004
|
-
### Features
|
|
1005
|
-
|
|
1006
|
-
- improve balance error messages ([#74](https://github.com/lifinance/sdk/issues/74)) ([b249732](https://github.com/lifinance/sdk/commit/b249732cfef182158106de52fec24948e2a5dbe3))
|
|
1007
|
-
|
|
1008
|
-
### Bug Fixes
|
|
1009
|
-
|
|
1010
|
-
- added toolDetails + workaround for non EVM chains testing ([#70](https://github.com/lifinance/sdk/issues/70)) ([f972477](https://github.com/lifinance/sdk/commit/f972477573d5f969c7294b3054b96c1357e42893))
|
|
1011
|
-
- fix yarn.lock ([abdef57](https://github.com/lifinance/sdk/commit/abdef57b6ee1d444602cdcd6e34b61c3e66d86ab))
|
|
1012
|
-
- log error if provider can not be configured ([#75](https://github.com/lifinance/sdk/issues/75)) ([85e22e9](https://github.com/lifinance/sdk/commit/85e22e96427b08381eefe263a079a5b1057988df))
|
|
1013
|
-
- **utils:** only allow one status poll loop per tx ([#69](https://github.com/lifinance/sdk/issues/69)) ([0cc7e2b](https://github.com/lifinance/sdk/commit/0cc7e2b73222614262e7fd263112407791d62a4b))
|
|
1014
|
-
|
|
1015
|
-
## [1.0.0-beta.6](https://github.com/lifinance/sdk/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-05-17)
|
|
1016
|
-
|
|
1017
|
-
### Features
|
|
1018
|
-
|
|
1019
|
-
- expose error codes ([e151051](https://github.com/lifinance/sdk/commit/e151051e96d57c99606bc447d4391e9f7bc8a266))
|
|
1020
|
-
|
|
1021
|
-
## [1.0.0-beta.5](https://github.com/lifinance/sdk/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-05-17)
|
|
1022
|
-
|
|
1023
|
-
### Bug Fixes
|
|
1024
|
-
|
|
1025
|
-
- add missing toAddress param ([#68](https://github.com/lifinance/sdk/issues/68)) ([c9318ed](https://github.com/lifinance/sdk/commit/c9318edef9b5ec2b2c86b7e2f8f1645ae597437e))
|
|
1026
|
-
|
|
1027
|
-
## [1.0.0-beta.4](https://github.com/lifinance/sdk/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-05-13)
|
|
1028
|
-
|
|
1029
|
-
### Bug Fixes
|
|
1030
|
-
|
|
1031
|
-
- fix types for requests cancellation ([36d7b55](https://github.com/lifinance/sdk/commit/36d7b5561d2cc2c1b47eba2ac75f07554dfca118))
|
|
1032
|
-
|
|
1033
|
-
## [1.0.0-beta.3](https://github.com/lifinance/sdk/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-05-13)
|
|
1034
|
-
|
|
1035
|
-
### Features
|
|
1036
|
-
|
|
1037
|
-
- add getTokens endpoint ([#65](https://github.com/lifinance/sdk/issues/65)) ([5d9319c](https://github.com/lifinance/sdk/commit/5d9319c3ee749a6b5a81847440a3e803ffe40ee8))
|
|
1038
|
-
- add requests cancellation ([#67](https://github.com/lifinance/sdk/issues/67)) ([32d0595](https://github.com/lifinance/sdk/commit/32d059590e0c03844245138f9f2aa9e76d7b6166))
|
|
1039
|
-
|
|
1040
|
-
### Bug Fixes
|
|
1041
|
-
|
|
1042
|
-
- remove duplicated getRoutes logic ([#66](https://github.com/lifinance/sdk/issues/66)) ([52bb994](https://github.com/lifinance/sdk/commit/52bb994ea1f6d5be90755f4dea4e1f5198557a95))
|
|
1043
|
-
|
|
1044
|
-
## [1.0.0-beta.2](https://github.com/lifinance/sdk/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-05-06)
|
|
1045
|
-
|
|
1046
|
-
### ⚠ BREAKING CHANGES
|
|
1047
|
-
|
|
1048
|
-
- refine error messages and codes (#64)
|
|
1049
|
-
|
|
1050
|
-
### Features
|
|
1051
|
-
|
|
1052
|
-
- refine error messages and codes ([#64](https://github.com/lifinance/sdk/issues/64)) ([543bd28](https://github.com/lifinance/sdk/commit/543bd28b7d41c8daee3a82ca95cde1fce56f8db9))
|
|
1053
|
-
|
|
1054
|
-
## [1.0.0-beta.1](https://github.com/lifinance/sdk/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-05-06)
|
|
1055
|
-
|
|
1056
|
-
### ⚠ BREAKING CHANGES
|
|
1057
|
-
|
|
1058
|
-
- deep clone incoming routes to prevent side effects (#62)
|
|
1059
|
-
- improve status management (#63)
|
|
1060
|
-
|
|
1061
|
-
### Features
|
|
1062
|
-
|
|
1063
|
-
- add retry logic to jest ([#59](https://github.com/lifinance/sdk/issues/59)) ([c62ac37](https://github.com/lifinance/sdk/commit/c62ac370504e6bf652c24c75888d1fc44d394683))
|
|
1064
|
-
- added getTools ([#61](https://github.com/lifinance/sdk/issues/61)) ([82e8ddd](https://github.com/lifinance/sdk/commit/82e8ddd6becbbbb197bc8f68376f12cfc6426ec1))
|
|
1065
|
-
- improve status management ([#63](https://github.com/lifinance/sdk/issues/63)) ([e22ab60](https://github.com/lifinance/sdk/commit/e22ab6077f2b4e4fd88ca6519154d6c74e7480e7))
|
|
1066
|
-
|
|
1067
|
-
### Bug Fixes
|
|
1068
|
-
|
|
1069
|
-
- deep clone incoming routes to prevent side effects ([#62](https://github.com/lifinance/sdk/issues/62)) ([6040757](https://github.com/lifinance/sdk/commit/6040757f96a77ef8d370abc92ea0128c555a6696)), closes [#61](https://github.com/lifinance/sdk/issues/61) [#63](https://github.com/lifinance/sdk/issues/63)
|
|
1070
|
-
- fix optimism balance loading ([#57](https://github.com/lifinance/sdk/issues/57)) ([219c3a9](https://github.com/lifinance/sdk/commit/219c3a903e7568f4df9d058d9b83f6d99744766b))
|
|
1071
|
-
- fix undefined route error ([#58](https://github.com/lifinance/sdk/issues/58)) ([8cb120e](https://github.com/lifinance/sdk/commit/8cb120eb509ae12afdc9cea933081b2f4c1cdc5f))
|
|
1072
|
-
|
|
1073
|
-
## [1.0.0-beta.0](https://github.com/lifinance/sdk/compare/v0.5.3...v1.0.0-beta.0) (2022-04-13)
|
|
1074
|
-
|
|
1075
|
-
### ⚠ BREAKING CHANGES
|
|
1076
|
-
|
|
1077
|
-
- use object pattern for public methods with many params (#56)
|
|
1078
|
-
- load available chains from the backend (#53)
|
|
1079
|
-
|
|
1080
|
-
### Features
|
|
1081
|
-
|
|
1082
|
-
- load available chains from the backend ([#53](https://github.com/lifinance/sdk/issues/53)) ([67cff83](https://github.com/lifinance/sdk/commit/67cff834aa7643234ec43626489059869e018787))
|
|
1083
|
-
- use /status for swap execution handling ([#55](https://github.com/lifinance/sdk/issues/55)) ([0e4821c](https://github.com/lifinance/sdk/commit/0e4821c3784d87e0e4ac725eea14b3f14fe8b03c))
|
|
1084
|
-
- use object pattern for public methods with many params ([#56](https://github.com/lifinance/sdk/issues/56)) ([b167240](https://github.com/lifinance/sdk/commit/b167240602b13d3733e5e4de5271411b5fdbd4b2))
|
|
1085
|
-
|
|
1086
|
-
### Bug Fixes
|
|
1087
|
-
|
|
1088
|
-
- handle status result 'FAILED' correctly ([#54](https://github.com/lifinance/sdk/issues/54)) ([a2113a4](https://github.com/lifinance/sdk/commit/a2113a42dc05c3cc9666a6f73bc64fe0b083372b))
|
|
1089
|
-
- route undefined bug ([#52](https://github.com/lifinance/sdk/issues/52)) ([f0bd05e](https://github.com/lifinance/sdk/commit/f0bd05e8e8454ee570ed908b9584d24dcfadc10e))
|
|
1090
|
-
|
|
1091
|
-
### [0.5.4](https://github.com/lifinance/sdk/compare/v0.5.3...v0.5.4) (2022-04-04)
|
|
1092
|
-
|
|
1093
|
-
### [0.5.3](https://github.com/lifinance/sdk/compare/v0.5.2...v0.5.3) (2022-04-04)
|
|
1094
|
-
|
|
1095
|
-
### [0.5.2](https://github.com/lifinance/sdk/compare/v0.5.1...v0.5.2) (2022-04-04)
|
|
1096
|
-
|
|
1097
|
-
### Features
|
|
1098
|
-
|
|
1099
|
-
- adjust status handling to new behaviour ([#50](https://github.com/lifinance/sdk/issues/50)) ([3d3c540](https://github.com/lifinance/sdk/commit/3d3c5403da8392d3e9e62271c0b84c71042b73c4))
|
|
1100
|
-
|
|
1101
|
-
### Bug Fixes
|
|
1102
|
-
|
|
1103
|
-
- continue status calls after failure ([#49](https://github.com/lifinance/sdk/issues/49)) ([3db0a62](https://github.com/lifinance/sdk/commit/3db0a626cc6eb8449c11ed5b3091a748f9c38094))
|
|
1104
|
-
|
|
1105
|
-
### [0.5.1](https://github.com/lifinance/sdk/compare/v0.5.0...v0.5.1) (2022-03-24)
|
|
1106
|
-
|
|
1107
|
-
## [0.5.0](https://github.com/lifinance/sdk/compare/v0.4.11...v0.5.0) (2022-03-24)
|
|
1108
|
-
|
|
1109
|
-
### [0.4.11](https://github.com/lifinance/sdk/compare/v0.4.10...v0.4.11) (2022-03-24)
|
|
1110
|
-
|
|
1111
|
-
### Features
|
|
1112
|
-
|
|
1113
|
-
- add infinite approval to execution settings ([#47](https://github.com/lifinance/sdk/issues/47)) ([e2b3995](https://github.com/lifinance/sdk/commit/e2b39950a8e3d06998ce492ffd6bfcc2b36c35de))
|
|
1114
|
-
- add token approval methods ([#48](https://github.com/lifinance/sdk/issues/48)) ([1f3b64d](https://github.com/lifinance/sdk/commit/1f3b64d8e545a0eb4ca33e94065b6b99dd02b0e3))
|
|
1115
|
-
|
|
1116
|
-
### [0.4.10](https://github.com/lifinance/sdk/compare/v0.4.9...v0.4.10) (2022-03-20)
|
|
1117
|
-
|
|
1118
|
-
### Features
|
|
1119
|
-
|
|
1120
|
-
- add chains endpoint to SDK ([#46](https://github.com/lifinance/sdk/issues/46)) ([4b500d7](https://github.com/lifinance/sdk/commit/4b500d738303e1c67f54c929447157a1fab26f8a))
|
|
1121
|
-
|
|
1122
|
-
### [0.4.9](https://github.com/lifinance/sdk/compare/v0.4.8...v0.4.9) (2022-03-15)
|
|
1123
|
-
|
|
1124
|
-
### Bug Fixes
|
|
1125
|
-
|
|
1126
|
-
- store received token in execution object ([#45](https://github.com/lifinance/sdk/issues/45)) ([8115ccd](https://github.com/lifinance/sdk/commit/8115ccde4123c420d7e3f96b1e3e2b67c4773e68))
|
|
1127
|
-
|
|
1128
|
-
### [0.4.8](https://github.com/lifinance/sdk/compare/v0.4.7...v0.4.8) (2022-03-07)
|
|
1129
|
-
|
|
1130
|
-
### Features
|
|
1131
|
-
|
|
1132
|
-
- randomly select RPCs to prevent quota issues ([#44](https://github.com/lifinance/sdk/issues/44)) ([4346282](https://github.com/lifinance/sdk/commit/4346282ccd82072cba0e8ba1101f1b55b5bbd8f4))
|
|
1133
|
-
|
|
1134
|
-
### [0.4.7](https://github.com/lifinance/sdk/compare/v0.4.6...v0.4.7) (2022-02-24)
|
|
1135
|
-
|
|
1136
|
-
### Features
|
|
1137
|
-
|
|
1138
|
-
- use common bridge executor for all known BridgeTools ([#43](https://github.com/lifinance/sdk/issues/43)) ([77626b3](https://github.com/lifinance/sdk/commit/77626b35c617a594f7f1924fc6860c35b9fafa8c))
|
|
1139
|
-
|
|
1140
|
-
### [0.4.6](https://github.com/lifinance/sdk/compare/v0.4.5-beta.2...v0.4.6) (2022-02-24)
|
|
1141
|
-
|
|
1142
|
-
### Bug Fixes
|
|
1143
|
-
|
|
1144
|
-
- handle tokens with 0xeee... zero
|
|
1145
|
-
addresses ([#41](https://github.com/lifinance/sdk/issues/41)) ([130df5](https://github.com/lifinance/sdk/commit/130df5a3c60e4e5848e7893035c19bec6a9e8365))
|
|
1146
|
-
|
|
1147
|
-
### Features
|
|
1148
|
-
|
|
1149
|
-
- use common bridge executor for bridge
|
|
1150
|
-
calls ([#42](https://github.com/lifinance/sdk/issues/40)) ([2c8865](https://github.com/lifinance/sdk/commit/2c88651532af66a31108489dd455a2fece54436b))
|
|
1151
|
-
- **Hop:** use common bridge executor for hop
|
|
1152
|
-
transfers ([#40](https://github.com/lifinance/sdk/issues/40)) ([b65519](https://github.com/lifinance/sdk/commit/b655190a481a29b1b09b09e97c1c9edd1d25fd92))
|
|
1153
|
-
|
|
1154
|
-
### [0.4.5](https://github.com/lifinance/sdk/compare/v0.4.4...v0.4.5) (2022-02-10)
|
|
1155
|
-
|
|
1156
|
-
### [0.4.4](https://github.com/lifinance/sdk/compare/v0.4.2...v0.4.4) (2022-02-09)
|
|
1157
|
-
|
|
1158
|
-
### Bug Fixes
|
|
1159
|
-
|
|
1160
|
-
- check chain before sending
|
|
1161
|
-
transactions ([#33](https://github.com/lifinance/sdk/issues/33)) ([6b92a77](https://github.com/lifinance/sdk/commit/6b92a7740d00427244c48df2a4c30f255e2a89ec))
|
|
1162
|
-
- fix type changes ([59b9981](https://github.com/lifinance/sdk/commit/59b9981d7b71704bcb137ecc2de4af09f3f819a8))
|
|
1163
|
-
- **nxtp:** wait for subgraph setup before calling
|
|
1164
|
-
waitFor ([62c7f73](https://github.com/lifinance/sdk/commit/62c7f73fe186c6ebd70fdbb38c84863abb71fc52))
|
|
1165
|
-
- show better connext error
|
|
1166
|
-
message ([#32](https://github.com/lifinance/sdk/issues/32)) ([e3f9998](https://github.com/lifinance/sdk/commit/e3f9998c12a16b99e2b3d3b638b47016d90a85fe))
|
|
1167
|
-
|
|
1168
|
-
### [0.4.3](https://github.com/lifinance/sdk/compare/v0.4.2...v0.4.3) (2022-01-29)
|
|
1169
|
-
|
|
1170
|
-
### [0.4.2](https://github.com/lifinance/sdk/compare/v0.4.1...v0.4.2) (2022-01-28)
|
|
1171
|
-
|
|
1172
|
-
### Features
|
|
1173
|
-
|
|
1174
|
-
- add new API endpoints to
|
|
1175
|
-
SDK ([#30](https://github.com/lifinance/sdk/issues/30)) ([89ace22](https://github.com/lifinance/sdk/commit/89ace22ed6f7a76900ebdffb85b4393ba687770c))
|
|
1176
|
-
- improve handling of wallet & backend
|
|
1177
|
-
errors ([#22](https://github.com/lifinance/sdk/issues/22)) ([05e94d6](https://github.com/lifinance/sdk/commit/05e94d617ac22928bbc3265d3a75579e7e5a833d))
|
|
1178
|
-
- use v1 LiFi
|
|
1179
|
-
endpoints ([#29](https://github.com/lifinance/sdk/issues/29)) ([c271425](https://github.com/lifinance/sdk/commit/c2714252a9be2df0ea1e1a30b7f01be3839bb563))
|
|
1180
|
-
|
|
1181
|
-
### Bug Fixes
|
|
1182
|
-
|
|
1183
|
-
- **Hop:** check subgraphs for success confirmation instead of using hop
|
|
1184
|
-
sdk ([#24](https://github.com/lifinance/sdk/issues/24)) ([ce95623](https://github.com/lifinance/sdk/commit/ce956233f19c16ba017606207715f5ab61143032))
|
|
1185
|
-
- **nxtp:** improve nxtp timeout
|
|
1186
|
-
handling ([#23](https://github.com/lifinance/sdk/issues/23)) ([fa12dec](https://github.com/lifinance/sdk/commit/fa12dec9834d236ae8a621866b3813d19a56107e))
|
|
1187
|
-
- **nxtp:** use transactionId returned by the backend (
|
|
1188
|
-
LF-78) ([121c103](https://github.com/lifinance/sdk/commit/121c1032a989a137d8d473af233e362e0d80ff3b))
|
|
1189
|
-
- resolve eslint
|
|
1190
|
-
issues ([#27](https://github.com/lifinance/sdk/issues/27)) ([5b307ce](https://github.com/lifinance/sdk/commit/5b307ce749c6f9e87513155778421eb6323b148a))
|
|
1191
|
-
- type in
|
|
1192
|
-
hook ([#28](https://github.com/lifinance/sdk/issues/28)) ([9e72a39](https://github.com/lifinance/sdk/commit/9e72a3917a9fa6441b859dc6492b73dd9568df92))
|
|
1193
|
-
|
|
1194
|
-
### [0.4.1](https://github.com/lifinance/sdk/compare/v0.4.0...v0.4.1) (2022-01-14)
|
|
1195
|
-
|
|
1196
|
-
## [0.4.0](https://github.com/lifinance/sdk/compare/v0.3.3...v0.4.0) (2022-01-14)
|
|
1197
|
-
|
|
1198
|
-
### ⚠ BREAKING CHANGES
|
|
1199
|
-
|
|
1200
|
-
- interface of external status management methods changed
|
|
1201
|
-
|
|
1202
|
-
### Bug Fixes
|
|
1203
|
-
|
|
1204
|
-
- **nxtp:** handle cancelled
|
|
1205
|
-
transfers ([#18](https://github.com/lifinance/sdk/issues/18)) ([02cd6de](https://github.com/lifinance/sdk/commit/02cd6deb499e5b6b08ee111dcefe2ebda81da548))
|
|
1206
|
-
- **scripts:** make install script OS
|
|
1207
|
-
agnostic ([6792a8f](https://github.com/lifinance/sdk/commit/6792a8fceb4246ed77b18ef58481fa56a6bca92c))
|
|
1208
|
-
|
|
1209
|
-
- refactor status
|
|
1210
|
-
handling ([#5](https://github.com/lifinance/sdk/issues/5)) ([aa924d8](https://github.com/lifinance/sdk/commit/aa924d80a3b151b8ca750a311436fb10aa4f8f7a))
|
|
1211
|
-
|
|
1212
|
-
### [0.3.4](https://github.com/lifinance/sdk/compare/v0.3.3...v0.3.4) (2022-01-12)
|
|
1213
|
-
|
|
1214
|
-
### Bug Fixes
|
|
1215
|
-
|
|
1216
|
-
- **nxtp:** handle cancelled
|
|
1217
|
-
transfers ([#18](https://github.com/lifinance/sdk/issues/18)) ([02cd6de](https://github.com/lifinance/sdk/commit/02cd6deb499e5b6b08ee111dcefe2ebda81da548))
|
|
1218
|
-
- **scripts:** make install script OS
|
|
1219
|
-
agnostic ([6792a8f](https://github.com/lifinance/sdk/commit/6792a8fceb4246ed77b18ef58481fa56a6bca92c))
|
|
1220
|
-
|
|
1221
|
-
### [0.3.3](https://github.com/lifinance/sdk/compare/v0.2.3...v0.3.3) (2022-01-04)
|
|
1222
|
-
|
|
1223
|
-
### Bug Fixes
|
|
1224
|
-
|
|
1225
|
-
- **nxtp:** wait until balance rpc contains block number larger than claim block
|
|
1226
|
-
number ([#14](https://github.com/lifinance/sdk/issues/14)) ([5146af0](https://github.com/lifinance/sdk/commit/5146af0a2596f202eec74ffc0af89905264ab66c))
|
|
1227
|
-
|
|
1228
|
-
### [0.2.3](https://github.com/lifinance/sdk/compare/v0.2.2...v0.2.3) (2021-12-30)
|
|
1229
|
-
|
|
1230
|
-
### Features
|
|
1231
|
-
|
|
1232
|
-
- **bal:** add local balance checks to avoid impossible
|
|
1233
|
-
transactions ([2a8e0b2](https://github.com/lifinance/sdk/commit/2a8e0b2fd25622cdb9f253e610e25fc0cde9d3f7))
|
|
1234
|
-
- **balance:** update multicall contract usage in balance
|
|
1235
|
-
util ([#9](https://github.com/lifinance/sdk/issues/9)) ([74b1d8f](https://github.com/lifinance/sdk/commit/74b1d8fe4c2a4da505584db65826c015608ebebe))
|
|
1236
|
-
- **dex:** parse exchange
|
|
1237
|
-
transactions ([97cba56](https://github.com/lifinance/sdk/commit/97cba56fdd97c6f7998e9da8b8346832ee5d25eb))
|
|
1238
|
-
|
|
1239
|
-
### [0.2.2](https://github.com/lifinance/sdk/compare/v0.2.1...v0.2.2) (2021-12-28)
|
|
1240
|
-
|
|
1241
|
-
### Bug Fixes
|
|
1242
|
-
|
|
1243
|
-
- **paraswap:** improve receipt
|
|
1244
|
-
parsing ([ee604a5](https://github.com/lifinance/sdk/commit/ee604a5e7fe4ae1e5c433441b7cb8fb0fd4e241d))
|
|
1245
|
-
|
|
1246
|
-
### [0.2.1](https://github.com/lifinance/sdk/compare/v0.2.0...v0.2.1) (2021-12-16)
|
|
1247
|
-
|
|
1248
|
-
## [0.2.0](https://github.com/lifinance/sdk/compare/v0.1.1...v0.2.0) (2021-12-16)
|
|
1249
|
-
|
|
1250
|
-
### Features
|
|
1251
|
-
|
|
1252
|
-
- **config:** allow to edit the underlying
|
|
1253
|
-
config ([#2](https://github.com/lifinance/sdk/issues/2)) ([3c04ead](https://github.com/lifinance/sdk/commit/3c04ead754097ae9d39071b87fe9f7174dee50e4))
|
|
1254
|
-
|
|
1255
|
-
### Bug Fixes
|
|
1256
|
-
|
|
1257
|
-
- **balance:** split large token lists into
|
|
1258
|
-
chunks ([#7](https://github.com/lifinance/sdk/issues/7)) ([d19f837](https://github.com/lifinance/sdk/commit/d19f837b2df88427444ea954016ed61a1cc2e0f8))
|
|
1259
|
-
|
|
1260
|
-
### [0.1.1](https://github.com/lifinance/sdk/compare/v0.1.0...v0.1.1) (2021-12-13)
|
|
1261
|
-
|
|
1262
|
-
### Features
|
|
1263
|
-
|
|
1264
|
-
- **balances:** handle empty token
|
|
1265
|
-
lists ([b0a4837](https://github.com/lifinance/sdk/commit/b0a48376b70b92266eff368437b56ac26a715c39))
|
|
1266
|
-
- **nxtp:** handle encryption/decryption via
|
|
1267
|
-
hooks ([#4](https://github.com/lifinance/sdk/issues/4)) ([4e4f27d](https://github.com/lifinance/sdk/commit/4e4f27de798f2ccb9b04def0a518afdebb26cf43))
|
|
1268
|
-
|
|
1269
|
-
## [0.1.0](https://github.com/lifinance/sdk/compare/v0.0.2...v0.1.0) (2021-12-10)
|
|
1270
|
-
|
|
1271
|
-
- **Token:** refactor token and coin
|
|
1272
|
-
usage ([#1](https://github.com/lifinance/sdk/issues/1)) ([5ee4d86](https://github.com/lifinance/sdk/commit/5ee4d86ac037f74de0981139f8275031be58c82b))
|