diff --git a/frontend/src/app/components/api-docs/api-docs.component.html b/frontend/src/app/components/api-docs/api-docs.component.html index 908baa3f4..61a039943 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.html +++ b/frontend/src/app/components/api-docs/api-docs.component.html @@ -528,9 +528,7 @@
Description
-
- Returns our currently suggested fees for new transactions. -
+
Returns our currently suggested fees for new transactions.
@@ -564,9 +562,7 @@
Description
-
- Returns the ancestors and the best descendant fees for a transaction. -
+
Returns the ancestors and the best descendant fees for a transaction.
@@ -607,9 +603,7 @@
Description
-
- Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind. -
+
Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 62a5ec3e3..8c92d0840 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -743,11 +743,11 @@ src/app/components/about/about.component.html - 282,288 + 198,202 src/app/components/api-docs/api-docs.component.html - 841,845 + 835,839 src/app/dashboard/dashboard.component.html @@ -1259,7 +1259,7 @@ The Mempool Open Source Project src/app/components/about/about.component.html - 13,16 + 11,12 about.about-the-project @@ -1267,14 +1267,14 @@ An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers. src/app/components/about/about.component.html - 16,20 + 12,16 Enterprise Sponsors 🚀 src/app/components/about/about.component.html - 47,50 + 31,33 about.sponsors.enterprise.withRocket @@ -1282,7 +1282,7 @@ Community Sponsors ❤️ src/app/components/about/about.component.html - 73,76 + 49,52 about.sponsors.withHeart @@ -1290,7 +1290,7 @@ Become a sponsor ❤️ src/app/components/about/about.component.html - 86,87 + 61,62 about.become-a-sponsor @@ -1298,7 +1298,7 @@ Navigate to https://mempool.space/sponsor to sponsor src/app/components/about/about.component.html - 87 + 62 src/app/components/sponsor/sponsor.component.html @@ -1310,7 +1310,7 @@ Community Integrations src/app/components/about/about.component.html - 92,95 + 66,69 about.integrations @@ -1318,7 +1318,7 @@ Community Alliances src/app/components/about/about.component.html - 202,205 + 133,135 about.alliances @@ -1326,7 +1326,7 @@ Project Contributors src/app/components/about/about.component.html - 220,222 + 148,150 about.contributors @@ -1334,7 +1334,7 @@ Project Maintainers src/app/components/about/about.component.html - 236,239 + 162,164 about.maintainers @@ -1664,11 +1664,11 @@ API Docs tab for Fees api-docs.tab.fees - - Returns our currently suggested fees for new transactions. + + Returns our currently suggested fees for new transactions. src/app/components/api-docs/api-docs.component.html - 532,535 + 531,533 API Docs for /api/v1/fees/recommended api-docs.fees.recommended @@ -1677,16 +1677,16 @@ Returns current mempool as projected blocks. src/app/components/api-docs/api-docs.component.html - 550,553 + 548,551 API Docs for /api/v1/fees/mempool-blocks api-docs.fees.mempool-blocks - - Returns the ancestors and the best descendant fees for a transaction. + + Returns the ancestors and the best descendant fees for a transaction. src/app/components/api-docs/api-docs.component.html - 568,571 + 565,567 API Docs for /api/v1/fees/cpfp api-docs.fees.cpfp @@ -1695,7 +1695,7 @@ Mempool src/app/components/api-docs/api-docs.component.html - 579,581 + 575,577 API Docs tab for Mempool api-docs.tab.mempool @@ -1704,16 +1704,16 @@ Returns current mempool backlog statistics. src/app/components/api-docs/api-docs.component.html - 594,596 + 590,592 API Docs for /api/mempool api-docs.mempool.mempool - - Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind. + + Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind. src/app/components/api-docs/api-docs.component.html - 611,615 + 606,609 API Docs for /api/mempool/txids api-docs.mempool.txids @@ -1722,7 +1722,7 @@ Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value. src/app/components/api-docs/api-docs.component.html - 630,631 + 624,625 API Docs for /api/mempool/recent api-docs.mempool.recent @@ -1731,7 +1731,7 @@ Transactions src/app/components/api-docs/api-docs.component.html - 641,644 + 635,638 API Docs tab for Transactions api-docs.tab.transactions @@ -1740,70 +1740,70 @@ Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. src/app/components/api-docs/api-docs.component.html - 655,656 + 649,650 Returns a transaction serialized as hex. src/app/components/api-docs/api-docs.component.html - 674,677 + 668,671 Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. src/app/components/api-docs/api-docs.component.html - 692,693 + 686,687 Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. src/app/components/api-docs/api-docs.component.html - 712,713 + 706,707 Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx). src/app/components/api-docs/api-docs.component.html - 731,732 + 725,726 Returns the spending status of all transaction outputs. src/app/components/api-docs/api-docs.component.html - 750,753 + 744,747 Returns a transaction as binary data. src/app/components/api-docs/api-docs.component.html - 769,772 + 763,766 Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). src/app/components/api-docs/api-docs.component.html - 788,789 + 782,783 Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success. src/app/components/api-docs/api-docs.component.html - 808,809 + 802,803 Websocket src/app/components/api-docs/api-docs.component.html - 818,822 + 812,816 API Docs tab for Websocket api-docs.tab.websocket @@ -1812,7 +1812,7 @@ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. src/app/components/api-docs/api-docs.component.html - 827,828 + 821,822 api-docs.websocket.websocket @@ -2554,7 +2554,7 @@ Waiting for transaction... src/app/components/sponsor/sponsor.component.html - 145 + 137 about.sponsor.waiting-for-transaction @@ -2562,7 +2562,7 @@ Donation confirmed! src/app/components/sponsor/sponsor.component.html - 150 + 142 about.sponsor.donation-confirmed @@ -2570,7 +2570,7 @@ Thank you! src/app/components/sponsor/sponsor.component.html - 150 + 142 about.sponsor.thank-you