storj/satellite/payments/billing
Andrew Harding f5e110f2aa satellite/satellitedb: support insert for many billing txs in one db tx
Implementing https://github.com/storj/storj/issues/5702 means adding a
bonus billing transaction for each storjscan transaction being recorded.
To do this idempotently, we need to the ability to for both the
storjscan and bonus transaction to be committed together.

This change updates the billing database to allow multiple billing
transactions to be inserted under the same database transaction.

Change-Id: I941864f47fc64d65aab076eec2e96fd04fcc7aac
2023-03-31 14:48:17 +00:00
..
billing.go satellite/payments/billing/billing.go: change default loop interval 2022-09-27 11:42:28 -07:00
chore_test.go satellite/payments/monetary: remove pkg and all its references 2022-09-07 12:58:00 +00:00
chore.go satellitedb: add token balance to API endpoint 2022-08-31 22:55:16 +00:00
transactions_test.go satellite/satellitedb: support insert for many billing txs in one db tx 2023-03-31 14:48:17 +00:00
transactions.go satellite/satellitedb: support insert for many billing txs in one db tx 2023-03-31 14:48:17 +00:00