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

fix: also configure compat mode on partial service #642

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

DylanVerstraete
Copy link
Contributor

@DylanVerstraete DylanVerstraete commented Mar 13, 2023

related: #641

Comment on lines +121 to +130
sc_consensus_aura::CompatibilityMode::UseInitializeBlock { until: 1195403 }
}
"tfchain_qa_net" => {
sc_consensus_aura::CompatibilityMode::UseInitializeBlock { until: 608253 }
}
"tfchain_testnet" => {
sc_consensus_aura::CompatibilityMode::UseInitializeBlock { until: 4740026 }
}
"tfchain_mainnet" => {
sc_consensus_aura::CompatibilityMode::UseInitializeBlock { until: 4231659 }
Copy link
Collaborator

Choose a reason for hiding this comment

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

for curiosity, where those numbers come from?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are the blocknumbers for each network where we upgraded from substrate 3.0.0 to polkadot-0.9.X making it a breaking change.

@DylanVerstraete DylanVerstraete merged commit bb09e8e into development Mar 14, 2023
@DylanVerstraete DylanVerstraete deleted the development_fix_sync branch March 14, 2023 08:12
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.

2 participants