Roman Shumkov
Roman Shumkov
@bvbfan, I agree that it creates significant amount of data to store on the node for each new block, however I'm not sure if it's possible to have any kind...
One more thing. In case of negative interest rates accrued interest (negative) would effectively be a reward (income). So maybe it makes sense to just go with the same implementation...
@uzyn there are close to 400 TM57 nodes on Cake. I would assume Cake is not having uptime/hardware issues and the root cause is something else.
> How should it look? > > ``` > "type": "PaybackLoan", > "txn": 7, > "txid": "479029ddbb5a1710b64fc17a1518b4a8cb1f04ea36a9cde05976d92b105c46ce", > "amounts": [ > "-0.00500000@QQQ" > ] > "principal" : "" > "interest":...
After clearing local state and restoring latest snapshot it's running fine so far. I'll post an update if the problem comes back again.
> After clearing local state and restoring latest snapshot it's running fine so far. I'll post an update if the problem comes back again. Problem is still there. I think...
Here are more accurate steps to reproduce the issue in tests: 1. Create 10 utxos (e.g. 10 * 1 DFI outputs) 2. Publish 10 parallel poolswap transactions with maxprice attribute...
Hi @GiaLinh1, unfortunately not. One workaround is to create more utxos, but this will only delay the problem and will require restart anyway. I assume that the problem could be...
> Available via `getvault` as of 2.11.1. @shohamc1, with `getvault` it's impossible to know accrued loan interest during particular time frame, e.g. last month or last year. Let's say I'm...
> Would it be feasible to go back in time using `invalidateblock` and using the `getvault` ouput to calculate the difference? I had tried that several months ago, but it...