-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: in given out for /custom-direct-quote (#420)
* Feat: in given out for /custom-direct-quote * Feat: in given out for /custom-direct-quote Add humanDenoms support * Feat: in given out for /custom-direct-quote Update swagger * Feat: in given out for /custom-direct-quote Update docs * Feat: in given out for /custom-direct-quote Add docs for supported route types * Feat: in given out for /custom-direct-quote (#423) * Feat: in given out for /custom-direct-quote e2e tests for exact amount out init * fix merge error * WIP * WIP * Feat: in given out for /custom-direct-quote e2e tests for /custom-direct-quote * Feat: in given out for /custom-direct-quote Break run_quote_test into smaller individual parts for reusability * Feat: in given out for /custom-direct-quote Introduce calculate_expected_base_out_quote_spot_price * Feat: in given out for /custom-direct-quote Add synthetic tests for /quote and /custom-direct-quote * Update tests/route.py --------- Co-authored-by: Deividas Petraitis <[email protected]> * code rabbit --------- Co-authored-by: Roman <[email protected]>
- Loading branch information
1 parent
7fa4e31
commit ae2b8eb
Showing
24 changed files
with
1,430 additions
and
413 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
package http | ||
|
||
import "github.com/labstack/echo/v4" | ||
|
||
func GetPoolsValidTokenInTokensOut(c echo.Context) (poolIDs []uint64, tokenOut []string, tokenIn string, err error) { | ||
return getPoolsValidTokenInTokensOut(c) | ||
} |
Oops, something went wrong.