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

Add new tests for error escalation from contract calls. #967

Merged
merged 3 commits into from
Jul 29, 2023

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Jul 27, 2023

Test that contract calls that return various Error all escalate to Err(Error) at the host / frame level.

This is part of ensuring #522 but we also need to run the same tests up at the core level and ensure we route these all the way to transaction failures there.

@graydon graydon requested review from sisuresh and a team as code owners July 27, 2023 04:16
@graydon graydon requested a review from dmkozh July 27, 2023 04:17
@graydon graydon force-pushed the test-contract-call-error-returns branch from dd2f453 to 7e7d504 Compare July 28, 2023 23:09
@graydon graydon force-pushed the test-contract-call-error-returns branch from 7e7d504 to 283d97a Compare July 28, 2023 23:35
@graydon graydon merged commit 14f4856 into main Jul 29, 2023
8 checks passed
@graydon graydon deleted the test-contract-call-error-returns branch July 29, 2023 09:23
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