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
The first issue is that paging_token format has changed and I think it's fine because it's value shouldn't be interpreted in any way and just used.
The bigger problem is num_accounts value. It seems that the old code does not count not authorized (flag) trust lines to accounts with auth_required=true.
The text was updated successfully, but these errors were encountered:
This is interesting. There was a SE question yesterday where the author said:
Ideally I would like to get a list of accounts that are authorized to hold your asset and also a list of accounts that have "applied" for a trustline to hold your asset via Horizon.
num_accounts seems a bit ambiguous in this context, since it could refer to either authorised trustlines, non-authorised trustlines, or both. It would be great if there was a way to disambiguate.
Can you create a new issue for this? I think it's quite easy to do so maybe we could add it to 0.24.0 milestone. This issue is to just make sure /assets returns the same response as 0.22.2.
horizon-cmp
found the following diff:The first issue is that
paging_token
format has changed and I think it's fine because it's value shouldn't be interpreted in any way and just used.The bigger problem is
num_accounts
value. It seems that the old code does not count not authorized (flag) trust lines to accounts withauth_required=true
.The text was updated successfully, but these errors were encountered: