1 and076307876c/ElrondDevelopers 2years ago Do you perhaps have a minimalistic setup that triggers the error? If so, do you think you can open an issue on Github - with all the files to reproduce it?
1 and076307876c/ElrondDevelopers 2years ago Hello! For the address & token you were using, do you see significant differences between the following JSON responses? https://api.elrond.com/accounts/${ADDRESS}/tokens/${TOKEN_IDENTIFIER} https://testnet-api.elrond.com/accounts/${ADDRESS}/tokens/${TOKEN_IDENTIFIER} Also, do you use different ve... Read more
1 and076307876c/ElrondDevelopers 2years ago These 2 transactions are ~2 hours old. If you refresh your page and try new transactions - does the issue appear again?
1 and076307876c/ElrondDevelopers 2years ago dapp-core does not use erdjs' transaction watcher / completion detection mechanism - it directly queries the status from the API, instead. I will check tomorrow with my colleagues for other ideas on this (while it might be caused by a erdjs v10 vs v9 mismatch, it isn't obvious why). @tanejamohit4, ... Read more
0 and076307876c/ElrondDevelopers 2years ago For example, TransactionFactoryLocator.setTransactionFactory({ fromPlainObject: function(obj) { return Transaction.fromPlainObject(obj); } }); Where Transaction.fromPlainObject() is defined by the erdjs package. Does it make sense?
2 and076307876c/ElrondDevelopers 4years ago Do you think you can post the whole error (with all its details)? Perhaps, also a link for the transaction on the testnet?
3 and076307876c/ElrondDevelopers 4years ago Thank you! Do you think you can post an issue on Github (elrond-sdk)?
2 and076307876c/ElrondDevelopers 4years ago Hello! Normally, you should be able to start a fresh devnet using the following series of commands: erdpy testnet clean && erdpy testnet config && erdpy testnet start Do you encounter issues while doing so?