storj/satellite/payments/coinpayments
Egon Elbre 961e841bd7 all: fix error naming
errs.Class should not contain "error" in the name, since that causes a
lot of stutter in the error logs. As an example a log line could end up
looking like:

    ERROR node stats service error: satellitedbs error: node stats database error: no rows

Whereas something like:

    ERROR nodestats service: satellitedbs: nodestatsdb: no rows

Would contain all the necessary information without the stutter.

Change-Id: I7b7cb7e592ebab4bcfadc1eef11122584d2b20e0
2021-04-29 15:38:21 +03:00
..
amount.go satellite/console: add token deposit API, populate billing history with transactions (#3500) 2019-11-12 13:14:34 +02:00
client.go all: fix error naming 2021-04-29 15:38:21 +03:00
conversionrates.go all: fix comments 2020-07-16 19:13:14 +03:00
currency.go satellite/payments: add API for retrieving conversion ratio, convert tokens to USD before applying to balance (#3530) 2019-11-15 16:59:39 +02:00
transactions_test.go satellite/satellitedb: move tests to their domains 2021-02-19 17:29:15 +02:00
transactions.go satellite/coinpayments: query status of >25 coinpayments 2020-07-01 09:04:16 +00:00
urls_test.go satellite/console: add token deposit API, populate billing history with transactions (#3500) 2019-11-12 13:14:34 +02:00
urls.go satellite/console: add token deposit API, populate billing history with transactions (#3500) 2019-11-12 13:14:34 +02:00