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: API-CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ The `network_id` field was added in the `server_info` response in version 1.5.0
28
28
29
29
## XRP Ledger server version 2.0.0
30
30
31
+
### Additions in 2.2
32
+
33
+
Additions are intended to be non-breaking (because they are purely additive).
34
+
35
+
-`feature`: A non-admin mode that uses the same formatting as admin RPC, but hides potentially-sensitive data.
36
+
31
37
### Additions in 2.0
32
38
33
39
Additions are intended to be non-breaking (because they are purely additive).
@@ -36,7 +42,6 @@ Additions are intended to be non-breaking (because they are purely additive).
36
42
- In `Payment` transactions, `DeliverMax` has been added. This is a replacement for the `Amount` field, which should not be used. Typically, the `delivered_amount` (in transaction metadata) should be used. To ease the transition, `DeliverMax` is present regardless of API version, since adding a field is non-breaking.
37
43
- API version 2 has been moved from beta to supported, meaning that it is generally available (regardless of the `beta_rpc_api` setting).
38
44
39
-
40
45
## XRP Ledger server version 1.12.0
41
46
42
47
[Version 1.12.0](https://github.com/XRPLF/rippled/releases/tag/1.12.0) was released on Sep 6, 2023.
0 commit comments