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

[Feature]: Block observer event loop skeleton #120

Closed
1 task
netrome opened this issue May 3, 2024 · 0 comments · Fixed by #214
Closed
1 task

[Feature]: Block observer event loop skeleton #120

netrome opened this issue May 3, 2024 · 0 comments · Fixed by #214
Assignees
Labels
sbtc bootstrap signer The sBTC Bootstrap Signer.

Comments

@netrome
Copy link
Contributor

netrome commented May 3, 2024

Feature - Block observer event loop skeleton

1. Description

We have a skeleton for the full operation of the block observer event loop which uses the bitcoin and stacks interface, together with the block notifier interface to populate the database with new blocks. There should be placeholder logic to run extraction functions to extract relevant information (deposit requests, withdraw requests etc.) from the observed blocks and populate the database with the extracted info.

2.1 Acceptance Criteria:

  • The block observer event loop is defined, tested and supports being extended to perform all intended operations of the block observer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sbtc bootstrap signer The sBTC Bootstrap Signer.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant