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

update soroban tests for disabled config #3

Merged

Conversation

sreuland
Copy link

@urvisavla , this is a draft of the changes i think needed on soroban integration tests to handle when DISABLE_SOROBAN_INGEST_PROCESSORS=true|false

@@ -346,6 +377,22 @@ func assembleInstallContractCodeOp(t *testing.T, sourceAccount string, wasmFileN
}
}

func verifyEmptySorobanMeta(t *testing.T, clientTx horizon.Transaction) {
Copy link
Owner

Choose a reason for hiding this comment

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

Is this no longer used anywhere?

Copy link
Author

Choose a reason for hiding this comment

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

good call out, I meant to still use this when DisabledSoroban=true in the test cases, I'll push that up to your branch directly in a bit, as i'm stepping through that per our huddle.

@urvisavla urvisavla merged commit 44efe61 into urvisavla:5175/skip-soroban-ingestion-flag Jan 23, 2024
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