ordinals/ord

Don't export addresses without address index

Open

#3,917 opened on 2024年8月29日

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)

説明

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.

コントリビューターガイド