Skip to content

Commit

Permalink
testnet10 update
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Apr 27, 2023
1 parent 4388309 commit a7bbb6b
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 4 deletions.
Binary file modified mmx-node/linux/x86_64/bin/mmx_compile
Binary file not shown.
Binary file modified mmx-node/linux/x86_64/bin/mmx_farmer
Binary file not shown.
Binary file modified mmx-node/linux/x86_64/bin/mmx_harvester
Binary file not shown.
Binary file modified mmx-node/linux/x86_64/bin/mmx_node
Binary file not shown.
1 change: 1 addition & 0 deletions mmx-node/linux/x86_64/config/default/Harvester.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"num_threads": 16,
"max_queue_ms": 120000,
"config_path": "config/local/"
}
Binary file modified mmx-node/linux/x86_64/lib/libmmx_iface.so
Binary file not shown.
Binary file modified mmx-node/linux/x86_64/lib/libmmx_modules.so
Binary file not shown.
Binary file modified mmx-node/linux/x86_64/lib/libmmx_vm.so
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "GIT_COMMIT_HASH": "5f57640a1934d10c97e9d56f184563b715b7d2fa" }
{ "GIT_COMMIT_HASH": "2a85f9ae465ec27ea38a00995bc0835621f726d2" }
4 changes: 2 additions & 2 deletions mmx-node/linux/x86_64/www/web-gui/public/explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ Vue.component('block-view', {
<template v-if="data.proof">
<tr>
<td class="key-cell">Block Reward</td>
<td>{{data.reward_amount.value}}&nbsp;&nbsp;<b>MMX</b></td>
<td>{{data.reward_amount.value}} MMX</td>
</tr>
<tr>
<td class="key-cell">TX Fees</td>
<td>{{data.tx_fees.value}}&nbsp;&nbsp;<b>MMX</b></td>
<td>{{data.tx_fees.value}} MMX</td>
</tr>
<tr>
<td class="key-cell">{{ $t('block_view.tx_count') }}</td>
Expand Down
2 changes: 1 addition & 1 deletion mmx-node/linux/x86_64/www/web-gui/public/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Vue.component('farmer-blocks', {
</template>
<template v-slot:item.tx_fees="{ item }">
<b>{{item.tx_fees / 1e6}}</b> MMX
<b>{{item.tx_fees.value}}</b> MMX
</template>
<template v-slot:item.time="{ item }">
Expand Down

0 comments on commit a7bbb6b

Please sign in to comment.