-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: liquidity updates #3241
docs: liquidity updates #3241
Conversation
Minor updates before larger liquidity updates
✅ Deploy Preview for brilliant-pasca-3e80ec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I also updated the accounting concepts page to make the transfer examples at the bottom easier to navigate to |
packages/documentation/src/content/docs/admin/liquidity/asset-liquidity.mdx
Outdated
Show resolved
Hide resolved
packages/documentation/src/content/docs/admin/liquidity/payment-liquidity.mdx
Outdated
Show resolved
Hide resolved
packages/documentation/src/content/docs/admin/liquidity/asset-liquidity.mdx
Outdated
Show resolved
Hide resolved
import { CodeBlock, LinkOut } from '@interledger/docs-design-system' | ||
import IdempotencyNote from '/src/partials/liquidity-idempotency.mdx' | ||
|
||
Asset liquidity is the amount of value, denominated in a given asset, that Rafiki has available to handle cross-currency (foreign exchange) transactions between you and your peer. Whenever an outgoing payment/incoming payment is in a different asset than the peering relationship, the liquidity of asset accounts will change depending on the FX direction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, we should also update the overview/concepts/accounting/#asset-liquidity-accounts
page with this text for consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I caught that yesterday, so I think we're good here.
{ | ||
data: { | ||
success: true | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I wonder why prettier didn't format this with quotes 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also no quotes in payment-liquidity or two-phase-transfers, just peer 🤷🏻♀️
Fixes #3139
Split manage liquidity page into multiple pages. Also add wrap to a few code blocks that needed it.