Merge branch 'master' into nymkappa/unify-blocks-apis

This commit is contained in:
wiz 2023-03-01 19:20:33 +09:00 committed by GitHub
commit 5e484d3eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1341 additions and 686 deletions

View file

@ -40,7 +40,7 @@ export const MAX_PRICES = {
class PricesRepository {
public async $savePrices(time: number, prices: IConversionRates): Promise<void> {
if (prices.USD === 0) {
if (prices.USD === -1) {
// Some historical price entries have no USD prices, so we just ignore them to avoid future UX issues
// As of today there are only 4 (on 2013-09-05, 2013-0909, 2013-09-12 and 2013-09-26) so that's fine
return;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff