🦀 MultiversX tool pack in Rust. Contains: a smart contract framework; a complete smart contract build solution; a large collection of example smart contracts; a testing framework and debugger that include a VM model; various other tools.
GNU General Public License v3.0
177
stars
98
forks
source link
Critical error: "Memory allocation forbidden" for promises callback with ManagedAddress parameter #1372
Just deploy this contract on 2 different shards and call the "execute" endpoint on one of the contract by providing as parameter the address of the second one.
Here is a simple contract which throws the error: https://github.com/gfusee/promises-memory-alloc
Just deploy this contract on 2 different shards and call the "execute" endpoint on one of the contract by providing as parameter the address of the second one.
Here is a such transaction: https://devnet-explorer.multiversx.com/transactions/56c5fe7ba8e5191e3c2af811e203dea55a0240c8207b2b0049005dbc785a8a1e
This error makes async calls unusable with the Sirius release already deployed on the devnet