-
Notifications
You must be signed in to change notification settings - Fork 250
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
Comments
there are no obstacles for writing a bot with upstream go-ethereum |
yeah, you are right, I'll investigate that. it doesn't use jails or notifications or other features of Status |
@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. |
Got blocked by #655, will fix it first... |
https://github.com/mandrigin/status-go-bots — that's the repo |
That was done in https://github.com/mandrigin/status-go-bots |
Problem
Not enough messages in the test network (Ropsten).
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 normaldep
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
Part of: status-im/swarms#83
The text was updated successfully, but these errors were encountered: