elrond-wasm-rs
elrond-wasm-rs copied to clipboard
🦀 Rust smart contract library designed for Elrond's Wasm VM. Also provides a debugging mode with mocks.
Updates I made during the hackathon.
Just a prototype, do not merge! Also note that this is part of a challenge, for now. Do not interfere.
It makes catching error very difficult to do, it obliges developers to rewind the stack (not a good practice) To reproduce: perform a call to an unknown address in a...
When a query is a success from the HTTP's point of view (code 200), but a failure regarding the smart contract (code != 0), the sdk panics. This is not...
# Abstract In the current state of the sdk, the user has the choice to either add Self::Api for every operation he does, or relying on the macros doing it...
This change is similar to what's done with `sc_call` function. It allows to be more flexible and it also allow to pass mutable references instead of direct values to the...
Hi, we need the nth_root implementation for BigUint, and it would be very helpful for us if you could include that in a future release. Thanks a lot!