Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge addresses stage with address referencing #9131

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

Qwerty5Uiop
Copy link
Collaborator

Resolves #9106

@@ -12,8 +12,7 @@ defmodule Explorer.Chain.Import do
require Logger

@stages [
Import.Stage.Addresses,
Import.Stage.AddressReferencing,
Import.Stage.AddressesBlocks,
Copy link
Member

@vbaranov vbaranov Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Qwerty5Uiop maybe rename to AddressesBlocksCoinBalances to reflect importing coin balances as well?

@Qwerty5Uiop Qwerty5Uiop force-pushed the ap-move-addresses-stage-to-blocks branch from fd9482a to b8408fc Compare January 16, 2024 08:44
@vbaranov vbaranov merged commit 6108aca into master Jan 16, 2024
41 checks passed
@vbaranov vbaranov deleted the ap-move-addresses-stage-to-blocks branch January 16, 2024 13:06
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.

Addresses import in parallel stage inside the block import
3 participants