Brandon Iglesias
Brandon Iglesias
We need to resolve the concern in the comment here: https://review.dev.storj.io/c/storj/storj/+/7787/comments/4025a772_8c69ce9e Acceptance Criteria: - TBD
Questions we have to inform our approach to solving the problem: How do we get new nodes audited mroe quickly to get though the node vetting process? - What takes...
When the chore runs I want to add any storj scan transactions into any payments tables in stores transactions specific to coinpayments but we need to add those payments to...
This ticket is the result of the conversation we had in this PR comment: https://review.dev.storj.io/c/storj/storj/+/7841/13/satellite/payments/storjscan/chore.go#83 Acceptance Criteria: - We need to update everything to use currency.MicroUnit so that we can...
AC: - The billing navigation menu item is removed as a top-level item - The billing navigation menu item is added under "My account" as a sub nav menu item...
**Describe the feature or problem you'd like to solve** The problem we are trying to solve is the time it takes to create and finalize the invoices for our customers...
Update this config value to be 12 hours instead of 48 hours. https://github.com/storj/storj/blob/929642b675e40ccffbe0b0d16a73384a0388cfeb/scripts/testdata/satellite-config.yaml.lock#L640 Acceptance Criteria: - update # orders.expiration to 12h0m0s
When a storage node submits an order, we currently use the creation date of the order for storage node accounting and customer accounting. we can't change the storage node accounting...
Currently, we have a package called stripecoinpayments, this package has the service (it has a stripe client, a coinpayments client, etc..) we should consider refactoring this so that it's cleaner....