Skip to content

Commit 82693e6

Browse files
committed
Update rippled.cfg with latest amendments
1 parent 0b0f8a0 commit 82693e6

File tree

1 file changed

+13
-63
lines changed

1 file changed

+13
-63
lines changed

.ci-config/rippled.cfg

Lines changed: 13 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ port_rpc_admin_local
33
port_ws_public
44
port_ws_admin_local
55

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-
136
[port_rpc_admin_local]
147
port = 5005
158
ip = 0.0.0.0
@@ -21,11 +14,6 @@ port = 80
2114
ip = 0.0.0.0
2215
protocol = ws
2316

24-
# [port_peer]
25-
# port = 51235
26-
# ip = 0.0.0.0
27-
# protocol = peer
28-
2917
[port_ws_admin_local]
3018
port = 6006
3119
ip = 0.0.0.0
@@ -35,26 +23,13 @@ protocol = ws
3523
[node_size]
3624
small
3725

38-
# tiny
39-
# small
40-
# medium
41-
# large
42-
# huge
43-
4426
[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
5331

5432
[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'
5833
256
5934

6035
[database_path]
@@ -76,41 +51,15 @@ r.ripple.com 51235
7651
validators.txt
7752

7853
[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" }
8755

8856
[ssl_verify]
8957
1
9058

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".
102-
# https://github.com/XRPLF/xrpl.js/blob/main/CONTRIBUTING.md
103-
# (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
10959
[network_id]
11060
63456
11161

11262
[features]
113-
# Devnet amendments as of June 28th, 2023
11463
NegativeUNL
11564
fixRemoveNFTokenAutoTrustLine
11665
NonFungibleTokensV1
@@ -157,32 +106,26 @@ fix1373
157106
MultiSign
158107
Checks
159108
NonFungibleTokensV1_1
160-
# 1.10.0 Amendments
161109
DisallowIncoming
162110
fixNonFungibleTokensV1_2
163111
fixTrustLinesToSelf
164112
fixUniversalNumber
165113
ImmediateOfferKilled
166114
XRPFees
167-
# 1.11.0 Amendments
168115
ExpandedSignerList
169-
# 1.12.0 Amendments
170116
AMM
171117
Clawback
172118
fixReducedOffersV1
173119
fixNFTokenRemint
174-
# 2.0.0-b4 Amendments
175120
XChainBridge
176121
DID
177-
# 2.2.0-b3 Amendments
178122
fixNFTokenReserve
179123
fixInnerObjTemplate
180124
fixAMMOverflowOffer
181125
PriceOracle
182126
fixEmptyDID
183127
fixXChainRewardRounding
184128
fixPreviousTxnID
185-
# 2.3.0 Amendments
186129
fixAMMv1_1
187130
fixAMMv1_2
188131
AMMClawback
@@ -196,9 +139,16 @@ fixEnforceNFTokenTrustline
196139
fixReducedOffersV2
197140
DeepFreeze
198141
PermissionedDomains
142+
DynamicNFT
143+
fixInvalidTxFlags
144+
fixFrozenLPTokenTransfer
145+
fixFillOrKill
146+
fixDisallowIncomingV1
147+
fixNFTokenNegOffer
148+
fixNFTokenDirV1
199149

200-
# This section can be used to simulate various FeeSettings scenarios for rippled node in standalone mode
201150
[voting]
202151
reference_fee = 200 # 200 drops
203152
account_reserve = 20000000 # 20 XRP
204153
owner_reserve = 5000000 # 5 XRP
154+

0 commit comments

Comments
 (0)