Matthias

Results 23 comments of Matthias

`address_transactions`: `timestamp` and `block_id` could be removed also (like in the eth transformation).

So, there is an auto mode? Anyway, 'skip' sounds like not viewing the frame at all, imho. Actually, this feature only makes sense on frames with timeouts, so perhaps the...

Popping up error in boxes needs more design considerations. As for now just improved the error message text.

If you know the heights of blocks that were created on that specific day, you can easily get all transactions of these blocks using [`BlocksApi.list_block_txs`](https://github.com/graphsense/graphsense-python/blob/master/docs/BlocksApi.md#list_block_txs). However, resolving the time range...

Thank you for your feedback. Surely the bulk api needs to be improved regarding how nested data is returned. As a workaroud you might consider using `get_tx_io`, which gives you...

Can't reproduce, probably fixed through #421

Issue occurs when starting from landingpage, then switching to graph view.

A respective message is already poping up, when the user presses the search button or enter. However, on autocompletion no message is shown. Should we add one here too?

Thank you for your PR! Would it make sense to have `floorSig` and `ceilingSig` variants also?

I also installation instructions to the README.md. Do they work out for you?