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

Extract Sbbs Monitor into separate entity #1263

Closed
anatolse opened this issue Jan 27, 2020 · 1 comment
Closed

Extract Sbbs Monitor into separate entity #1263

anatolse opened this issue Jan 27, 2020 · 1 comment
Assignees
Labels
task Something new to develop Wallet service

Comments

@anatolse
Copy link
Member

anatolse commented Jan 27, 2020

SbbsMonitor is a service which listens to beam node and tries to recognize sbbs messages.
In order to subscribe/unsubscribe to specific SBBS address monitor exposes JSON API (see https://github.com/BeamMW/beam/blob/master/wallet/service/client/monitor_client.js https://github.com/BeamMW/beam/blob/master/wallet/service/client/monitor_unsubscribe.js).

If client keeps connection with monitor it sends notification
{
{"id", 0},
{"method", "new_message"},
{"params",
{
{"address", "")}
}
}
}

@anatolse anatolse added task Something new to develop Wallet service labels Jan 27, 2020
@anatolse anatolse self-assigned this Jan 27, 2020
@anatolse anatolse added this to To do in Double Doppler 4.2 via automation Jan 27, 2020
@anatolse anatolse moved this from To do to In progress in Double Doppler 4.2 Feb 5, 2020
anatolse added a commit that referenced this issue Feb 5, 2020
anatolse added a commit that referenced this issue Feb 5, 2020
anatolse added a commit that referenced this issue Feb 6, 2020
@anatolse anatolse moved this from In progress to To do in Double Doppler 4.2 Feb 6, 2020
@anatolse anatolse moved this from To do to In progress in Double Doppler 4.2 Feb 12, 2020
anatolse added a commit that referenced this issue Feb 17, 2020
anatolse added a commit that referenced this issue Feb 17, 2020
anatolse added a commit that referenced this issue Feb 18, 2020
@anatolse anatolse removed their assignment Mar 2, 2020
@chapati
Copy link
Member

chapati commented Mar 18, 2020

This is done

@chapati chapati closed this as completed Mar 18, 2020
Double Doppler 4.2 automation moved this from In progress to Tested Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Something new to develop Wallet service
Projects
No open projects
Development

No branches or pull requests

2 participants