bitshares / open-explorer

Open Source BitShares Blockchain Explorer
https://open-explorer.io
MIT License
20 stars 41 forks source link

Account activity in bitshares open explorer #28

Closed cryptodarkforce closed 6 years ago

cryptodarkforce commented 6 years ago

I am trying to view my account activity When I go to http://open-explorer.io/#/accounts/darkf0rce, I can see the first page of my activity but when I click on any other page, it comes back with a blank (it shows me total of 42 pages of activity) Any suggestions?

oxarbitrage commented 6 years ago

this was fixed, there was a problem in the python backend when accessing account page by name instead of by id caused when i changed the history to elasticsearch. that was solved here https://github.com/oxarbitrage/bitshares-python-api-backend/commit/1206c60ad8f01f2532f5b78243107dc2f2d79509

thanks for the report.

cryptodarkforce commented 6 years ago

Thanks! I can see it all fine now- appreciate!