ordinals/ord

Don't export addresses without address index

Open

#3,917 opened on Aug 29, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1,479 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide