Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weirdly formatted addresses in tx_out table #213

Closed
SebastienGllmt opened this issue Jul 27, 2020 · 1 comment
Closed

Weirdly formatted addresses in tx_out table #213

SebastienGllmt opened this issue Jul 27, 2020 · 1 comment

Comments

@SebastienGllmt
Copy link
Contributor

SebastienGllmt commented Jul 27, 2020

We tried the following query on MC4

select
  address,
  block.time
from
  tx_out join tx on tx_out.tx_id = tx.id join block on tx.block = block.id
where
  address not like 'addr1%' and address not like 'Ae2t%';

and we see addresses like

YQdiVKZwx4RvDy5Dj5xgna6DvYF7fDhLmf8VwWMzmqv456FPWRYCPukVmU4qp3wbzxGjbNR
Ge7xpZdib9U8D7zhRFduVrKcVpXjCpbS53xzYcqqjkS4EMqe6E5ziC15JjZePe7xbpZXZUetP7DCv7
sxtitePxjp5YrR9PFKDQ9B7DiuQqvGyG4672MerGHTEzzUbxCnBdG5N1QnCHNM4j8Avp7XET8MwiyVJh2bonk54Grq
J7rQqaLLHBFf29KovwKTJQqs847M2hKTjzY7FF3wqZysFtxd9jY1dC2M4U6Nu1qFGnZJA2um5WPPhDond21cWYLnK3DJp

Any idea what causes these addresses?

@SebastienGllmt
Copy link
Contributor Author

I now realize this is probably due to the address attributes fiasco from 2018 or so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant