Closed loloicci closed 1 year ago
https://github.com/line/cosmwasm/pull/240 limits both inputs and outputs. It is not the same way as txs (instantiate, execute, etc...) to limit the length of inputs.
Txs do not limit the size but cost gas according to the size of inputs.
https://github.com/line/cosmwasm/pull/240. Size is not the same as the txs.
https://github.com/line/cosmwasm/blob/354f875b721844df1c923bde14460b6ffdaad4c1/packages/vm/src/calls.rs#L24
closed via https://github.com/line/lbm-sdk/pull/835, https://github.com/line/wasmvm/pull/83, and https://github.com/line/cosmwasm/pull/259
input
dynamic link
https://github.com/line/cosmwasm/pull/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
https://github.com/line/cosmwasm/pull/240. Size is not the same as the txs.
Txs
https://github.com/line/cosmwasm/blob/354f875b721844df1c923bde14460b6ffdaad4c1/packages/vm/src/calls.rs#L24