Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Use join param to load memo with payments #90

Open
bartekn opened this issue Sep 17, 2019 · 1 comment
Open

Use join param to load memo with payments #90

bartekn opened this issue Sep 17, 2019 · 1 comment

Comments

@bartekn
Copy link
Contributor

bartekn commented Sep 17, 2019

Horizon 0.19.0 added join parameter that merges transaction data (including memo) into /payments response. This will improve loading time of memos in the payments history table.

@vcarl
Copy link
Contributor

vcarl commented Sep 17, 2019

Looks like the relevant code is in history-widget-controller. This might be as simple as adding .join('transactions') to that chain there. See stellar-sdk@3.0.1 release notes for info about .join. I see we're using 2.0.1 right now, so we'll need to update as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants