stacks-network / sbtc

Repo containing sbtc
GNU General Public License v3.0
196 stars 2 forks source link

[Feature]: Block observer - extract deposit requests #203

Closed netrome closed 1 month ago

netrome commented 3 months ago

Context

The block observer should as part of its operation extract any pending deposit requests from the bitcoin blocks it's processing and write the extracted requests to the signer database.

Definition of done

The extract_deposit_requests method in the block observer is implemented and tested.

djordon commented 1 month ago

This one wasn't actually closed by https://github.com/stacks-network/sbtc/pull/315.