Api changes
This commit is contained in:
parent
f190b9938b
commit
549301adf6
@ -124,7 +124,6 @@ export class BlockchainBlockController {
|
|||||||
let sec = Math.floor(millseconds / 1000);
|
let sec = Math.floor(millseconds / 1000);
|
||||||
return sec;
|
return sec;
|
||||||
}
|
}
|
||||||
console.log('secnds djfhksjdfdsf',seconds);
|
|
||||||
var days = Math.floor(seconds / 86400);
|
var days = Math.floor(seconds / 86400);
|
||||||
var hours = Math.floor((seconds % 86400) / 3600);
|
var hours = Math.floor((seconds % 86400) / 3600);
|
||||||
var minutes = Math.floor(((seconds % 86400) % 3600) / 60);
|
var minutes = Math.floor(((seconds % 86400) % 3600) / 60);
|
||||||
@ -713,7 +712,7 @@ export class BlockchainBlockController {
|
|||||||
}
|
}
|
||||||
if (!BlockchainBlockFetchQuery) {
|
if (!BlockchainBlockFetchQuery) {
|
||||||
next(new NoDataFoundException());
|
next(new NoDataFoundException());
|
||||||
}
|
}else{
|
||||||
const BlockchainBlockInputFetchQuery = await getRepository(
|
const BlockchainBlockInputFetchQuery = await getRepository(
|
||||||
BlockchainInput,
|
BlockchainInput,
|
||||||
).find({
|
).find({
|
||||||
@ -824,10 +823,12 @@ export class BlockchainBlockController {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
: next(new NoDataFoundException());
|
: next(new NoDataFoundException());
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('error', error);
|
console.log('error', error);
|
||||||
next(new InternalServerErrorException(error));
|
next(new InternalServerErrorException(error));
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private BlockchainBlockUpdate = async (
|
private BlockchainBlockUpdate = async (
|
||||||
@ -1630,7 +1631,6 @@ export class BlockchainBlockController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
letest_block = this.dateDiff(BlockchainLatestBlockQuery[0].timestamp,true);
|
letest_block = this.dateDiff(BlockchainLatestBlockQuery[0].timestamp,true);
|
||||||
console.log('letest_block letest_block letest_block !!!!!!!!!!!!!1',letest_block);
|
|
||||||
letest_block_num = letest_block; // "72"
|
letest_block_num = letest_block; // "72"
|
||||||
letest_block_duration = letest_block == 1 ? 'second ago' : 'seconds ago';
|
letest_block_duration = letest_block == 1 ? 'second ago' : 'seconds ago';
|
||||||
const SECOND_POW_EDGE_BITS = 29;
|
const SECOND_POW_EDGE_BITS = 29;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div class="dropdown ftr_dropdown pr-2 d-inline-block py-2">
|
<div class="dropdown ftr_dropdown pr-2 d-inline-block py-2">
|
||||||
<span class="flag" [ngStyle]="{ 'background-image': 'url(assets/img/' + translate.getCurrentLang() + '.jpg)'}"></span>
|
<span class="flag" [ngStyle]="{ 'background-image': 'url(assets/img/' + translate.getCurrentLang() + '.jpg)'}"></span>
|
||||||
<!--<span class="flag" ngIf="translate.getCurrentLang() =='de'" style="background-image: url('assets/img/german.jpg')"></span>-->
|
<!--<span class="flag" ngIf="translate.getCurrentLang() =='de'" style="background-image: url('assets/img/german.jpg')"></span>-->
|
||||||
<select class="langbut ftr_lang" #langSelect (change)="translate.changeLang(langSelect.value)">
|
<select class="langbut ftr_lang mx-1" #langSelect (change)="translate.changeLang(langSelect.value)">
|
||||||
<option *ngFor="let lang of translate.getLanguage()" [value]="lang" [selected]="lang == translate.getCurrentLang()">{{translate.langLabel[lang]}}</option>
|
<option *ngFor="let lang of translate.getLanguage()" [value]="lang" [selected]="lang == translate.getCurrentLang()">{{translate.langLabel[lang]}}</option>
|
||||||
</select>
|
</select>
|
||||||
<i class="arrow_drpdwn"></i>
|
<i class="arrow_drpdwn"></i>
|
||||||
|
@ -67,6 +67,28 @@
|
|||||||
|
|
||||||
<h2 class="chart_heading text-uppercase d-inline-block">
|
<h2 class="chart_heading text-uppercase d-inline-block">
|
||||||
{{chartType | translate}}</h2>
|
{{chartType | translate}}</h2>
|
||||||
|
<div class="day_filter" *ngIf="this.title=='Target Difficulty'">
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.difficultyRange,'cuckatoo'); selectedItem12 = 1
|
||||||
|
" id="1" #item121 [ngClass]="{ active: selectedItem12 == item121.id, txt_primay: true }">Cuckoo</a>
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.difficultyRange,'progpow'); selectedItem12 = 2
|
||||||
|
" id="2" #item122 [ngClass]="{ active: selectedItem12 == item122.id, txt_primay: true }">ProgPow</a>
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.difficultyRange,'randomx'); selectedItem12 = 3
|
||||||
|
" id="3" #item123 [ngClass]="{ active: selectedItem12 == item123.id, txt_primay: true }">RandomX</a>
|
||||||
|
</div>
|
||||||
|
<div class="day_filter" *ngIf="this.title=='Total Difficulty'">
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.TdifficultyRange,'cuckatoo'); selectedItem12 = 1
|
||||||
|
" id="1" #item121 [ngClass]="{ active: selectedItem12 == item121.id, txt_primay: true }">Cuckoo</a>
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.TdifficultyRange,'progpow'); selectedItem12 = 2
|
||||||
|
" id="2" #item122 [ngClass]="{ active: selectedItem12 == item122.id, txt_primay: true }">ProgPow</a>
|
||||||
|
<a href="JavaScript:void(0);" (click)="
|
||||||
|
ChartFromView('', '', comp.TdifficultyRange,'randomx'); selectedItem12 = 3
|
||||||
|
" id="3" #item123 [ngClass]="{ active: selectedItem12 == item123.id, txt_primay: true }">RandomX</a>
|
||||||
|
</div>
|
||||||
<epic-explorer-plotly *ngIf="hashdata.data" [data]="hashdata.data" [layout]="hashdata.layout">
|
<epic-explorer-plotly *ngIf="hashdata.data" [data]="hashdata.data" [layout]="hashdata.layout">
|
||||||
</epic-explorer-plotly>
|
</epic-explorer-plotly>
|
||||||
<div class="day_filter" *ngIf="this.title!='Transactions over time'">
|
<div class="day_filter" *ngIf="this.title!='Transactions over time'">
|
||||||
@ -95,28 +117,7 @@
|
|||||||
" id="5" #item5 [ngClass]="{ active: selectedItem == item5.id, day3m_txt: true }">3
|
" id="5" #item5 [ngClass]="{ active: selectedItem == item5.id, day3m_txt: true }">3
|
||||||
{{'home.MONTHS' | translate}}</a>
|
{{'home.MONTHS' | translate}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="day_filter" *ngIf="this.title=='Target Difficulty'">
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.difficultyRange,'cuckatoo'); selectedItem12 = 1
|
|
||||||
" id="1" #item121 [ngClass]="{ active: selectedItem12 == item121.id, txt_primay: true }">Cuckoo</a>
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.difficultyRange,'progpow'); selectedItem12 = 2
|
|
||||||
" id="2" #item122 [ngClass]="{ active: selectedItem12 == item122.id, txt_primay: true }">ProgPow</a>
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.difficultyRange,'randomx'); selectedItem12 = 3
|
|
||||||
" id="3" #item123 [ngClass]="{ active: selectedItem12 == item123.id, txt_primay: true }">RandomX</a>
|
|
||||||
</div>
|
|
||||||
<div class="day_filter" *ngIf="this.title=='Total Difficulty'">
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.TdifficultyRange,'cuckatoo'); selectedItem12 = 1
|
|
||||||
" id="1" #item121 [ngClass]="{ active: selectedItem12 == item121.id, txt_primay: true }">Cuckoo</a>
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.TdifficultyRange,'progpow'); selectedItem12 = 2
|
|
||||||
" id="2" #item122 [ngClass]="{ active: selectedItem12 == item122.id, txt_primay: true }">ProgPow</a>
|
|
||||||
<a href="JavaScript:void(0);" (click)="
|
|
||||||
ChartFromView('', '', comp.TdifficultyRange,'randomx'); selectedItem12 = 3
|
|
||||||
" id="3" #item123 [ngClass]="{ active: selectedItem12 == item123.id, txt_primay: true }">RandomX</a>
|
|
||||||
</div>
|
|
||||||
<div class="day_filter" *ngIf="this.title=='Transactions over time'">
|
<div class="day_filter" *ngIf="this.title=='Transactions over time'">
|
||||||
<a href="JavaScript:void(0);"
|
<a href="JavaScript:void(0);"
|
||||||
(click)="ChartFromView(GraphtDate, GraphtHour, GraphtInput,'Input'); selectedItem8 = 1" id="1" #item1
|
(click)="ChartFromView(GraphtDate, GraphtHour, GraphtInput,'Input'); selectedItem8 = 1" id="1" #item1
|
||||||
|
Loading…
Reference in New Issue
Block a user