Nathan Tranquilla

Results 40 comments of Nathan Tranquilla

Blocks: https://github.com/Granola-Team/mina-block-explorer/issues/986

This might be closed soon, due to #1509

arguably, this is not worth spending more time on

There are some performance considerations around this. Currently we're passing around &str and refactoring to TxnHash(pub String) would result in many more memory allocations on the heap. There probably are...

https://github.com/Granola-Team/mina-block-explorer/pull/949/files This PR could have been one or two lines of code if the summary endpoint was used. If this pattern continues of placing stats in other endpoints, we can...

Looking at this now. This is still an issue.

The problem is internal commands. Once removed from the query, the response is in milliseconds. Specifically, the `FeetransferSortByInput.recipient` query input

This is done, but also could stand to be improved. First load is fast, and filtered loads are fast at lower block heights, but get increasingly more inefficient as block...