Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hi! I have been trying for long without luck to build a ContractCall like in the governance module and append arguments to the resulted call. I use the method "push_arg_managed_buffer" like in the governance module: https://github.com/ElrondNetwork/elrond-wasm-rs/blob/12ded2e9159b2f0eb52ab312aa86a12cb7384b61/elrond-wasm-modules/src/governance/mod.rs#L227 But whatever I do the arguments are not appended to the Data. I confirmed the arguments are there with require! check before. @iancudorinmarian, sorry to tag you directly but do you know if that is a possible bug or what could be wrong?