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

Create a bot that constantly pings a channel #humans-need-not-apply #686

Closed
mandrigin opened this issue Feb 20, 2018 · 6 comments
Closed
Assignees

Comments

@mandrigin
Copy link
Contributor

Problem

Not enough messages in the test network (Ropsten).

  1. For energy consumption tests we need a channel that always has messages.
  2. For checking if the messages actually work we need a channel that always has messages.

Implementation

Make a simple bot on top of status-go that sends a timestamp to #humans-need-not-apply channel.

Why this repo?
Basically, our patching of Geth makes it impossible to use status-go as a normal dep dependency.
Either (1) the whole process of patching should be repeated in the second (bot) repo or (2) we will add status-bot to this repo.
(1) seems like a simpler solution for me, so I'd rather go with that.

Acceptance Criteria

  1. The bot is implemented and deployed.

Part of: status-im/swarms#83

@mandrigin mandrigin self-assigned this Feb 20, 2018
@dshulyak
Copy link
Contributor

dshulyak commented Feb 20, 2018

there are no obstacles for writing a bot with upstream go-ethereum

@mandrigin
Copy link
Contributor Author

yeah, you are right, I'll investigate that. it doesn't use jails or notifications or other features of Status

@mandrigin
Copy link
Contributor Author

@dshulyak I took a glance at vanilla Geth. We might need some patches to be fully compatible to status-go messaging. So it is simpler to keep it here right now.
Maybe, we need a better readme for this repo explaining what is where.

@mandrigin
Copy link
Contributor Author

Got blocked by #655, will fix it first...

@mandrigin
Copy link
Contributor Author

https://github.com/mandrigin/status-go-bots — that's the repo

@mandrigin
Copy link
Contributor Author

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

No branches or pull requests

2 participants