storj / storjscan

GNU Affero General Public License v3.0
6 stars 2 forks source link

Periodically request payments from storjscan on satellite side #29

Closed dlamarmorgan closed 2 years ago

dlamarmorgan commented 2 years ago

The satellite should query for payments at some interval, and keep track of when the last block number was run to get new deposits from that time forward. This is going to be a chore on the satellite.

Acceptance Criteria:

iglesiasbrandon commented 2 years ago

this issue is blocked by #39

iglesiasbrandon commented 2 years ago

PRs: https://review.dev.storj.io/c/storj/storj/+/7489

jenlij commented 2 years ago

3-> 5 because of db changes, integration tests with storjscan backend mocks, adding USD value, moved package, client services etc Code review took a while because of realizing the need for the above, merge conflicts etc