Lukas Tassanyi

Results 7 issues of Lukas Tassanyi

The username in the footer paragraph "This project is maintained by {USERNAME}" appears bold on hover. However, depending on the length of the username, these few extra pixels might make...

When calling this method: api.getTransfers(seed, 2, index, index+1, false); I frequently receive this exception: jota.error.ArgumentException: [{"error":"Could not complete request","duration":43}] at jota.IotaAPICore.wrapCheckedException(IotaAPICore.java:71) at jota.IotaAPICore.getTrytes(IotaAPICore.java:292) at jota.IotaAPI.findTransactionsObjectsByHashes(IotaAPI.java:268) at jota.IotaAPI.findTransactionObjectsByAddresses(IotaAPI.java:297) at jota.IotaAPI.bundlesFromAddresses(IotaAPI.java:132) at...

Would be great if there was a way to configure how many threads are running at what priority in the PearlDiver in order to have a performance based on personal...

enhancement

The confirmation rate of the spammer (currently 15%) is significantly lower than the average confirmation rate of the tangle (25%). Considering that right now ~80% of spam is created by...

bug

Instead, this appears in my browser console (Google Chrome) ``` :2187/getModules:1 Failed to load resource: the server responded with a status of 401 (Unauthorized) :2187/getModules:1 Failed to load resource: the...

bug
feature request
gui

**To fix:** Divide stats by segment interval: ```js const interval_ms = stats[1]["timestamp"] - stats[0]["timestamp"]; const interval_mins = interval_ms / 60000; for(let i = 0; i < stats.length; i++) { stats[i]['new']...

gui
minor bug

#31 already addressed the stats history submitted by the API growing too large. The issue was fixed with https://github.com/iotaledger/ict/commit/13b237a7593d6718ec9054e72bfa70f912fa9887 which compresses the internally available stats history before submitting through the...

bug
api