bitshares / open-explorer

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

Explorer not correctly displaying Collateral Bid operations #52

Closed iamredbar closed 5 years ago

iamredbar commented 5 years ago

Similar to issue #51, this has to do with Collateral Bids.

View photo below, it displays the transaction type on the right side of the page, but does not make it readable on the left side of the page.

oxarbitrage commented 5 years ago

Not all operations have the text, actually only operation types 0, 1, 2, 3, 4, 5, 6, 14, 15, 19, 22, 23, 33, 37 and now 45(bid collateral) added by your request in this commit: https://github.com/oxarbitrage/open-explorer/commit/1f6ad7a6684c433dc5c10eeda604c29335970150

You can see the operation ID and operation names here: https://open-explorer.io/#/fees

And your account will have text in the bid collateral operations: https://open-explorer.io/#/accounts/iamredbar1 but other operations outside the list i provided will be empty there as well.

I think #51 is a different problem, i am investigating.

oxarbitrage commented 5 years ago

Fixed for collateral bid operations. Other ops will be added in the context of issue https://github.com/oxarbitrage/open-explorer/issues/21