2 ice4984616906c/ElrondDevelopers 2years ago does anyone know how to resolve polyfill error with erdjs?
1 ice4984616906c/ElrondDevelopers 2years ago is there a way to get all path of caller, proxy whatever in one tx?
1 ice4984616906c/ElrondDevelopers 2years ago let's say i make 3 plans to generate 0 and 1 for 50% each 1) rand() % 2 2) if rand() > MAX/2, then 1 if rand() < MAX/2, then 0 3) sum of digits of rand() % 2 can you predict formula with simulation?
1 ice4984616906c/ElrondDevelopers 2years ago what if SC function does not return value? simulating can still know the result of random generator?
1 ice4984616906c/ElrondDevelopers 2years ago is there a way to track the API that did tx broadcasting?
1 ice4984616906c/ElrondNetwork 2years ago i'm sure elrond team fix this panic will elrond team buy egld to recover original price?
1 ice4984616906c/ElrondDevelopers 2years ago oh, come on have you learnt security lessons in solidity? they first teach you all kinds of known attacks and then methods to prevent them how can i prevent attacks without knowing what hackers do?
1 ice4984616906c/ElrondDevelopers 2years ago hi, Martin "is_smart_contract(&caller)" can prevent SC-SC calls?
1 ice4984616906c/ElrondDevelopers 2years ago i don't think elrond team has any responsibility for "hacking" betting SC because the attacker used SC-SC call and result, revert function it's fault of whom had not considered this kind of trick but why elrond api is not showing egld transfer? i just want to know elrond tx workflow is this kind of... Read more
2 ice4984616906c/ElrondDevelopers 2years ago thanks, Dorin do you know why maiar is not using "multiPairSwap" function?
1 ice4984616906c/ElrondDevelopers 2years ago hi, Martin is there any chance one tx runs while another tx is running in that SC?
2 ice4984616906c/ElrondDevelopers 2years ago hi, does anyone know why Maiar is not using "multiPairSwap" function in router SC?
1 ice4984616906c/ElrondDevelopers 2years ago hi, @mwfiae is there anyway to sign tx and send it to gateway only with erdjs or javascript?
1 ice4984616906c/elrondTRADER 2years ago waiting one block for my shard waiting two blocks for meta chain waiting one block for target shard no?
7 ice4984616906c/elrondTRADER 2years ago what will happen to elrond if those whales drain funds from elrond?
1 ice4984616906c/elrondTRADER 2years ago well, i think it's pointless they must know about mex tokenomics much better than me if i talk to them, what can they do?
2 ice4984616906c/elrondTRADER 2years ago i understand MEX/USDC price is going down but why MEX/EGLD price is also going down?
5 ice4984616906c/elrondTRADER 2years ago maiar is burning MEX but price history shows it's not enough to make MEX deflationary what do you think will stop inflation and make the price goes up? or at least stable?
1 ice4984616906c/elrondTRADER 2years ago maybe it's not a place to discuss about shards i'm staking EGLD/USDC and LKMEX i checked mex price history after reading that garbage article what will happen to MEX price if LKMEX starts to be unlocked?
2 ice4984616906c/elrondTRADER 2years ago what i'm curious about multi shard dex is if there are 3 pools of EGLD/ITHEUM, itheum project needs to funds all 3 pools with 100K$ size?
1 ice4984616906c/ElrondDevelopers 2years ago does anyone have a problem with testnet? testnet is down now?
1 ice4984616906c/ElrondDevelopers 2years ago To check the storage value of another SC you would create a callable function (endpoint or view doesn't matter) and call that from your contract :) can i assure that calling a function of another SC in the same shard and retrieving result is sync process? can i get SC result without using callbac... Read more
2 ice4984616906c/ElrondDevelopers 2years ago thanks, Martin you're finally back ???? i want to check esdt balance of given address (like a snapshot) and give reward to them according to esdt balance in smart contract i also want to check storage value of different SC in smart contract is there any solution?
1 ice4984616906c/ElrondDevelopers 2years ago hi, @iancudorinmarian do you know who's the owner of EGLD wrapper SC?
1 ice4984616906c/ElrondDevelopers 2years ago hi, everyone do you know where i can get all list of verified tokens?
1 ice4984616906c/ElrondDevelopers 2years ago sometimes "Rejected By User" error occurred with web wallets does anyone know the reason or a solution?
1 ice4984616906c/ElrondDevelopers 2years ago hi, @iancudorinmarian i can set value with reference in SingleValueMapper but MapMapper key and value cannot be set with reference so i need to clone key and value variables is there any solution?
1 ice4984616906c/ElrondDevelopers 2years ago hi, @mwfiae is there any official records of maiar dex SC addresses? do i have to find it on explorer?
1 ice4984616906c/ElrondDevelopers 2years ago hi, can i use several async calls like issue_non_fungible and set_special_roles in one function?
1 ice4984616906c/ElrondDevelopers 2years ago hi, @mwfiae is there a way to filter logs(events) from transactions of SC on dapp and read event data?
1 ice4984616906c/ElrondDevelopers 2years ago thank you, Martin ? i'm using sendTransactions function from dapp-core i tried to get the hash of tx but it was undefined value i guess it's because i didn't manually sign tx but sendTransactions function did it automatically how to get the hash of tx in react?
1 ice4984616906c/ElrondDevelopers 2years ago thank you for upgrades how to get the result of function call (endpoint, not view) in the new version?
1 ice4984616906c/ElrondDevelopers 2years ago it's not relevant to development but how do you admins detect and ban scammers who don't show their tg ids?
1 ice4984616906c/ElrondDevelopers 2years ago do you have any idea with storage size and access time of storage mappers?
1 ice4984616906c/ElrondDevelopers 2years ago hi, transaction modal on dapp-core sometimes shows success even tx fails is there any way to resolve this?
1 ice4984616906c/ElrondDevelopers 2years ago great but what about in the future? payable and payable-by-sc will be separated?
1 ice4984616906c/ElrondDevelopers 2years ago payable and payable-by-sc are different, aren't they? non paybable-by-sc cannot receive tokens from another sc, right?
1 ice4984616906c/ElrondDevelopers 2years ago --metadata-payable-by-sc flag does not work on devnet (it works on testnet) does it work in mainnet?