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

refactor(pallet-gear, wasm-gen): Remove stack limiter to decrease unnecessary errors from wasmi #3434

Merged
merged 4 commits into from
Oct 22, 2023

Conversation

techraed
Copy link
Member

@techraed techraed commented Oct 21, 2023

Resolves #3433

Temp solution

@techraed techraed added A0-pleasereview PR is ready to be reviewed by the team D4-test Autotests, and examples D5-tooling Helper tools and utilities labels Oct 21, 2023
pallets/gear/src/schedule.rs Outdated Show resolved Hide resolved
@breathx breathx added the A2-mergeoncegreen PR is ready to merge after CI passes label Oct 22, 2023
@breathx breathx merged commit ac01b11 into master Oct 22, 2023
@breathx breathx deleted the st/issue-3433 branch October 22, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team A2-mergeoncegreen PR is ready to merge after CI passes D4-test Autotests, and examples D5-tooling Helper tools and utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wasm-gen creates too large blocks of code, which leads to exec of unreachable instructions
5 participants