1 mra567194097c/ElrondDevelopers 2years ago Can you share a bit of the code used to create and call the url?
1 mra567194097c/ElrondDevelopers 2years ago Hi! This was working until yesterday/today on production. We're also having an issue with this. Not really sure what changed and why the Elrond Wallet isn't returning a signed message any more. Anybody got any idea when this will be fixed or if it will be fixed any time soon?
1 mra567194097c/ElrondDevelopers 2years ago Hi guys! So I was wondering if anyone has gone into iterating over big dictionaries ( MapMappers) I was wondering what you would think would be more efficient. So let's say we have a MapMapper containing 100.000 entries and it looks something like . You need to iterate through a... Read more
1 mra567194097c/ElrondDevelopers 3years ago Hi guys! does anyone have any idea when erdjs might support signing via the maiar app (walletconnect) ?
1 mra567194097c/ElrondDevelopers 3years ago So... The response from the SC in my case is a custom struct and from what I can see the return value is encoded in Base64. But I'm unsure how I can translate the Base64 encoding to a mapping that would match the struct in the contract. Any ideas on how that is done? Is it even possible?