-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new query to get a swap (#1387)
* feat: add new query to get a swap * chore: update changelog * fix: add missing pagination param in cli client * chore: lint fix * chore: add grpc-query test * chore: add descriptive message for invalid QuerySwapRequest * chore: add CLI to query swap
- Loading branch information
1 parent
baab526
commit 92ad675
Showing
13 changed files
with
1,527 additions
and
412 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,6 +179,9 @@ | |
"Vote": "FBridgeVote" | ||
} | ||
} | ||
}, | ||
{ | ||
"url": "./tmp-swagger-gen/lbm/fswap/v1/query.swagger.json" | ||
} | ||
] | ||
} |
Oops, something went wrong.