5 rar493349386c/ElrondDevelopers 2years ago Hey guys. Anybody know why sometimes when I use the Maiar DEX Extension on some sites, it gives an error `This page has been blocked by Chrome ERR_BLOCKED_BY_CLIENT` and I have to reload the actual page from the extension for it to work ok?
1 rar493349386c/ElrondDevelopers 2years ago Hey guys, after I updated to WASM 0.31.1, now some Mandos tests fail because it seems that the esdt_nft_create no longer automatically outputs the nft nonce, and instead the output of my function call is `[]` instead of `[0x01]` for example Is this right?Should I remove the `out` checks from Mandos... Read more
2 rar493349386c/ElrondDevelopers 2years ago Hey, what happenes when an NFT is burned regarding the Elrond API?Will fetching it by it's nonce no longer work after the cache expires?
1 rar493349386c/ElrondDevelopers 2years ago But if a contract has metadata payable by SC, and for example there is an NFT sale for LKMEX and the royalties go into this SC, then how could one know what nonce that LKMEX has automatically in the contract without manual intervention?
2 rar493349386c/ElrondDevelopers 2years ago Is there a helper function to get in SC a BigUint value of EGLD balance. So if I want to have a const 0.05 EGLD, what would be the best way to do it?
3 rar493349386c/ElrondDevelopers 2years ago How can I return a message/status code from a SC call without using require!?
1 rar493349386c/ElrondDevelopers 2years ago Hey guys, how can I test a contract that generates random numbers (https://docs.elrond.com/developers/developer-reference/random-numbers-in-smart-contracts/#random-numbers-in-a-specific-range) ? Since the numbers change on each call, can the random functionality be mocked somehow in Mandos or using ... Read more
1 rar493349386c/ElrondDevelopers 2years ago I just got a really strange error on Testnet: "sync execution request is not in the same shard" https://testnet-explorer.elrond.com/transactions/926b677ae04e3556607c155f26c5fab5490b4a7d77bb2100ed9976c964921aee Anybody know what this means?
1 rar493349386c/ElrondDevelopers 2years ago So if I use erdpy contract deploy but without the --send flag, I can then get the transaction data field from the created json file right?
1 rar493349386c/ElrondDevelopers 2years ago Hello, does someone know a way to deploy a contract using Ledger on Windows? Since USB doesn't work in WSL2... Could I generate just the transaction payload using erdpy and then do the transaction manually using the Web Wallet since that has Ledger login?
1 rar493349386c/ElrondDevelopers 2years ago Hey guys, I saw the latest tweet regarding the ESDT Transfer Role, does anybody know how that would work? https://twitter.com/lucianmincu/status/1513231076948426762 Does it mean that in the future we could have a smart contract be executed for each ESDT transfer?
1 rar493349386c/ElrondDevelopers 2years ago Hey guys, how can I transform a u64 into a ManagedBuffer?
1 rar493349386c/ElrondDevelopers 2years ago Hey guys, I noticed that in Erdjs the smart contract results are again not correctly retrieved. Seems that the issue is with the Gateway (and API) on Devnet at least, the /transaction endpoints used in Erdjs do not seem to return the results anymore. Anyone know what happened there?Will Erdjs v10 fi... Read more
1 rar493349386c/ElrondDevelopers 3years ago Hm, didn't even know about the data.elrond.com api. Is there a swagger doc somewhere, or available for devnet/testnet?