-
Notifications
You must be signed in to change notification settings - Fork 1.2k
#238 add operations and effects for claimable balances and sponsorship #264
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
base: master
Are you sure you want to change the base?
Conversation
|
. |
|
src/components/Account.js |
| {`: ${highThreshold}`} | ||
| </span> | ||
| ) | ||
|
|
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.
package.json
| path_payment_strict_send: PathPayment, | ||
| path_payment_strict_receive: PathPayment, | ||
| path_payment: PathPayment, // < Protocol 12 | ||
|
|
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.
src/components/operations/ClaimClaimableBalance.js
| "name": "stellarexplorer", | ||
| "description": "Ledger explorer for the Stellar network", | ||
| "version": "1.3.0", | ||
| "version": "1.4.0", |
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.
"1.4.0",
| @@ -0,0 +1,20 @@ | |||
| import React from 'react' | |||
| import {FormattedMessage} from 'react-intl' | |||
|
|
|||
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.
package-lock.json
| import {FormattedMessage} from 'react-intl' | ||
|
|
||
| import AccountLink from '../shared/AccountLink' | ||
|
|
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.
package-lock.json
| /> | ||
| ) | ||
| } | ||
|
|
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.
package-lock.json
No description provided.