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

Failing tests with tinygo 0.28.1 #134

Closed
radkomih opened this issue Jul 24, 2023 · 0 comments · Fixed by #131
Closed

Failing tests with tinygo 0.28.1 #134

radkomih opened this issue Jul 24, 2023 · 0 comments · Fixed by #131
Assignees

Comments

@radkomih
Copy link
Collaborator

radkomih commented Jul 24, 2023

With the newer release of our toolchain, based on tinygo 0.28.1, most of the tests fail. This scale pr resolves some of the issues, but there are tests still failing, depending on the GC used:

conservative GC
Test_ApplyExtrinsic_ExhaustsResourcesError
Test_ValidateTransaction_ExhaustsResourcesError

custom extalloc GC
Test_BlockExecution
Test_Metadata_Encoding_Success
Test_ApplyExtrinsic_ExhaustsResourcesError
Test_Balances_Transfer_Invalid_ExistentialDeposit
Test_Balances_SetBalance_BadOrigin
Test_Balances_ForceTransfer_BadOrigin
Test_Balances_ForceFree_BadOrigin

LimeChain/tinygo#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant