mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
# Conflicts: # .codecov.yml # .github/scripts/levelization/results/ordering.txt # .github/workflows/reusable-clang-tidy-files.yml # CMakeLists.txt # OpenTelemetryPlan/00-tracing-fundamentals.md # OpenTelemetryPlan/01-architecture-analysis.md # OpenTelemetryPlan/02-design-decisions.md # OpenTelemetryPlan/03-implementation-strategy.md # OpenTelemetryPlan/04-code-samples.md # OpenTelemetryPlan/05-configuration-reference.md # OpenTelemetryPlan/06-implementation-phases.md # OpenTelemetryPlan/07-observability-backends.md # OpenTelemetryPlan/08-appendix.md # OpenTelemetryPlan/09-data-collection-reference.md # OpenTelemetryPlan/OpenTelemetryPlan.md # OpenTelemetryPlan/POC_taskList.md # OpenTelemetryPlan/Phase2_taskList.md # OpenTelemetryPlan/Phase3_taskList.md # OpenTelemetryPlan/Phase4_taskList.md # OpenTelemetryPlan/Phase5_IntegrationTest_taskList.md # OpenTelemetryPlan/Phase5_taskList.md # OpenTelemetryPlan/presentation.md # cfg/xrpld-example.cfg # conan.lock # conanfile.py # cspell.config.yaml # docker/telemetry/TESTING.md # docker/telemetry/docker-compose.yml # docker/telemetry/grafana/dashboards/consensus-health.json # docker/telemetry/grafana/dashboards/transaction-overview.json # docker/telemetry/grafana/provisioning/dashboards/dashboards.yaml # docker/telemetry/grafana/provisioning/datasources/tempo.yaml # docker/telemetry/integration-test.sh # docker/telemetry/otel-collector-config.yaml # docker/telemetry/tempo.yaml # docker/telemetry/xrpld-telemetry.cfg # docs/build/telemetry.md # docs/telemetry-runbook.md # include/xrpl/core/ServiceRegistry.h # include/xrpl/protocol/detail/features.macro # include/xrpl/telemetry/SpanGuard.h # include/xrpl/telemetry/Telemetry.h # include/xrpl/telemetry/TraceContextPropagator.h # src/libxrpl/basics/MallocTrim.cpp # src/libxrpl/nodestore/backend/MemoryFactory.cpp # src/libxrpl/nodestore/backend/NuDBFactory.cpp # src/libxrpl/nodestore/backend/RocksDBFactory.cpp # src/libxrpl/telemetry/NullTelemetry.cpp # src/libxrpl/telemetry/Telemetry.cpp # src/libxrpl/telemetry/TelemetryConfig.cpp # src/tests/libxrpl/basics/MallocTrim.cpp # src/tests/libxrpl/telemetry/TelemetryConfig.cpp # src/xrpld/app/consensus/RCLConsensus.cpp # src/xrpld/app/consensus/RCLConsensus.h # src/xrpld/app/ledger/detail/BuildLedger.cpp # src/xrpld/app/ledger/detail/LedgerMaster.cpp # src/xrpld/app/main/Application.cpp # src/xrpld/app/misc/NetworkOPs.cpp # src/xrpld/consensus/Consensus.h # src/xrpld/overlay/detail/PeerImp.cpp # src/xrpld/rpc/detail/RPCHandler.cpp # src/xrpld/rpc/detail/ServerHandler.cpp
148 lines
7.7 KiB
Plaintext
148 lines
7.7 KiB
Plaintext
#if !defined(XRPL_FEATURE)
|
|
#error "undefined macro: XRPL_FEATURE"
|
|
#endif
|
|
#if !defined(XRPL_FIX)
|
|
#error "undefined macro: XRPL_FIX"
|
|
#endif
|
|
#if !defined(XRPL_RETIRE_FEATURE)
|
|
#error "undefined macro: XRPL_RETIRE_FEATURE"
|
|
#endif
|
|
#if !defined(XRPL_RETIRE_FIX)
|
|
#error "undefined macro: XRPL_RETIRE_FIX"
|
|
#endif
|
|
|
|
|
|
// Add new amendments to the top of this list.
|
|
// Keep it sorted in reverse chronological order.
|
|
|
|
XRPL_FIX (Cleanup3_2_0, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(MPTokensV2, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (Security3_1_3, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (PermissionedDomainInvariant, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (ExpiredNFTokenOfferRemoval, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (BatchInnerSigs, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(LendingProtocol, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(PermissionDelegationV1_1, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (DirectoryLimit, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (IncludeKeyletFields, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (PriceOracleOrder, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (MPTDeliveredAmount, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (AMMClawbackRounding, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(TokenEscrow, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (EnforceNFTokenTrustlineV2, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (AMMv1_3, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(PermissionedDEX, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(Batch, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(SingleAssetVault, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (PayChanCancelAfter, Supported::yes, VoteBehavior::DefaultNo)
|
|
// Check flags in Credential transactions
|
|
XRPL_FIX (InvalidTxFlags, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (FrozenLPTokenTransfer, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(DeepFreeze, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(PermissionedDomains, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(DynamicNFT, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(Credentials, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(AMMClawback, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (AMMv1_2, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(MPTokensV1, Supported::yes, VoteBehavior::DefaultNo)
|
|
// InvariantsV1_1 will be changed to Supported::yes when all the invariants expected to be included
|
|
// under it are complete.
|
|
XRPL_FEATURE(InvariantsV1_1, Supported::no, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (NFTokenPageLinks, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (InnerObjTemplate2, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (EnforceNFTokenTrustline, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (ReducedOffersV2, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(NFTokenMintOffer, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (AMMv1_1, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (PreviousTxnID, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (XChainRewardRounding, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (EmptyDID, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(PriceOracle, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (AMMOverflowOffer, Supported::yes, VoteBehavior::DefaultYes)
|
|
XRPL_FIX (InnerObjTemplate, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (NFTokenReserve, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (FillOrKill, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(DID, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (DisallowIncomingV1, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(XChainBridge, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(Clawback, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (UniversalNumber, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FEATURE(XRPFees, Supported::yes, VoteBehavior::DefaultNo)
|
|
XRPL_FIX (RemoveNFTokenAutoTrustLine, Supported::yes, VoteBehavior::DefaultYes)
|
|
|
|
// The following amendments are obsolete, but must remain supported
|
|
// because they could potentially get enabled.
|
|
//
|
|
// Obsolete features are (usually) not in the ledger, and may have code
|
|
// controlled by the feature. They need to be supported because at some
|
|
// time in the past, the feature was supported and votable, but never
|
|
// passed. So the feature needs to be supported in case it is ever
|
|
// enabled (added to the ledger).
|
|
//
|
|
// If a feature remains obsolete for long enough that no clients are able
|
|
// to vote for it, the feature can be removed entirely from the code. Until
|
|
// then the feature needs to be marked explicitly as obsolete, e.g.
|
|
// XRPL_FEATURE(Example, Supported::yes, VoteBehavior::Obsolete)
|
|
// The following amendments have been active for at least two years. Their
|
|
// pre-amendment code has been removed and the identifiers are deprecated.
|
|
// All known amendments and amendments that may appear in a validated ledger
|
|
// must be registered either here or above with the "active" amendments
|
|
//
|
|
// Please keep both lists sorted alphabetically for convenience.
|
|
XRPL_RETIRE_FIX(1201)
|
|
XRPL_RETIRE_FIX(1368)
|
|
XRPL_RETIRE_FIX(1373)
|
|
XRPL_RETIRE_FIX(1512)
|
|
XRPL_RETIRE_FIX(1513)
|
|
XRPL_RETIRE_FIX(1515)
|
|
XRPL_RETIRE_FIX(1523)
|
|
XRPL_RETIRE_FIX(1528)
|
|
XRPL_RETIRE_FIX(1543)
|
|
XRPL_RETIRE_FIX(1571)
|
|
XRPL_RETIRE_FIX(1578)
|
|
XRPL_RETIRE_FIX(1623)
|
|
XRPL_RETIRE_FIX(1781)
|
|
XRPL_RETIRE_FIX(AmendmentMajorityCalc)
|
|
XRPL_RETIRE_FIX(CheckThreading)
|
|
XRPL_RETIRE_FIX(MasterKeyAsRegularKey)
|
|
XRPL_RETIRE_FIX(NonFungibleTokensV1_2)
|
|
XRPL_RETIRE_FIX(NFTokenRemint)
|
|
XRPL_RETIRE_FIX(PayChanRecipientOwnerDir)
|
|
XRPL_RETIRE_FIX(QualityUpperBound)
|
|
XRPL_RETIRE_FIX(ReducedOffersV1)
|
|
XRPL_RETIRE_FIX(RmSmallIncreasedQOffers)
|
|
XRPL_RETIRE_FIX(STAmountCanonicalize)
|
|
XRPL_RETIRE_FIX(TakerDryOfferRemoval)
|
|
XRPL_RETIRE_FIX(TrustLinesToSelf)
|
|
|
|
XRPL_RETIRE_FEATURE(Checks)
|
|
XRPL_RETIRE_FEATURE(CheckCashMakesTrustLine)
|
|
XRPL_RETIRE_FEATURE(CryptoConditions)
|
|
XRPL_RETIRE_FEATURE(CryptoConditionsSuite)
|
|
XRPL_RETIRE_FEATURE(DeletableAccounts)
|
|
XRPL_RETIRE_FEATURE(DepositAuth)
|
|
XRPL_RETIRE_FEATURE(DepositPreauth)
|
|
XRPL_RETIRE_FEATURE(DisallowIncoming)
|
|
XRPL_RETIRE_FEATURE(Escrow)
|
|
XRPL_RETIRE_FEATURE(EnforceInvariants)
|
|
XRPL_RETIRE_FEATURE(ExpandedSignerList)
|
|
XRPL_RETIRE_FEATURE(FeeEscalation)
|
|
XRPL_RETIRE_FEATURE(Flow)
|
|
XRPL_RETIRE_FEATURE(FlowCross)
|
|
XRPL_RETIRE_FEATURE(FlowSortStrands)
|
|
XRPL_RETIRE_FEATURE(HardenedValidations)
|
|
XRPL_RETIRE_FEATURE(ImmediateOfferKilled)
|
|
XRPL_RETIRE_FEATURE(MultiSign)
|
|
XRPL_RETIRE_FEATURE(MultiSignReserve)
|
|
XRPL_RETIRE_FEATURE(NegativeUNL)
|
|
XRPL_RETIRE_FEATURE(NonFungibleTokensV1_1)
|
|
XRPL_RETIRE_FEATURE(PayChan)
|
|
XRPL_RETIRE_FEATURE(RequireFullyCanonicalSig)
|
|
XRPL_RETIRE_FEATURE(SortedDirectories)
|
|
XRPL_RETIRE_FEATURE(TicketBatch)
|
|
XRPL_RETIRE_FEATURE(TickSize)
|
|
XRPL_RETIRE_FEATURE(TrustSetAuth)
|