From 89186a2b0f6ba2342119e7174b81c2336179cb13 Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Fri, 4 Apr 2025 10:26:07 -0700 Subject: [PATCH 1/4] Remove on XRPL from title metadata --- blog/2024/how-to-mint-nfts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024/how-to-mint-nfts.md b/blog/2024/how-to-mint-nfts.md index d3f342ff76..64d63834f7 100644 --- a/blog/2024/how-to-mint-nfts.md +++ b/blog/2024/how-to-mint-nfts.md @@ -2,7 +2,7 @@ category: 2024 date: 2024-03-08 seo: - title: How to Mint an NFT on XRPL + title: How to Mint an NFT description: Learn the basics of minting an NFT on XRP Ledger and how you can get started quickly and easily with this step-by-step guide. Get started today! labels: - Development From 5686dc0281a5e97057f4916226c47cddb3e55a3d Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Mon, 7 Apr 2025 09:45:34 -0700 Subject: [PATCH 2/4] Add missing slash which was causing a 404 in the Ja version --- about/index.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/index.page.tsx b/about/index.page.tsx index 10b4f2d6d4..46116f2545 100644 --- a/about/index.page.tsx +++ b/about/index.page.tsx @@ -164,7 +164,7 @@ export default function XrplOverview() { )}
- + {translate("Read Technical Docs")} {" "} Date: Mon, 7 Apr 2025 10:02:36 -0700 Subject: [PATCH 3/4] Fix 404s --- .../docs/concepts/networks-and-servers/peer-protocol.md | 6 +++--- .../ja/docs/concepts/networks-and-servers/peer-protocol.md | 6 +++--- docs/concepts/networks-and-servers/peer-protocol.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/@l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md b/@l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md index 7abf05acb4..d70f958c7d 100644 --- a/@l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md +++ b/@l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md @@ -107,7 +107,7 @@ Los pros y contras de cada configuración son los siguientes: Pares descubiertos
    @@ -119,8 +119,8 @@ Los pros y contras de cada configuración son los siguientes:
    • Configuración más segura y confiable cuando se implementa correctamente.

    • Tan confiable y redundante como quieras hacerla.

    • -
    • Puedes optimizar el rendimiento del servidor privado con clustering.

    • -
    • Te permite crear tantas conexiones directas de pares como desees. Tu servidor privado puede obtener histórico desde múltipes pares en paralelo. Dado que administras los pares, también puedes controlar cuanto histórico del ledger cada par puede mantener.

    • +
    • Puedes optimizar el rendimiento del servidor privado con clustering.

    • +
    • Te permite crear tantas conexiones directas de pares como desees. Tu servidor privado puede obtener histórico desde múltipes pares en paralelo. Dado que administras los pares, también puedes controlar cuanto histórico del ledger cada par puede mantener.

    • Carga de mantenimiento y costos más altos debido a la ejecución de múltiples servidores.

    • diff --git a/@l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md b/@l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md index 1556c000ed..4a7d15d01a 100644 --- a/@l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md +++ b/@l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md @@ -107,7 +107,7 @@ XRP Ledgerで使用できるように、`rippled`サーバをピアツーピア 検出されたピア
      • 最もシンプルな構成。メンテナンスの負担が抑えられます。

      • -
      • ダイレクトピア接続の機会が多数得られます。ダイレクトピア接続には、いくつかのメリットがあります。サーバは、複数のピアから並行して履歴を取得できます。同期時と履歴の埋め戻し時のいずれも可能です。履歴は、すべてのピアで完全に保持されているわけではないため、アクセスするピアを増やすことで、幅広い履歴データにアクセスすることもできます。

      • +
      • ダイレクトピア接続の機会が多数得られます。ダイレクトピア接続には、いくつかのメリットがあります。サーバは、複数のピアから並行して履歴を取得できます。同期時と履歴の埋め戻し時のいずれも可能です。履歴は、すべてのピアで完全に保持されているわけではないため、アクセスするピアを増やすことで、幅広い履歴データにアクセスすることもできます。

      • 切断されたピアを新しいピアに置き換えることができるため、サーバがネットワークから切断される可能性を抑えることができます。

        @@ -119,8 +119,8 @@ XRP Ledgerで使用できるように、`rippled`サーバをピアツーピア
        • 最も安全で信頼できる構成(効率的に実装された場合)。

        • 信頼性と冗長性を実現します。

        • -
        • クラスタリングによって、プライベートサーバのパフォーマンスを最適化できます。

        • -
        • 必要な数のダイレクトピア接続を作成できます。プライベートサーバでは、複数のピアから並行して履歴を取得できます。複数のピアを実行するため、各ピアで保持するレジャー履歴の量も制御します。

        • +
        • クラスタリングによって、プライベートサーバのパフォーマンスを最適化できます。

        • +
        • 必要な数のダイレクトピア接続を作成できます。プライベートサーバでは、複数のピアから並行して履歴を取得できます。複数のピアを実行するため、各ピアで保持するレジャー履歴の量も制御します。

        • 複数のサーバを実行することで、メンテナンスの負担とコストは高くなります。

        • diff --git a/docs/concepts/networks-and-servers/peer-protocol.md b/docs/concepts/networks-and-servers/peer-protocol.md index 57786226df..ce488187c3 100644 --- a/docs/concepts/networks-and-servers/peer-protocol.md +++ b/docs/concepts/networks-and-servers/peer-protocol.md @@ -120,7 +120,7 @@ The pros and cons of each configuration are as follows:
        • Most secure and reliable configuration when implemented effectively.

        • As reliable and as redundant as you make it.

        • Can optimize the private server's performance with clustering.

        • -
        • Enables you to create as many direct peer connections as you want. Your private server can fetch history from multiple peers in parallel. Since you run the peers, you also control how much ledger history each peer keeps.

        • +
        • Enables you to create as many direct peer connections as you want. Your private server can fetch history from multiple peers in parallel. Since you run the peers, you also control how much ledger history each peer keeps.

        • Higher maintenance burden and cost from running multiple servers.

        • From 8f35efb1e438ff64ff77e5748b6c2c92a9c630fc Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Mon, 7 Apr 2025 10:07:25 -0700 Subject: [PATCH 4/4] update to relative link --- .../protocol/ledger-data/ledger-entry-types/accountroot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md index 9035c9405d..bbf5c1b408 100644 --- a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md +++ b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md @@ -77,7 +77,7 @@ In addition, the following special rules apply to an AMM's AccountRoot entry: - Users cannot create trust lines to it for anything other than the AMM's LP Tokens. Transactions that would create such trust lines instead fail with result code `tecNO_PERMISSION`. (The AMM does have two trust lines to hold the tokens in its pool, or one trust line if the other asset in its pool is XRP.) - If the [Clawback amendment][] is also enabled, the issuer cannot clawback funds from an AMM. -Other than those exceptions, these accounts are like ordinary accounts; the LP Tokens they issue behave like other [tokens](https://xrpl.org/tokens.html) except that those tokens can also be used in AMM-related transactions. You can check an AMM's balances and the history of transactions that affected it the same way you would with a regular account. +Other than those exceptions, these accounts are like ordinary accounts; the LP Tokens they issue behave like other [tokens](../../../../concepts/tokens/index.md) except that those tokens can also be used in AMM-related transactions. You can check an AMM's balances and the history of transactions that affected it the same way you would with a regular account. ## AccountRoot Flags