ordinals/ord

Don't export addresses without address index

Open

#3917 aperta il 29 ago 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (1479 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (3955 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor