You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## [0.24.0]
4
+
5
+
### Added
6
+
7
+
-`simulateSwap` method parameters were extended with new fields:
8
+
-`poolAddress`
9
+
10
+
-`simulateReverseSwap` method parameters were extended with new fields:
11
+
-`poolAddress`
12
+
13
+
-`SwapSimulationResponse` was extended with new fields:
14
+
-`recommendedSlippageTolerance` Recommended difference between the original price of the order and the final price (considering potential sandwich attack)
15
+
-`recommendedMinAskUnits` Recommended minimal amount of ask units (considering potential sandwich attack)
16
+
-`swapRate`
17
+
-`gasParams`
18
+
-`gasBudget` Optional TON gas budget for transaction
19
+
-`forwardGas` Forward TON amount for transaction
20
+
-`estimatedGasConsumption` Estimated gas consumption
0 commit comments