Skip to content

Commit ac1420a

Browse files
authored
Merge pull request #709 from Adamant-im/feat/ratesinfo-increase-thresold
feat: increase threshold for rates-info
2 parents 837a1bb + 5c9d3bc commit ac1420a

File tree

8 files changed

+33
-10
lines changed

8 files changed

+33
-10
lines changed

src/components/icons/cryptos/QntIcon.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<path
44
d="M134.8,44.5l121.9,142.9l81.8-48.1c0,0-98.7-132-125.1-122.7C188.8,25.9,134.8,44.5,134.8,44.5z"
55
/>
6-
<path d="M341.7,139.2c0,0,18.6-32.6,27.8-76.1c0,0,92.6,37.2,57.1,130.5L341.7,139.2z" />
6+
<path
7+
d="M341.7,139.2c0,0,18.6-32.6,27.8-76.1c0,0,92.6,37.2,57.1,130.5L341.7,139.2z"
8+
/>
79
<path
810
d="M426.5,193.6l7.8,97.9l35.5-4.6c0,0,9.2-3.1,7.8-20.1c-1.6-18.7-4.6-57.5-4.6-57.5
911
s1.6-9.3-20-12.4C426.5,192,426.5,193.6,426.5,193.6z"

src/components/icons/cryptos/UniIcon.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
c0-2.8,0.1-5.1,0.1-5.1c0.1,0,1.3,1,2.8,2.1c6.6,5.3,14,7.6,34.7,10.5c12.1,1.8,19,3.1,25.3,5.3c20,6.6,32.3,20.1,35.3,38.5
3939
C395.3,262.7,394.8,272.8,393.5,278z"
4040
/>
41-
<path d="M117.1,60c0,0,0,0.1,0.1,0.2c0,0,0,0,0.1,0C117.2,60.1,117.1,60,117.1,60z" />
41+
<path
42+
d="M117.1,60c0,0,0,0.1,0.1,0.2c0,0,0,0,0.1,0C117.2,60.1,117.1,60,117.1,60z"
43+
/>
4244
</g>
4345
</template>

src/components/icons/cryptos/UsdpIcon.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<g>
3-
<path d="M211.2,176.7c-16.6,0-30,13.4-30,30s13.4,30,30,30h20.7v-60H211.2z" />
3+
<path
4+
d="M211.2,176.7c-16.6,0-30,13.4-30,30s13.4,30,30,30h20.7v-60H211.2z"
5+
/>
46
<path
57
d="M256,16C123.5,16,16,123.5,16,256s107.5,240,240,240s240-107.5,240-240S388.5,16,256,16z
68
M308.2,373.1h-29.6V431h-46.7v-57.9h-90.1v-37.5h90.1v-60.8h-30c-36.3-0.8-65.4-30-66.3-66.3c-0.8-37.4,28.8-68.4,66.3-69.3h30V81

src/config/development.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"onScreenUpdateInterval": 10000,
7474
"threshold": 10
7575
},
76-
"minVersion": "0.8.0"
76+
"minVersion": "0.8.0",
77+
"nodeTimeCorrection": 500
7778
},
7879
"services": {
7980
"infoService": {
@@ -96,7 +97,8 @@
9697
"healthCheck": {
9798
"normalUpdateInterval": 300000,
9899
"crucialUpdateInterval": 30000,
99-
"onScreenUpdateInterval": 10000
100+
"onScreenUpdateInterval": 10000,
101+
"threshold": 6000000
100102
}
101103
},
102104
"ipfsNode": {

src/config/production.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"onScreenUpdateInterval": 10000,
7373
"threshold": 10
7474
},
75-
"minVersion": "0.8.0"
75+
"minVersion": "0.8.0",
76+
"nodeTimeCorrection": 500
7677
},
7778
"services": {
7879
"infoService": {
@@ -95,7 +96,8 @@
9596
"healthCheck": {
9697
"normalUpdateInterval": 300000,
9798
"crucialUpdateInterval": 30000,
98-
"onScreenUpdateInterval": 10000
99+
"onScreenUpdateInterval": 10000,
100+
"threshold": 6000000
99101
}
100102
},
101103
"ipfsNode": {

src/config/tor.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"onScreenUpdateInterval": 10000,
3232
"threshold": 10
3333
},
34-
"minVersion": "0.8.0"
34+
"minVersion": "0.8.0",
35+
"nodeTimeCorrection": 500
3536
},
3637
"services": {
3738
"infoService": {
@@ -49,7 +50,8 @@
4950
"healthCheck": {
5051
"normalUpdateInterval": 300000,
5152
"crucialUpdateInterval": 30000,
52-
"onScreenUpdateInterval": 10000
53+
"onScreenUpdateInterval": 10000,
54+
"threshold": 6000000
5355
}
5456
},
5557
"ipfsNode": {

src/lib/constants/cryptos/data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"onScreenUpdateInterval": 10000,
7979
"threshold": 10
8080
},
81-
"minVersion": "0.8.0"
81+
"minVersion": "0.8.0",
82+
"nodeTimeCorrection": 500
8283
},
8384
"createCoin": true,
8485
"cryptoTransferDecimals": 8,

src/types/wallets/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ export interface TokenGeneral {
142142
* @example "0.8.0"
143143
*/
144144
minVersion?: string
145+
/**
146+
* A time correction for the message transactions on ADM
147+
* @example 500
148+
*/
149+
nodeTimeCorrection?: number
145150
}
146151
services?: Record<string, Service>
147152
/** Additional project links */
@@ -165,6 +170,11 @@ export interface TokenGeneral {
165170
* @example "0.8.0"
166171
*/
167172
minVersion?: string
173+
/**
174+
* A time correction for the message transactions on ADM
175+
* @example 500
176+
*/
177+
nodeTimeCorrection?: number
168178
}
169179
services?: Record<string, Service>
170180
/** Additional project links (Tor) */

0 commit comments

Comments
 (0)