From 4024fc3a6ce1565c8ad02d7b74d69ffbb735ba6d Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Thu, 16 Mar 2023 16:36:34 -0700 Subject: [PATCH 1/6] Remove references to Coil from XRPL Use Cases pages --- .../configuration/run-rippled-as-a-validator.md | 2 +- template/page-uses.html.jinja | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md index 625de24ace..9fcd01feac 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md @@ -30,7 +30,7 @@ Even if your validator isn't a _trusted_ validator, it stills plays an important ## 1. Understand the traits of a good validator -Strive to have your validator always embody the following properties. Being a good validator helps `rippled` server operators and validator list publishers (such as https://vl.coil.com, https://vl.ripple.com, and https://vl.xrplf.org), to trust your validator before adding it to their UNLs. +Strive to have your validator always embody the following properties. Being a good validator helps `rippled` server operators and validator list publishers (such as https://vl.ripple.com and https://vl.xrplf.org), to trust your validator before adding it to their UNLs. - **Available** diff --git a/template/page-uses.html.jinja b/template/page-uses.html.jinja index b491b1ccd3..80beae20aa 100644 --- a/template/page-uses.html.jinja +++ b/template/page-uses.html.jinja @@ -82,14 +82,6 @@ "category_name": "Other", "link": "https://casinocoin.im/", }, - { - "id": "coil", - "title": _("Coil"), - "description": _("Coil provides better ways to access and reward the creators, publishers and platforms that create the content people love."), - "category_id": "web_monetization", - "category_name": "Web Monetization", - "link": "https://coil.com/", - }, { "id": "cryptum", "title": _("Cryptum"), From c2f0d54af5546ea193c37a65fa474f447a013e39 Mon Sep 17 00:00:00 2001 From: tequ Date: Sat, 18 Mar 2023 15:13:42 +0900 Subject: [PATCH 2/6] [JA] Delete old descriptions and update Amendments descriptions --- content/concepts/payment-types/checks.ja.md | 6 ++---- .../ledger-data/ledger-object-types/check.ja.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/content/concepts/payment-types/checks.ja.md b/content/concepts/payment-types/checks.ja.md index 85f1e1f4be..84256be69a 100644 --- a/content/concepts/payment-types/checks.ja.md +++ b/content/concepts/payment-types/checks.ja.md @@ -21,7 +21,7 @@ Checksは[Escrow](escrow.html)と[Payment Channel](use-payment-channels.html)に * Checksは資金を凍結しません。Payment ChannelとEscrowでは、送金元が発行したクレームでXRPが清算されるか(Payment Channel)、または有効期限切れまたはCrypto-conditionsによってXRPがリリースされる(Escrow)までは、そのXRPを使用できません。 -* EscrowではXRPを自分自身に送金できます。ChecksとPayment Channelを使用してXRP(Checksの場合は発行済み通貨)を自身に送金することはできません。 +* EscrowではXRPを自分自身に送金できます。ChecksではXRPを自身に送金することはできません。 **注記:** [Checks Amendment][] により、[OfferCreate][]トランザクションの有効期限が変更されます。詳細は[オファーの有効期限](offers.html#オファーの有効期限)を参照してください。 @@ -33,8 +33,6 @@ Checksは[Escrow](escrow.html)と[Payment Channel](use-payment-channels.html)に XRP Ledger Checksは、XRP Ledgerに固有の問題も解決できます。たとえば、ユーザーが不審な支払いを拒否したり、支払いの一部のみを受領することを可能にします。これは、コンプライアンス上の理由から支払いの受け入れに慎重に対応する必要がある機関にとっては有用です。 -Checksはその他のさまざまな用途に利用できる可能性があります。RippleはコミュニティにてChecksの新しく創造的な用途が探られていくことを推奨しています。 - ### ユースケース: 支払いの承認 @@ -85,7 +83,7 @@ Checksはすべて同じ方法で開始されるため、**ステップ1と2** ## Checksの利用可能性 -Checksを使用するには`rippled` v0.90.0以降が必要です。2018年10月11日の時点では、Checks Amendmentは本番環境のXRP Ledgerで有効になっていません。すべての既知のAmendmentの最新状況については、[既知のAmendment](known-amendments.html)を参照してください。Amendmentを有効化し、Amendmentに投票する方法については、[Amendmentプロセス](amendments.html#amendmentプロセス)を参照してください。 +[Checks amendment][]は2020年6月18日にメインネットで有効化されました。Amendmentがどのように有効化され、投票されるかについては、[Amendmentsプロセス](amendments.html#amendmentプロセス)を参照してください。 Test NetまたはプライベートXRP LedgerネットワークでのAmendmentの状況を確認するには、[featureメソッド][]を使用してください。 diff --git a/content/references/protocol-reference/ledger-data/ledger-object-types/check.ja.md b/content/references/protocol-reference/ledger-data/ledger-object-types/check.ja.md index 3fc2abc196..2eba937e94 100644 --- a/content/references/protocol-reference/ledger-data/ledger-object-types/check.ja.md +++ b/content/references/protocol-reference/ledger-data/ledger-object-types/check.ja.md @@ -63,7 +63,7 @@ _([Checks Amendment][]が必要です)_ * Checkスペースキー(`0x0043`) * `Check`オブジェクトを作成した[CheckCreateトランザクション][]の送信者のAccountID。 * `Check`オブジェクトを作成した[CheckCreateトランザクション][]のシーケンス番号。 - + CheckCreateトランザクションが[Ticket](tickets.html)を使用する場合は、代わりに`TicketSequence`値を使用します。 {% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} From bdc9c19677a874c92ca473d43dafc01dbf643de8 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Tue, 21 Mar 2023 20:52:55 -0700 Subject: [PATCH 3/6] Update latest Ubuntu supported; Random fixes --- .../install-rippled-on-centos-rhel-with-yum.md | 1 - .../installation/install-rippled-on-ubuntu.ja.md | 7 +------ .../installation/install-rippled-on-ubuntu.md | 4 +--- .../installation/system-requirements.ja.md | 4 ++-- .../installation/system-requirements.md | 4 ++-- 5 files changed, 6 insertions(+), 14 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md index 3d4c738885..da96d61e3f 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md @@ -67,7 +67,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req - 2. Fetch the latest repo updates: sudo yum -y update diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md index 511a82fa22..213fc32483 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md @@ -57,6 +57,7 @@ labels: - `bionic` for **Ubuntu 18.04 Bionic Beaver** - `buster` for **Debian 10 Buster** - `bullseye` for **Debian 11 Bullseye** + - `jammy` for **Ubuntu 22.04 Jammy Jellyfish** `rippled`の開発バージョンまたはプレリリースバージョンにアクセスするには、`stable`ではなく次のいずれかを使用します。 @@ -81,12 +82,6 @@ labels: sudo systemctl start rippled.service - 起動時に自動で起動するようにするには、以下の手順に従います。 - - sudo systemctl enable rippled.service - - - ## 次のステップ {% include '_snippets/post-rippled-install.ja.md' %} diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md index 823fa84f7b..6ef2efc08e 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md @@ -59,6 +59,7 @@ Before you install `rippled`, you must meet the [System Requirements](system-req - `bionic` for **Ubuntu 18.04 Bionic Beaver** - `buster` for **Debian 10 Buster** - `bullseye` for **Debian 11 Bullseye** + - `jammy` for **Ubuntu 22.04 Jammy Jellyfish** If you want access to development or pre-release versions of `rippled`, use one of the following instead of `stable`: @@ -83,9 +84,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req sudo systemctl start rippled.service - To configure it to start automatically on boot: - - sudo systemctl enable rippled.service 8. Optional: allow `rippled` to bind to privileged ports. diff --git a/content/tutorials/manage-the-rippled-server/installation/system-requirements.ja.md b/content/tutorials/manage-the-rippled-server/installation/system-requirements.ja.md index dab5706eba..cd1a86a06a 100644 --- a/content/tutorials/manage-the-rippled-server/installation/system-requirements.ja.md +++ b/content/tutorials/manage-the-rippled-server/installation/system-requirements.ja.md @@ -11,7 +11,7 @@ labels: 企業の本番環境で最良のパフォーマンスを実現するため、以下の仕様のベアメタルで`rippled`を実行することが推奨されています。 -- オペレーティングシステム: Ubuntu (LTF) 、CentOS または RedHat Enterprise Linux (最新版) +- オペレーティングシステム: Ubuntu (LTF) 、CentOS または Red Hat Enterprise Linux (最新版) - CPU: Intel Xeon 3GHz以上のプロセッサー、8コア以上、ハイパースレッディング有効 - ディスク: SSD / NVMe(10,000 IOPS以上) - RAM: 64GB @@ -21,7 +21,7 @@ labels: テスト目的やたまにしか使わない場合は、一般的なハードウェア上でXRP Ledgerサーバーを稼働させることができます。以下の最低要件を満たせば、ほとんどの場合は動作しますが、必ずしも[ネットワークと同期](server-doesnt-sync.html)しているとは限りません。 -- オペレーティングシステム: Mac OS X、Windows(64ビット)、またはほとんどのLinuxディストリビューション(Red Hat、 Ubuntu、 Debianをサポート) +- オペレーティングシステム: macOS、Windows(64ビット)、またはほとんどのLinuxディストリビューション(Red Hat、 Ubuntu、 Debianをサポート) - CPU: 64ビット x86_64、4コア以上 - ディスク: データベースパーティション用に最低50GB。SSDを強く推奨(最低でも1000IOPS、それよりも多いことが望ましい) - RAM: 16GB以上 diff --git a/content/tutorials/manage-the-rippled-server/installation/system-requirements.md b/content/tutorials/manage-the-rippled-server/installation/system-requirements.md index 18d6ec98c0..bd2fdfdffb 100644 --- a/content/tutorials/manage-the-rippled-server/installation/system-requirements.md +++ b/content/tutorials/manage-the-rippled-server/installation/system-requirements.md @@ -11,7 +11,7 @@ labels: For reliable performance in production environments, it is recommended to run an XRP Ledger (`rippled`) server on bare metal with the following characteristics or better: -- Operating System: Ubuntu (LTS) or CentOS or RedHat Enterprise Linux (latest release). +- Operating System: Ubuntu (LTS) or CentOS or Red Hat Enterprise Linux (latest release). - CPU: Intel Xeon 3+ GHz processor with 8+ cores and hyperthreading enabled. - Disk: SSD / NVMe (10,000 IOPS sustained - not burst or peak - or better). Minimum 50 GB for the database partition. Do not use Amazon Elastic Block Store (AWS EBS) because its latency is too high to sync reliably. - RAM: 64 GB. @@ -22,7 +22,7 @@ For reliable performance in production environments, it is recommended to run an For testing purposes or occasional use, you can run an XRP Ledger server on commodity hardware. The following minimum requirements should work for most cases, but may not always [stay synced with the network](server-doesnt-sync.html): -- Operating System: Mac OS X, Windows (64-bit), or most Linux distributions (Red Hat, Ubuntu, and Debian supported). +- Operating System: macOS, Windows (64-bit), or most Linux distributions (Red Hat, Ubuntu, and Debian supported). - CPU: 64-bit x86_64, 4+ cores. - Disk: SSD / NVMe (10,000 IOPS sustained - not burst or peak - or better). Minimum 50 GB for the database partition. Do not use Amazon Elastic Block Store (AWS EBS) because its latency is too high to sync reliably. - RAM: 16 GB+. From 9f471fbb1f93cec7b780f74b012ac23edae5a10a Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 27 Mar 2023 13:03:46 -0700 Subject: [PATCH 4/6] updates pencil banner --- template/component-top-nav.html.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/component-top-nav.html.jinja b/template/component-top-nav.html.jinja index 8b1ed7430f..251ce55d1c 100644 --- a/template/component-top-nav.html.jinja +++ b/template/component-top-nav.html.jinja @@ -1,11 +1,11 @@
-

{% trans %}Apply for XRPL Grants, open until March 26.{% endtrans %}

- Apply for Funding +

{% trans %}The XRP Ledger now has Native NFT support.{% endtrans %}

+ Learn More
-

{% trans %}Apply for XRPL Grants, open{% endtrans %}

-

{% trans %}until March 26.{% endtrans %}Apply For Funding

+

{% trans %}The XRP Ledger now has Native{% endtrans %}

+

{% trans %} NFT support.{% endtrans %}Learn More