bitshares/open-explorer

Explorer not displaying Blacklist operations

Closed this issue · 4 comments

Describe the bug
Open explorer does not display Blacklist operations. It will not load transaction history for an account that it sees a blacklist operation.

To Reproduce
Steps to reproduce the behavior:

  • View block 35629137. This block has a blacklist operation from account iamredbar1.
  • View user ‘iamredbar1’. The explorer will not load transactions.

Expected behavior
Display all transactions correctly.

Screenshots

IMG_0003

Desktop (please complete the following information):

  • OS: multiple, iOS, MacOS
  • Browser: Firefox and Safari

thank you for the report, ill take a look as soon as i can and let you know.

I fixed a bug that was not allowing to show all the operations in page 2 of your account: https://open-explorer.io/#/accounts/iamredbar1

This was not due to the whitelist operation but actually in a problem with the VESTING BALANCE WITHDRAW that you actually have in your account in the same page.

Fixed in this commit 161603d

I added text for the whitelist operation, can see it in action currently at page 4 of your account at https://open-explorer.io/#/accounts/iamredbar1 and in 9a98282