-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
program: account for fuel in swaps(#1411)
* program: user-increment-bonus-swap * fix delta * clean up * CHANGELOG * add test * Prettify * Prettify * Prettify * sdk: release v2.105.0-beta.5 * v2.105.0 * sdk: release v2.106.0-beta.0 * sdk: add calculateBaseAssetAmountToCoverMarginShortage (#1409) * sdk: add calculateBaseAssetAmountToCoverMarginShortage * add calculateMaxPctToLiquidate * prettify * sdk: release v2.106.0-beta.1 * Nour/swift subscriber (#1408) * add endpoint optionality to swift order subscriber * add to export barrel file * add utility ix to getplaceandmakeswiftixs * sdk: release v2.106.0-beta.2 * sdk: add spot-market-index-33-34-pool-1 constants (#1412) * sdk: release v2.106.0-beta.3 * add signed fuelboostdeposit * tests/spotSwap.ts: add commented out assert * CHANGELOG --------- Co-authored-by: Chris Heaney <[email protected]> Co-authored-by: Luke Steyn <[email protected]> Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: moosecat <[email protected]>
- Loading branch information
1 parent
51b7053
commit d74ae40
Showing
9 changed files
with
128 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.106.0-beta.6 | ||
2.106.0-beta.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6111,7 +6111,7 @@ | |
{ | ||
"name": "fuelBoostDeposits", | ||
"type": { | ||
"option": "u32" | ||
"option": "i32" | ||
} | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters