You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025/devnet-reset.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
category: 2025
3
3
date: 2025-01-24
4
4
seo:
5
-
title: Upcoming Devnet Reset Notification
6
5
description: Devnet is scheduled to reset on Monday, February 3, 2025 due to Clio databases nearing capacity. Learn more.
7
6
labels:
8
7
- Advisories
@@ -30,13 +29,13 @@ This reset affects Devnet only. Other networks will continue to operate as usual
30
29
31
30
The reset will delete all ledger data in Devnet, including all accounts, transactions, balances, settings, offers, AMMs, escrows, and other data. This means all balances will be reset to zero and the block number will start at one again. No changes are anticipated to services such as Devnet APIs, faucets, Explorers, access rights, and wallet integrations; these services usually manage resets without issues.
32
31
33
-
Devnet will have its amendment statuses restored to match XRPL Mainnet. Any existing accounts or other data will need new test XRP from the faucet and will need to be re-created.
32
+
Any existing accounts or other data will need new test XRP from the faucet and will need to be re-created.
34
33
35
34
If code relies on specific addresses, a request to the faucet can fund the same address again. However, any AMMs that are re-created after the reset will generally have different account addresses. As a reminder, it's best not to use the same addresses or key pairs on Mainnet and any developer networks.
36
35
37
-
The important URLs, Network ID, and validator settings for Devnet will remain the same.
36
+
As part of the reset, we'll also be updating the validator list with a new publisher key. The important URLs and Network ID will remain the same.
38
37
39
-
## Action Recommended
38
+
## Actions Required
40
39
41
40
If you run a `rippled` server that is connected to Devnet, after the reset you should delete your database data and restart the server. Database files and folders are defined in the config file in the `[database_path]` and `[node_db]` stanzas. If you use the default config, you can run the following commands:
42
41
@@ -46,6 +45,16 @@ rm -r /var/lib/rippled/db/*
46
45
systemctl restart rippled.service
47
46
```
48
47
48
+
You will also have to update the `[validator_list_keys]` keys stanza in your `validators.txt` file:
0 commit comments