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
# (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