Fusee ⚡
Fusee ⚡
Hi! I've got an error "no bigInt under the given handle" when running a contract with `erdpy contract test` command, but everything is ok when testing with Rust Testing Framework....
Hi, It seems convertToTypedValue method from NativeSerializer cannot handle enum, the workaround is to not currently use ABI to call endpoints that require enum I'm using erdjs 10.2.4 Thank you
I'm trying to simulate a swap on xExchange devnet with the following request: URL: https://devnet-gateway.multiversx.com/transaction/cost \ Method: POST Header: "Content-Type: application/json" Body: { "nonce": 229, "value": "0", "receiver": "erd1qqqqqqqqqqqqqpgqtqfhy99su9xzjjrq59kpzpp25udtc9eq0n4sr90ax6", "sender":...
The VM's backTransfers function returns all the backTransfers since the start of the contract execution. So the execute_on_dest_context_with_back_transfers too. But it would be more intuitive to filter the result BackTransfers...
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...
# Motivations I added a way to construct VM query requests and to parse the result by using the same typing system as the WASM framework. This allows backend developers...