diff --git a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html index 629dc78a7..b3e1157d7 100644 --- a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html +++ b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html @@ -10,8 +10,8 @@ - - + + diff --git a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html index dfac3c929..8ebed0f7e 100644 --- a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html +++ b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html @@ -4,8 +4,11 @@ - - +
{{ bisqTx.id | shortenString : 24 }} diff --git a/frontend/src/app/bisq/bisq-transfers/bisq-transfers.component.html b/frontend/src/app/bisq/bisq-transfers/bisq-transfers.component.html index 438980d5c..e20cb3679 100644 --- a/frontend/src/app/bisq/bisq-transfers/bisq-transfers.component.html +++ b/frontend/src/app/bisq/bisq-transfers/bisq-transfers.component.html @@ -65,7 +65,9 @@
  diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 7ec2ce0e3..8b0f852c9 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -82,7 +82,11 @@
-

{{ block.tx_count | number }} transactiontransactions

+

+ + {{ i }} transaction + {{ i }} transactions +

diff --git a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html index a6ee77c48..c6de90a50 100644 --- a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html +++ b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html @@ -7,13 +7,17 @@
- ~{{ block.medianFee | number:'1.0-0' }} sat/vB + ~{{ block.medianFee | number:'1.0-0' }} sat/vB
- {{ block.feeRange[1] | number:'1.0-0' }} - {{ block.feeRange[block.feeRange.length - 1] | number:'1.0-0' }} sat/vB + {{ block.feeRange[1] | number:'1.0-0' }} - {{ block.feeRange[block.feeRange.length - 1] | number:'1.0-0' }} sat/vB
{{ block.size | bytes: 2 }}
-
{{ block.tx_count | number }} transactiontransactions
+
+ + {{ i }} transaction + {{ i }} transactions +
diff --git a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html index 0d6882ba5..dcac4da5c 100644 --- a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html +++ b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html @@ -11,17 +11,24 @@ {{ projectedBlock.feeRange[0] | number:'1.0-0' }} - {{ projectedBlock.feeRange[projectedBlock.feeRange.length - 1] | number:'1.0-0' }} sat/vB
{{ projectedBlock.blockSize | bytes: 2 }}
-
{{ projectedBlock.nTx | number }} transactiontransactions
+
+ + {{ i }} transaction + {{ i }} transactions +
- In < {{ 1 * i + 1 }} minute + - In ~{{ 10 * i + 10 }} minutes +
-
({{ projectedBlock.blockVSize / 1000000 | ceil }} blocks)
+
+ + ({{ i }} blocks) +
@@ -30,3 +37,11 @@
+ + + In ~{{ i }} minutes + + + + In ~{{ i }} minute + diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 186f9f4e4..c225c0f7d 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -12,7 +12,11 @@

Transaction

- + @@ -56,7 +60,7 @@
- + @@ -123,10 +127,10 @@ - < {{ 1 * txInBlockIndex + 1 }} minutes ({{ txInBlockIndex + 1 }} block) + () - ~{{ 10 * txInBlockIndex + 10 }} minutes ({{ txInBlockIndex + 1 }} block) + () @@ -286,4 +290,13 @@
-{{ txInBlockIndex + 1 }} blocks + + In ~{{ i }} minutes + + + + In ~{{ i }} minute + + +{{ i }} block +{{ i }} blocks \ No newline at end of file diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 2f4301cf3..194d9356e 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -122,11 +122,13 @@
- Peg-out to - - {{ vout.pegout.scriptpubkey_address | shortenString : 16 }} - {{ vout.pegout.scriptpubkey_address | shortenString : 35 }} - + Peg-out to + + + {{ vout.pegout.scriptpubkey_address | shortenString : 16 }} + {{ vout.pegout.scriptpubkey_address | shortenString : 35 }} + + @@ -198,7 +200,11 @@
- + diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 3f0f0bcd2..53c285d9e 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -161,7 +161,11 @@
HeightConfirmedTotal sentConfirmedTotal sent Transactions
ConfirmedAfter After
Mempool size

- {{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} block{{ mempoolBlocksData.blocks }} blocks) + {{ mempoolBlocksData.size | bytes }} ( + + {{ i }} block + {{ i }} blocks + )

diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 5fd44f7a8..328242a21 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -34,36 +34,44 @@ RBF replacement transaction.rbf.replacement - - confirmation + + confirmation src/app/components/transaction/transaction.component.html - 15 + 17 + + + src/app/components/transactions-list/transactions-list.component.html + 205 src/app/bisq/bisq-transfers/bisq-transfers.component.html - 68 + 69 src/app/bisq/bisq-transaction/bisq-transaction.component.html - 7 + 9 Transaction singular confirmation count shared.confirmation-count.singular - - confirmations + + confirmations src/app/components/transaction/transaction.component.html - 15 + 18 + + + src/app/components/transactions-list/transactions-list.component.html + 206 src/app/bisq/bisq-transfers/bisq-transfers.component.html - 68 + 70 src/app/bisq/bisq-transaction/bisq-transaction.component.html - 7 + 10 Transaction plural confirmation count shared.confirmation-count.plural @@ -72,7 +80,7 @@ Unconfirmed src/app/components/transaction/transaction.component.html - 18 + 22 Transaction unconfirmed state transaction.unconfirmed @@ -81,7 +89,7 @@ Inputs & Outputs src/app/components/transaction/transaction.component.html - 164 + 168 Transaction inputs and outputs transaction.inputs-and-outputs @@ -90,7 +98,7 @@ Details src/app/components/transaction/transaction.component.html - 166 + 170 Transaction Details transaction.details @@ -99,7 +107,7 @@ Details src/app/components/transaction/transaction.component.html - 172 + 176 transaction.details @@ -107,7 +115,7 @@ Size src/app/components/transaction/transaction.component.html - 177 + 181 Transaction Size transaction.size @@ -116,7 +124,7 @@ Virtual size src/app/components/transaction/transaction.component.html - 181 + 185 Transaction Virtual Size transaction.vsize @@ -125,7 +133,7 @@ Weight src/app/components/transaction/transaction.component.html - 185 + 189 Transaction Weight transaction.weight @@ -134,26 +142,13 @@ Timestamp src/app/components/transaction/transaction.component.html - 42 + 46 Transaction Timestamp transaction.timestamp Fee - - src/app/components/transaction/transaction.component.html - 75 - - - src/app/components/transaction/transaction.component.html - 148 - - Transaction fee - transaction.fee - - - Fee per vByte src/app/components/transaction/transaction.component.html 79 @@ -163,21 +158,47 @@ 152 Transaction fee + transaction.fee + + + sat + + src/app/components/transaction/transaction.component.html + 80 + + + src/app/components/transaction/transaction.component.html + 153 + + Transaction Fee sat + transaction.fee.sat + + + Fee per vByte + + src/app/components/transaction/transaction.component.html + 83 + + + src/app/components/transaction/transaction.component.html + 156 + + Transaction fee transaction.fee-per-vbyte sat/vB src/app/components/transaction/transaction.component.html - 81 + 85 src/app/components/transaction/transaction.component.html - 153 + 157 src/app/components/transactions-list/transactions-list.component.html - 196 + 198 src/app/components/block/block.component.html @@ -222,7 +243,7 @@ Included in block src/app/components/transaction/transaction.component.html - 51 + 55 Transaction included in block transaction.included-in-block @@ -231,16 +252,16 @@ Confirmed src/app/components/transaction/transaction.component.html - 58 + 62 Transaction Confirmed state transaction.confirmed - - After + + After src/app/components/transaction/transaction.component.html - 59 + 63 Transaction confirmed after transaction.confirmed.after @@ -249,11 +270,11 @@ Features src/app/components/transaction/transaction.component.html - 63 + 67 src/app/components/transaction/transaction.component.html - 136 + 140 Transaction features transaction.features @@ -262,25 +283,16 @@ ETA src/app/components/transaction/transaction.component.html - 115 + 119 Transaction ETA transaction.eta - - sat - - src/app/components/transaction/transaction.component.html - 149 - - Transaction Fee sat - transaction.fee.sat - First seen src/app/components/transaction/transaction.component.html - 109 + 113 Transaction first seen transaction.first-seen @@ -289,41 +301,16 @@ In several hours (or more) src/app/components/transaction/transaction.component.html - 122 + 126 Transaction ETA in several hours or more transaction.eta.in-several-hours - - minutes - - src/app/components/transaction/transaction.component.html - 126 - - - src/app/components/transaction/transaction.component.html - 129 - - Transaction Minutes - transaction.minutes - - - block - - src/app/components/transaction/transaction.component.html - 126 - - - src/app/components/transaction/transaction.component.html - 129 - - shared.block - Transaction not found. src/app/components/transaction/transaction.component.html - 273 + 277 transaction.error.transaction-not-found @@ -331,15 +318,63 @@ Waiting for it to appear in the mempool... src/app/components/transaction/transaction.component.html - 274 + 278 transaction.error.waiting-for-it-to-appear - - blocks + + In ~ minutes + src/app/components/transaction/transaction.component.html - 289 + 293,295 + + + src/app/components/mempool-blocks/mempool-blocks.component.html + 41,43 + + Block Frequency (plural) + mempool-blocks.eta-of-next-block-plural + + + In ~ minute + + + src/app/components/transaction/transaction.component.html + 297,299 + + + src/app/components/mempool-blocks/mempool-blocks.component.html + 45,47 + + Block Frequency + mempool-blocks.eta-of-next-block + + + block + + src/app/components/transaction/transaction.component.html + 301 + + + src/app/dashboard/dashboard.component.html + 166 + + shared.block + + + blocks + + src/app/components/transaction/transaction.component.html + 302 + + + src/app/components/mempool-blocks/mempool-blocks.component.html + 30 + + + src/app/dashboard/dashboard.component.html + 167 shared.blocks @@ -433,12 +468,12 @@ src/app/components/transactions-list/transactions-list.component.html - 186 + 188 transactions-list.load-all - - Peg-out to + + Peg-out to src/app/components/transactions-list/transactions-list.component.html 125 @@ -449,7 +484,7 @@ ScriptPubKey (ASM) src/app/components/transactions-list/transactions-list.component.html - 168 + 170 ScriptPubKey (ASM) transactions-list.scriptpubkey.asm @@ -458,7 +493,7 @@ ScriptPubKey (HEX) src/app/components/transactions-list/transactions-list.component.html - 172 + 174 ScriptPubKey (HEX) transactions-list.scriptpubkey.hex @@ -467,7 +502,7 @@ Type src/app/components/transactions-list/transactions-list.component.html - 164 + 166 src/app/bisq/bisq-transactions/bisq-transactions.component.html @@ -479,7 +514,7 @@ data src/app/components/transactions-list/transactions-list.component.html - 176 + 178 transactions-list.vout.scriptpubkey-type.data @@ -487,32 +522,16 @@ sat src/app/components/transactions-list/transactions-list.component.html - 196 + 198 sat shared.sat - - confirmation - - src/app/components/transactions-list/transactions-list.component.html - 201 - - shared.confirmation-count.singular - - - confirmations - - src/app/components/transactions-list/transactions-list.component.html - 201 - - shared.confirmation-count.plural - Unconfirmed src/app/components/transactions-list/transactions-list.component.html - 203 + 209 src/app/components/footer/footer.component.html @@ -524,7 +543,7 @@ Confidential src/app/components/transactions-list/transactions-list.component.html - 208 + 214 src/app/components/amount/amount.component.html @@ -681,39 +700,35 @@ Total subsidy and fees in a block block.subsidy-and-fees - - transaction + + transaction src/app/components/block/block.component.html - 85 + 87 src/app/components/mempool-blocks/mempool-blocks.component.html - 14 + 16 src/app/components/blockchain-blocks/blockchain-blocks.component.html - 16 + 18 shared.transaction-count.singular - - transactions + + transactions src/app/components/block/block.component.html - 85 + 88 src/app/components/mempool-blocks/mempool-blocks.component.html - 14 + 17 src/app/components/blockchain-blocks/blockchain-blocks.component.html - 16 - - - src/app/components/footer/footer.component.html - 16 + 19 shared.transaction-count.plural @@ -721,7 +736,7 @@ Error loading block data. src/app/components/block/block.component.html - 165 + 169 block.error.loading-block-data @@ -754,6 +769,10 @@ src/app/components/address/address.component.html 24 + + src/app/bisq/bisq-blocks/bisq-blocks.component.html + 14 + address.total-sent @@ -915,43 +934,6 @@ address-labels.upper-layer-peg-out - - In - - src/app/components/mempool-blocks/mempool-blocks.component.html - 17 - - - src/app/components/mempool-blocks/mempool-blocks.component.html - 20 - - Block Frequency - mempool-blocks.eta-of-next-block - - - minute - - src/app/components/mempool-blocks/mempool-blocks.component.html - 17 - - shared.minute - - - minutes - - src/app/components/mempool-blocks/mempool-blocks.component.html - 20 - - shared.minutes - - - blocks - - src/app/components/mempool-blocks/mempool-blocks.component.html - 24 - - shared.blocks - API @@ -1121,14 +1103,14 @@ src/app/components/about/about.component.html 206 - - src/app/components/api-docs/api-docs.component.html - 284 - src/app/dashboard/dashboard.component.html 143 + + src/app/components/api-docs/api-docs.component.html + 284 + Terms of Service shared.terms-of-service @@ -1245,6 +1227,14 @@ footer.tx-vbytes-per-second + + transactions + + src/app/components/footer/footer.component.html + 16 + + shared.transactions + Mempool size: @@ -1261,7 +1251,7 @@ src/app/dashboard/dashboard.component.html - 181 + 185 footer.backend-is-synchronizing @@ -1576,6 +1566,137 @@ fees-box.high-priority + + Latest blocks + + src/app/dashboard/dashboard.component.html + 75 + + dashboard.latest-blocks + + + TXs + + src/app/dashboard/dashboard.component.html + 80 + + + src/app/dashboard/dashboard.component.html + 174 + + dashboard.latest-blocks.transaction-count + + + View all » + + src/app/dashboard/dashboard.component.html + 97 + + dashboard.view-all + + + Latest transactions + + src/app/dashboard/dashboard.component.html + 104 + + dashboard.latest-transactions + + + TXID + + src/app/dashboard/dashboard.component.html + 107 + + dashboard.latest-transactions.txid + + + Amount + + src/app/dashboard/dashboard.component.html + 108 + + + src/app/bisq/bisq-transactions/bisq-transactions.component.html + 20 + + dashboard.latest-transactions.amount + + + Fee + + src/app/dashboard/dashboard.component.html + 110 + + dashboard.latest-transactions.fee + + + USD + + src/app/dashboard/dashboard.component.html + 109 + + dashboard.latest-transactions.USD + + + Expand + + src/app/dashboard/dashboard.component.html + 131 + + dashboard.expand + + + Collapse + + src/app/dashboard/dashboard.component.html + 132 + + dashboard.collapse + + + Mempool size + + src/app/dashboard/dashboard.component.html + 162 + + Mempool size + dashboard.mempool-size + + + Unconfirmed + + src/app/dashboard/dashboard.component.html + 172 + + Unconfirmed count + dashboard.unconfirmed + + + Incoming transactions + + src/app/dashboard/dashboard.component.html + 182 + + dashboard.incoming-transactions + + + vB/s + + src/app/dashboard/dashboard.component.html + 189 + + vB/s + shared.vbytes-per-second + + + Difficulty adjustment + + src/app/dashboard/dashboard.component.html + 198 + + dashboard.difficulty-adjustment + API Service @@ -2012,153 +2133,6 @@ 272 - - Latest blocks - - src/app/dashboard/dashboard.component.html - 75 - - dashboard.latest-blocks - - - TXs - - src/app/dashboard/dashboard.component.html - 80 - - - src/app/dashboard/dashboard.component.html - 170 - - dashboard.latest-blocks.transaction-count - - - View all » - - src/app/dashboard/dashboard.component.html - 97 - - dashboard.view-all - - - Latest transactions - - src/app/dashboard/dashboard.component.html - 104 - - dashboard.latest-transactions - - - TXID - - src/app/dashboard/dashboard.component.html - 107 - - dashboard.latest-transactions.txid - - - Amount - - src/app/dashboard/dashboard.component.html - 108 - - - src/app/bisq/bisq-transactions/bisq-transactions.component.html - 20 - - dashboard.latest-transactions.amount - - - Fee - - src/app/dashboard/dashboard.component.html - 110 - - dashboard.latest-transactions.fee - - - USD - - src/app/dashboard/dashboard.component.html - 109 - - dashboard.latest-transactions.USD - - - Expand - - src/app/dashboard/dashboard.component.html - 131 - - dashboard.expand - - - Collapse - - src/app/dashboard/dashboard.component.html - 132 - - dashboard.collapse - - - Mempool size - - src/app/dashboard/dashboard.component.html - 162 - - Mempool size - dashboard.mempool-size - - - Unconfirmed - - src/app/dashboard/dashboard.component.html - 168 - - Unconfirmed count - dashboard.unconfirmed - - - block - - src/app/dashboard/dashboard.component.html - 164 - - shared.block - - - blocks - - src/app/dashboard/dashboard.component.html - 164 - - shared.blocks - - - Incoming transactions - - src/app/dashboard/dashboard.component.html - 178 - - dashboard.incoming-transactions - - - vB/s - - src/app/dashboard/dashboard.component.html - 185 - - vB/s - shared.vbytes-per-second - - - Difficulty adjustment - - src/app/dashboard/dashboard.component.html - 194 - - dashboard.difficulty-adjustment - Copied! @@ -2506,6 +2480,18 @@ 39 + + Confirmed + + src/app/bisq/bisq-blocks/bisq-blocks.component.html + 13 + + + src/app/bisq/bisq-transactions/bisq-transactions.component.html + 21 + + Bisq block confirmed time header + Block : @@ -2534,13 +2520,6 @@ 57 - - Confirmed - - src/app/bisq/bisq-transactions/bisq-transactions.component.html - 21 - -