Skip to content

Return error when exporting addresses without address index#4494

Open
Bortlesboat wants to merge 1 commit into
ordinals:masterfrom
Bortlesboat:fix/export-require-address-index
Open

Return error when exporting addresses without address index#4494
Bortlesboat wants to merge 1 commit into
ordinals:masterfrom
Bortlesboat:fix/export-require-address-index

Conversation

@Bortlesboat

Copy link
Copy Markdown

When --include-addresses is used but the index was not built with
--index-addresses, export falls back to fetching every transaction
via RPC, which is prohibitively slow.

Return a clear error instead and remove the RPC fallback path.

Fixes #3917

When --include-addresses is used but the address index was not built,
the export falls back to fetching every transaction via RPC which is
prohibitively slow. Return a clear error instead and remove the slow
RPC fallback path.

Fixes ordinals#3917
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't export addresses without address index

1 participant