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

adjust contract parameter limit #239

Merged
merged 1 commit into from
May 18, 2023

Conversation

ashneverdawn
Copy link
Contributor

I had to adjust the contract function parameter limit again. Despite the comments around it, it turns out the limit actually refers to the number of registers, not the number of parameters. (depending on the type, a parameter can use multiple registers) 128 still wasn't enough, but 256 worked.

I also bumped the spec_version to deploy it to Foucoco.

Refer to: #225

@ashneverdawn ashneverdawn requested a review from a team May 18, 2023 02:16
@ashneverdawn ashneverdawn merged commit 44f0d6d into main May 18, 2023
@ashneverdawn ashneverdawn deleted the foucoco-adjust-contract-param-limit branch May 18, 2023 13:20
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