Anthony Law

Results 21 comments of Anthony Law

@klimgeran nice one, we should display useful information to the user. @cryptoBeliever Yes, it was adding the number of the harvesters in stat-service, the feature `stash` on my git. I...

Thanks for the suggestion. we will look at this how we can do it better :)

We made improvements for the pagination in the latest explorer. What do you think about it?

I don't think we really calling the `node/info` endpoint. It seems like a trigger from SDK itself but will have a look at it.

I not understand, can you explain in more detail?

I see, got it 👍🏼 Actually, `Harvest Blocks` data was collected from [Receipt endpoint](http://ngl-dual-601.symbolblockchain.io:3000/statements/transaction?receiptType=8515&targetAddress=NBXEM7HZL2JGPP4KFWLPJTBJDHQJYGD2ZUPFBHQ&pageSize=10&pageNumber=1&order=desc) with receipt type `8515` Base the on the data from the REST, you can see that...

Hi @fboucquez , it's from Receipt (plugins) https://github.com/nemtech/symbol-openapi/blob/e41f9897fcab45fbc5ca580de247218f11b1e2e9/spec/plugins/receipt/routes/searchTransactionStatements.yml#L12

I believe it should cause by some cache issue on the browser. I will do some investigation on this.

I had debug on this issue. 1. When request Account A (pending account info update in vue state). 2. We click on back button on explorer, it made request on...