Willian Mitsuda

Results 229 comments of Willian Mitsuda

it seems it does not work ATM: https://github.com/dependabot/dependabot-core/issues/390

hm, I liked the idea, but I didn't like the rendering of the page jumping because each tx does a separate network call to get its transfers. let me see...

> I think an alternative to creating a custom API would be to delay rendering a page until the logs are retrieved. This would keep the page from jumping. I...

note to myself: I'm going to prioritize making ots2 work on e3, then we'll go back to this one.

hm, on a second thought I think we may merge this one. I'm not completely satisfied with the UI yet because: - Most of my ERC20 transactions are 1 single...

Hello, answers below: 1 - `erigon_getHeaderByNumber`, IIRC, yes it was used for the initial node autodetection/error diagnostics and also get the recent block number for UI purposes (i.e. I'm looking...

I'm open to discuss better formats in order to support other tools/implementations of ots API though. Also, willing to work towards a better documentation of specs.

I think this a good opportunity to review/revisit/redesign better API interfaces, I think we can work towards a v2 with different signatures/semantics. open to discuss possible PRs.

hm, yes, what you are saying makes sense, having the same block number semantics as `eth_getCode` is desirable. now let me check the history and remember if I did it...

note to myself: it may be a good opportunity to clarify that our API specs.