Tommi Enenkel | Alice und Bob

Results 29 issues of Tommi Enenkel | Alice und Bob

This is a combination of several inputs to improve the manual. Some general problems identified in the manual: - Choice of categories/Ordering of concepts - Concepts are introduced in a...

https://github.com/reddit/reddit/wiki/OAuth2#refreshing-the-token states that the token hast to be refreshed every hour by adding duration=permanent to the authorization request. I suppose this just has to be added here: https://github.com/stevenroose/dart-reddit/blob/master/lib/src/reddit.dart#L135-L138

As discussed with Peter, we want to show our audit report in the Github Repo. I followed the usual conventions of creating an `audits` folder on top.

In case many different processes are performed from the same integration, DB size might grow to a point that execution time is suffering from overlapping data. Making the DB path...

enhancement

If a transfer (or even a balances.transfer event) is queried from two different addresses, the later one might result in reporting an existing entry in the DB which leads the...

bug

Given a relay chain and an SS58 address, crowdloan participations of that account shall be scaped.

enhancement

Given a SS58 address, the staking rewards for that account shall be scraped.

enhancement

Error handling is not very sophisticated, so if the scrape is interrupted by an uncaught exception, the delta might be incomplete and subsequent runs might miss some data. To remedy...

bug

At the moment the app just hits an exception when it encounters a network problem. Create logic to retry 3 times with short pauses in between and then fail by...

enhancement