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
When doing ord index export, we currently export addresses even if the index wasn't built with --index-addresses. This is prohibitively slow. If the address index doesn't exist, we should just not export addresses.
The text was updated successfully, but these errors were encountered:
When doing
ord index export
, we currently export addresses even if the index wasn't built with--index-addresses
. This is prohibitively slow. If the address index doesn't exist, we should just not export addresses.The text was updated successfully, but these errors were encountered: