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

Unify how to limit input/output length between dynamic link and tx #257

Closed
loloicci opened this issue Dec 15, 2022 · 1 comment
Closed
Assignees

Comments

@loloicci
Copy link
Contributor

input

dynamic link

#240 limits both inputs and outputs. It is not the same way as txs (instantiate, execute, etc...) to limit the length of inputs.

Txs

Txs do not limit the size but cost gas according to the size of inputs.

output

dynamic link

#240. Size is not the same as the txs.

Txs

https://github.com/line/cosmwasm/blob/354f875b721844df1c923bde14460b6ffdaad4c1/packages/vm/src/calls.rs#L24

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

No branches or pull requests

1 participant