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: .ci-config/rippled.cfg
+13-63Lines changed: 13 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,6 @@ port_rpc_admin_local
3
3
port_ws_public
4
4
port_ws_admin_local
5
5
6
-
# port_peer
7
-
# port_ws_admin_local
8
-
# ssl_key = /etc/ssl/private/server.key
9
-
# ssl_cert = /etc/ssl/certs/server.crt
10
-
11
-
# IPs must be 0.0.0.0 instead of 127.0.0.1 to be accessed outside the docker container
12
-
13
6
[port_rpc_admin_local]
14
7
port = 5005
15
8
ip = 0.0.0.0
@@ -21,11 +14,6 @@ port = 80
21
14
ip = 0.0.0.0
22
15
protocol = ws
23
16
24
-
# [port_peer]
25
-
# port = 51235
26
-
# ip = 0.0.0.0
27
-
# protocol = peer
28
-
29
17
[port_ws_admin_local]
30
18
port = 6006
31
19
ip = 0.0.0.0
@@ -35,26 +23,13 @@ protocol = ws
35
23
[node_size]
36
24
small
37
25
38
-
# tiny
39
-
# small
40
-
# medium
41
-
# large
42
-
# huge
43
-
44
26
[node_db]
45
-
type=NuDB
46
-
path=/var/lib/rippled/db/nudb
47
-
advisory_delete=0
48
-
49
-
# How many ledgers do we want to keep (history)?
50
-
# Integer value that defines the number of ledgers
51
-
# between online deletion events
52
-
online_delete=256
27
+
type = NuDB
28
+
path = /var/lib/rippled/db/nudb
29
+
advisory_delete = 0
30
+
online_delete = 256
53
31
54
32
[ledger_history]
55
-
# How many ledgers do we want to keep (history)?
56
-
# Integer value (ledger count)
57
-
# or (if you have lots of TB SSD storage): 'full'
58
33
256
59
34
60
35
[database_path]
@@ -76,41 +51,15 @@ r.ripple.com 51235
76
51
validators.txt
77
52
78
53
[rpc_startup]
79
-
{ "command": "log_level", "severity": "info" }
80
-
81
-
# severity (order: lots of information .. only errors)
82
-
# debug
83
-
# info
84
-
# warn
85
-
# error
86
-
# fatal
54
+
{ "command" = "log_level", "severity": "info" }
87
55
88
56
[ssl_verify]
89
57
1
90
58
91
-
# The [features] stanza does not currently work for standalone mode: https://github.com/XRPLF/xrpl-dev-portal/issues/1762#issuecomment-1441252450
92
-
93
-
94
-
# In order to enable an amendment which by default would vote "No", you must include its amendment id and name here.
95
-
# To add amendments specifically from the latest releases of rippled:
96
-
# 1. Go to https://xrpl.org/known-amendments.html
97
-
# 2. Find the first amendment in the latest releases of rippled which are not already in the list below
98
-
# 3. Click on each amendment to get their Amendment ID and name to add to this list manually.
99
-
# You will likely update the list with all amendments from a new release of rippled all at once.
100
-
101
-
# To get the list of amendments on a network (e.g. devnet) follow the steps in xrpl.js's CONTRIBUTING.md for "Updating the Docker container".
# (Running the script `getNewAmendments.js` should help you identify any new amendments that should be added.)
104
-
#
105
-
# Note: The version of rippled you use this config with must have an implementation for the amendments you attempt to enable or it will crash.
106
-
# If you need the version of rippled to be more up to date, you may need to make a comment on this repo: https://github.com/WietseWind/docker-rippled
107
-
108
-
# network_id is required otherwise it's read as None
109
59
[network_id]
110
60
63456
111
61
112
62
[features]
113
-
# Devnet amendments as of June 28th, 2023
114
63
NegativeUNL
115
64
fixRemoveNFTokenAutoTrustLine
116
65
NonFungibleTokensV1
@@ -157,32 +106,26 @@ fix1373
157
106
MultiSign
158
107
Checks
159
108
NonFungibleTokensV1_1
160
-
# 1.10.0 Amendments
161
109
DisallowIncoming
162
110
fixNonFungibleTokensV1_2
163
111
fixTrustLinesToSelf
164
112
fixUniversalNumber
165
113
ImmediateOfferKilled
166
114
XRPFees
167
-
# 1.11.0 Amendments
168
115
ExpandedSignerList
169
-
# 1.12.0 Amendments
170
116
AMM
171
117
Clawback
172
118
fixReducedOffersV1
173
119
fixNFTokenRemint
174
-
# 2.0.0-b4 Amendments
175
120
XChainBridge
176
121
DID
177
-
# 2.2.0-b3 Amendments
178
122
fixNFTokenReserve
179
123
fixInnerObjTemplate
180
124
fixAMMOverflowOffer
181
125
PriceOracle
182
126
fixEmptyDID
183
127
fixXChainRewardRounding
184
128
fixPreviousTxnID
185
-
# 2.3.0 Amendments
186
129
fixAMMv1_1
187
130
fixAMMv1_2
188
131
AMMClawback
@@ -196,9 +139,16 @@ fixEnforceNFTokenTrustline
196
139
fixReducedOffersV2
197
140
DeepFreeze
198
141
PermissionedDomains
142
+
DynamicNFT
143
+
fixInvalidTxFlags
144
+
fixFrozenLPTokenTransfer
145
+
fixFillOrKill
146
+
fixDisallowIncomingV1
147
+
fixNFTokenNegOffer
148
+
fixNFTokenDirV1
199
149
200
-
# This section can be used to simulate various FeeSettings scenarios for rippled node in standalone mode
0 commit comments