fudgebucket27 / Lexplorer

Loopring explorer alternative
14 stars 10 forks source link

some account ids aren't searchable #183

Closed fudgebucket27 closed 2 years ago

fudgebucket27 commented 2 years ago

can't search for account ids 81111 or 77900(my mobile wallet) but can search for 40940(my metamask wallet)

fudgebucket27 commented 2 years ago

Error returned from the Search method in the GraphQL service class for those problem account ids:

{{  "errors": [    {      "message": "Failed to decode `Bytes` value: `Odd number of digits`"    }  ]}}
modersohn commented 2 years ago

This could possibly be caused by #173. I’ll add those account IDs to the test and have a look