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

Atree Migration cleanup #5284

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

janezpodhostnik
Copy link
Contributor

This addresses review comments on #4633.

Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

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

Thank you for the follow-up!

@@ -21,11 +21,6 @@ func TestAtreeRegisterMigration(t *testing.T) {
log := zerolog.New(zerolog.NewTestWriter(t))
dir := t.TempDir()

validation := migrations.NewCadenceDataValidationMigrations(
Copy link
Member

Choose a reason for hiding this comment

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

Is this not needed anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, validation is done differently now, this was just a thing from the past we forgot to remove. The validation is now in cmd/util/ledger/migrations/cadence_value_validation.go.

@janezpodhostnik janezpodhostnik added this pull request to the merge queue Jan 24, 2024
Merged via the queue into master with commit 7f0980e Jan 24, 2024
51 checks passed
@janezpodhostnik janezpodhostnik deleted the janez/atree-migration-fixes branch January 24, 2024 19:21
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.

3 participants