Jacob Hite

Results 15 comments of Jacob Hite

Hi, Thanks for the response. I have a project I've built that is all typescript. I've been running `ts-node` exclusively to run it. I recently introduced (or wanted to introduce)...

Yeah, that seems to be the best workaround right now. Dislike changing design just to make tests work due to a bug, but it's effective. :wink:

Was just thinking about this topic as I was playing around with DD. They handle RPC errors well, wasn't sure about the always 200 response code thing. Yeah, RPCs protocols...

My knowledge is also quite limited, but... Would it back sense to also have an exit type? (standard, ife) and also info conveying piggyback info? Just some things to think...

Nice catch 👍 You might want to consider a backwards paging fix as well and add `ending_before` too (move from page 2 to page 1) for the same reasons you...

@unnawut I was pondering yesterday whether this and `/deposit.all` should contain the eth_events as well. 🤔

I'm onboard. Do we want to take this all the way down to the DB level (postgres)? If yes, then DB migration is required. If no, when we update the...

@okalouti IMHO, total number of txns should be returned from this and any pageable list API endpoint. So yes, I think it belongs on this endpoint. It might also make...

Assuming you mean plasma transaction by 'transfer event', bear in mind a plasma transaction is the only entity in watcher with no actual corresponding with eth txn hash. Blocks and...

Here is the data view I saved. https://app.datadoghq.com/logs/patterns?cols=service%2Chost%2C%40env&from_ts=1583403855601&index=main&live=false&messageDisplay=inline&query=host%3A%2Astress%2A+-service%3Ablockexplorer&saved_view=82904&stream_sort=desc&to_ts=1583404060347 For CC, I don't see any problems outside itself and Elixir runtime errors, CPU usage and mem usage looked ok. For watcher-info,...