From 28f5684c263f0b13c25638e8592f0095605961de Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Wed, 19 Feb 2025 16:10:44 -0800 Subject: [PATCH 1/2] Update blog to remove detailed steps for now --- ...ve-to-the-new-xrpl-foundation-commences.md | 62 +------------------ 1 file changed, 3 insertions(+), 59 deletions(-) diff --git a/blog/2025/move-to-the-new-xrpl-foundation-commences.md b/blog/2025/move-to-the-new-xrpl-foundation-commences.md index d58b9fddad..fabeee45db 100644 --- a/blog/2025/move-to-the-new-xrpl-foundation-commences.md +++ b/blog/2025/move-to-the-new-xrpl-foundation-commences.md @@ -25,7 +25,7 @@ To ensure continued network participation and avoid potential downtime, validato Throughout its history, the XRPL Foundation has played a critical role in maintaining the security and decentralized status of the XRPL by publishing a trusted UNL. Validators and node operators are able to contribute to maintaining an up-to-date, secure, and well-managed network by updating their configurations to the new UNL, ensuring a smoother and more reliable blockchain infrastructure. -### Required Actions for Validators +### Required Actions for Validators and Node Operators Ahead of the migration date, validators need to take the following actions: @@ -34,64 +34,8 @@ Ahead of the migration date, validators need to take the following actions: Failure to complete these actions may result in network disruptions, impacting connectivity and participation in consensus processes. -Detailed instructions of the actions validators and node operators are required to take are below. +Detailed instructions of the actions validators and node operators are required to take will be communicated soon. The transition to the new XRPL Foundation marks an important step in ensuring the continued stability and security of the XRPL network. Validators and node operators play a pivotal role in this process, and their timely action is crucial for maintaining a robust and decentralized infrastructure. -As the migration from the old to the new Foundation progresses, additional support and updates will be provided on XRPL.org to ensure a seamless transition for all participants. - - -## Actions To Take - -### Steps - -If your XRP Ledger node currently trusts the UNL published by the XRP Ledger Foundation, complete the following steps to update your settings: - -1. **Edit `validators.txt`** - - Update the `[validator_list_keys]` section (the current endpoint remains unchanged) to replace the old key (`ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B`) with the following: - - ``` - [validator_list_keys] - ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1 - ``` - -2. **Restart `rippled`.** - - After saving the changes, restart your `rippled` service. On supported platforms, you can run the following command: - - ```sh - sudo systemctl restart rippled.service - ``` - -3. **Confirm the new settings** - - Run: - - ``` - /opt/ripple/bin/rippled validators - ``` - - The output should display the updated values in the `publisher_lists` key: - - ```json - { - "result": { - "local_static_keys": [], - "publisher_lists": [ - { - "available": true, - ... - "list": [ - ... - ], - "pubkey_publisher": "ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1", - "seq": 1, - "uri": "https://vl.xrplf.org", - "version": 1 - }, - ... - ] - ... - } - ``` \ No newline at end of file +As the migration from the old to the new Foundation progresses, additional support and updates will be provided on XRPL.org to ensure a seamless transition for all participants. \ No newline at end of file From 1f77693134ec8a3728517a1a987bb2845745e354 Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Wed, 19 Feb 2025 16:28:37 -0800 Subject: [PATCH 2/2] Add node operators in paragraph --- blog/2025/move-to-the-new-xrpl-foundation-commences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025/move-to-the-new-xrpl-foundation-commences.md b/blog/2025/move-to-the-new-xrpl-foundation-commences.md index fabeee45db..52ec6a0da2 100644 --- a/blog/2025/move-to-the-new-xrpl-foundation-commences.md +++ b/blog/2025/move-to-the-new-xrpl-foundation-commences.md @@ -27,7 +27,7 @@ Throughout its history, the XRPL Foundation has played a critical role in mainta ### Required Actions for Validators and Node Operators -Ahead of the migration date, validators need to take the following actions: +Ahead of the migration date, validators and node operators need to take the following actions: 1. Update their configuration to reflect the new cryptographic public key provided by the new Foundation. 2. Restart their node to apply the updated configuration.