1 dau201933232c/ElrondDevelopers 2years ago Hello! I'm using the Rust Testing Framework since last week and have met a wall ???? When I try to use managed_address!() macro, I get a 'called Option::unwrap() on a None value' error. Anyone here using the macro in rust tests without problem ??
1 dau201933232c/ElrondDevelopers 2years ago Hello! ? My Smart Contract includes different modules. Everything works fine with erdpy contract build. But when I use rust testing framework, I get errors if I try to use functions defined in these modules. Anyone knows how to use modules with the rust testing framework ?