Merge pull request #3533 from XRPLF/update-devnet-reset

Update devnet reset blog and ledger entry commands
This commit is contained in:
oeggert
2026-03-03 21:05:57 -08:00
committed by GitHub
2 changed files with 21 additions and 17 deletions

View File

@@ -20,6 +20,10 @@ Version 3.1.1 of `rippled`, the reference server implementation of the XRP Ledge
Devnet is scheduled for a reset on **Tuesday, March 3, 2026**. The `Batch` amendment requires more development and is now set to unsupported in version 3.1.1. To prevent validators that upgrade to this version from becoming amendment blocked, Devnet must be reset.
{% admonition type="success" name="Update" %}
The reset has completed successfully. Devnet is online and fully operational.
{% /admonition %}
### Impact
This reset affects Devnet only. Other networks will continue to operate as usual, including XRPL Mainnet, XRPL Testnet, Xahau, and the Hooks Testnet.

View File

@@ -808,7 +808,7 @@
"id": "example_get_loan",
"command": "ledger_entry",
"loan": {
"loan_broker_id": "7430D67254BAE93A8CAD43596D26BBDAAA5BCD2DB7D2FB6E81B302916E8BD48D",
"loan_broker_id": "490DB29AD0CCFBDFE9A176F71AB7512497407CCA37E86F0C88CCDA1DF99A1F09",
"loan_seq": 2
},
"ledger_index": "validated"
@@ -823,8 +823,8 @@
"id": "example_get_loanbroker",
"command": "ledger_entry",
"loan_broker": {
"owner": "rsgmF1wgf43LmqmU8MBJ2kzU2akkC1KCG8",
"seq": 3213616
"owner": "rKHVvo9vMQwm2xz44qfhHyDC2VwYKfzgrX",
"seq": 6903
},
"ledger_index": "validated"
}
@@ -929,13 +929,12 @@
"name": "ledger_entry - PermissionedDomain",
"description": "Returns a PermissionedDomain object in its raw ledger format.",
"link": "/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry#get-permissioneddomain-entry",
"status": "not_enabled",
"body": {
"id": "example_get_permissioneddomain",
"command": "ledger_entry",
"permissioned_domain": {
"account": "rf7zCh1aPD2DpeJVo6keG5Cf1TVyAKMFpR",
"seq": 2093655
"account": "rHt39rFPxgy3hDcajtSK4Ty12oRFuw5A2g",
"seq": 0
},
"ledger_index": "validated"
}
@@ -982,6 +981,18 @@
"ledger_index": "validated"
}
},
{
"name": "ledger_entry - Vault",
"description": "Returns a Vault object in its raw ledger format.",
"link": "/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry#get-vault-entry",
"status": "not_enabled",
"body": {
"id": "example_get_vault",
"command": "ledger_entry",
"vault": "3C52C93E5A2F5B075F04C33861E434CC7B98580F6F3403CA3A97E19B6C7266AA",
"ledger_index": "validated"
}
},
{
"name": "ledger_entry - XChainOwnedClaimID",
"description": "Returns a single XChainOwnedClaimID object in its raw ledger format.",
@@ -1025,17 +1036,6 @@
},
"ledger_index": "validated"
}
},
{
"name": "ledger_entry - Vault",
"description": "Returns a Vault object in its raw ledger format.",
"link": "/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry#get-vault-entry",
"body": {
"id": "example_get_vault",
"command": "ledger_entry",
"vault": "9E48171960CD9F62C3A7B6559315A510AE544C3F51E02947B5D4DAC8AA66C3BA",
"ledger_index": "validated"
}
}
]
}