Crypto²
Crypto²
It is showing incorrect balances for me on TRC10 tokens as well.
It's probably more of a problem of too many blocks and/or too large a size and it takes too long to process them versus any propagation issues.
The disconnects are just from cs_main being locked for forever, I've seen that in other coins a lot when they have issues.
The CoinPayments 'rates' API call returns the coin image URL so they can get the right image URL for the coin from there.
Def still having issues, https://api.pancakeswap.info/api/v2/tokens results in: `{"error":{"code":500,"message":"GraphQL error: panic processing query: only derived fields can lead to multiple children here"}}`
@gingervik We're getting this same issue as well, with the same kind of logs as above. I see the log entry in the node is over 30 seconds later so...
We also tried to send to an offline address: I 2021-01-22.03:07:30.339 got {"method":"tx_send","params":{"address":"xxx","value":3493790000},"id":1,"jsonrpc":"2.0"} D 2021-01-22.03:07:30.396 Send(id = 1 asset_id = 0 amount = 3493790000 fee = 100 address = xxx)...
No worries, I ended up fixing it by doing a full rescan of the wallet. I'm guessing it just had some UTXOs not in the right state or something.
@dan-da Can you push a new version of dan-da/coinparams-bitwasp-addon ? I see you updated the composer.json in your repo but composer is still using an old one and trying to...
Any update on this? It seems to do it randomly even if it was shut down properly let alone if there was any error or crash or anything.