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

Add etherText? #27

Open
epheph opened this issue Jun 17, 2021 · 0 comments
Open

Add etherText? #27

epheph opened this issue Jun 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@epheph
Copy link

epheph commented Jun 17, 2021

Given that etherText has been banned by twitter, and bot operators frequently use EtherText to communicate, this might be a neat place to add EtherText messages found in calldata on Ethereum.

The detection is very simple.

  1. look for top-level call data,
  2. decode it hex->ascii
  3. determine if it is word-y. i just look for spaces > 2 and ratio of spaces:len between 2 and 10 (surely there's a better/smarter way)
  4. and then there's a blacklist of prefix's from wallets and exchanges like "tx from HappyWallet" or "Exchange order #9551", you'll want to filter thouse
  5. Probably want a stopword list (you'd be surprised how much nasty racist stuff shows up in ethereum call data)
@martriay martriay added the enhancement New feature or request label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants