-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename add liquidity mutations to deposit (#2304)
* feat(liquidity): rename addAssetLiquidity to depositAssetLiquidity BREAKING CHANGE: Renamed addAssetLiquidity resolver to depositAssetLiquidity for clarity and consistency. * feat(liquidity): rename addPeertLiquidity to depositPeerLiquidity BREAKING CHANGE: Renamed addPeerLiquidity resolver to depositPeerLiquidity for clarity and consistency. * chore(backend): update test name verbiage from add to deposit * chore(backend): update error verbiage from add to deposit * chore(backend): update gql schema comment verbiage from add to deposit * fix(frontend): upadte to use new resolver names * fix(localenv): update mock ase to use new mutation names * fix(localenv,documentation): update docs * refactor: rename add liquidity service methods to deposit * feat: rename addedLiquidity to depositedLiquidity BREAKING CHANGE: Renamed addedLiquidity field to depositedLiquidity on graphql CreateOrUpdatePeerByUrlInput for consistency. * fix(postman): update request to use new deposit name * fix(frontend): change "add" to "deposit" liquidity * refactor(backend): update verbiage from add to deposit liquidity * refactor: change depositedLiquidity to liquidityToDeposit * Update packages/documentation/src/content/docs/concepts/interledger-protocol/peering.md Co-authored-by: Max Kurapov <[email protected]> * fix(documentation): bad json --------- Co-authored-by: Max Kurapov <[email protected]>
- Loading branch information
1 parent
852972d
commit 41e31ef
Showing
26 changed files
with
566 additions
and
542 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
Oops, something went wrong.