You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stellar-expert introduced a default limit of 10 and a max limit of 200 for their accounts directory request (see here). We'd now need to paginate to fetch all known accounts.
But they also changed the available 'tags'. Now there is only a 'memo-required' tag instead of something like accepts":{"memo":"MEMO_ID"}} so we have to adjust the logic for memos when creating a payment.
The text was updated successfully, but these errors were encountered:
Stellar-expert introduced a default limit of 10 and a max limit of 200 for their accounts directory request (see here). We'd now need to paginate to fetch all known accounts.
But they also changed the available 'tags'. Now there is only a 'memo-required' tag instead of something like
accepts":{"memo":"MEMO_ID"}}
so we have to adjust the logic for memos when creating a payment.The text was updated successfully, but these errors were encountered: