ordinals/ord

Don't export addresses without address index

Open

#3,917 创建于 2024年8月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (1,479 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (3,955 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南