Skip to content

Commit ede57f1

Browse files
committed
blog draft
1 parent 4e6ae75 commit ede57f1

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

blog/2025/devnet-reset.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
category: 2025
3+
date: 2025-01-24
4+
seo:
5+
title: Upcoming Devnet Reset Notification
6+
description: Devnet is scheduled to reset on Monday, February 3, 2025 due to Clio databases nearing capacity. Learn more.
7+
labels:
8+
- Advisories
9+
markdown:
10+
editPage:
11+
hide: true
12+
---
13+
# Upcoming Devnet Reset
14+
15+
Devnet is scheduled for a reset on **Monday, February 3, 2025**. Clio server databases on the network are nearing storage capacity and need to be cleared.
16+
17+
<!--
18+
{% admonition type="success" name="Update" %}
19+
The reset has completed successfully. Devnet is online and fully operational.
20+
{% /admonition %}
21+
-->
22+
23+
## Background
24+
25+
Ripple operates Clio servers on Devnet to help the community access validated ledger data efficiently. It better handles API calls and stores data in a more space-efficient format than rippled servers, ultimately reducing the load on the network. Clio uses ScyllaDB, which is nearing storage capacity; in order to continue serving the community, Devnet will be reset to clear the Clio databases.
26+
27+
## Impact
28+
29+
This reset affects Devnet only. Other networks will continue to operate as usual, including XRPL Mainnet, XRPL Testnet, Xahau, and the Hooks Testnet.
30+
31+
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+
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.
34+
35+
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+
37+
The important URLs, Network ID, and validator settings for Devnet will remain the same.
38+
39+
## Action Recommended
40+
41+
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+
43+
```sh
44+
rm -r /var/lib/rippled/db/*
45+
46+
systemctl restart rippled.service
47+
```
48+
49+
## Learn, Ask Questions, and Discuss
50+
51+
We’re exploring long-term solutions to enhance network resilience and ensure you’re well-prepared, including:
52+
53+
* Optimizing resource allocation to manage devnet resources to prevent overuse.
54+
* Implementing additional safeguards and resource management strategies.
55+
* Establishing a regular reset schedule to provide consistency and predictability for developers by setting a clear timeline for devnet maintenance.
56+
57+
We’d like to hear from you! Join the [XRPL Dev Discord](https://discord.gg/sfX3ERAMjH) to share your feedback. Your input and feedback on what changes would be beneficial is invaluable to improve devnet management and better support the community's needs.

blog/sidebars.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
expanded: false
88
items:
99
- page: 2025/vulnerabilitydisclosurereport-bug-nov2024.md
10+
- page: 2025/devnet-reset.md
1011
- group: '2024'
1112
expanded: false
1213
items:

0 commit comments

Comments
 (0)