8000 Liquidity Pool transactions + Claimable balances by quietbits · Pull Request #344 · stellar/account-viewer-v2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Liquidity Pool transactions + Claimable balances #344

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

Merged
merged 5 commits into from
Oct 6, 2021
Merged

Conversation

quietbits
Copy link
Contributor
@quietbits quietbits commented Sep 20, 2021

image

@quietbits quietbits marked this pull request as draft September 20, 2021 17:49
@stellar-jenkins
Copy link

@stellar-jenkins
Copy link

@stellar-jenkins
Copy link

@quietbits quietbits requested a review from piyalbasu September 20, 2021 20:54
export interface ClaimableBalancesInitialState {
data: ClaimableBalance[];
status: ActionStatus | undefined;
errorString?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in both of these, shouldn't it be

errorString: string | undefined?

Looks like the initial state defines errorString, so the key should always be present instead of optional

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a good point, we have done it this way in all other ducks. I'd prefer the more strict way and will create a separate ticket to update all for consistency.

},
public: {
url: "https://horizon.stellar.org",
network: StellarSdk.Networks.PUBLIC,
stellarExpertTxUrl: "https://stellar.expert/explorer/public/tx/",
stellarExpertAccountUrl: "https://stellar.expert/explorer/public/account/",
stellarExpertAssetUrl: "https://stellar.expert/explorer/public/asset/",
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we set something like const STELLAR_EXPERT_URL = https://stellar.expert/explorer/

8000
@stellar-jenkins
Copy link

@quietbits quietbits marked this pull request as ready for review October 5, 2021 13:36
@quietbits quietbits linked an issue Oct 5, 2021 that may be closed by this pull request
2 tasks
@stellar-jenkins
Copy link

@quietbits quietbits merged commit 016f79d into master Oct 6, 2021
@quietbits quietbits deleted the il-lp-cb branch October 6, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Protocol 18
3 participants
0