refactor: retire/remove NFT amendments (#5971)

Amendments activated for more than 2 years can be retired, and obsolete retirements that were never activated can also be removed after 2 years. This change retires the NonFungibleTokensV1_1, fixNonFungibleTokensV1_2, and fixNFTokenRemint amendments, and removes the NonFungibleTokensV1, fixNFTokenNegOffer, and fixNFTokenDirV1 amendments.
This commit is contained in:
Jingchen
2025-11-03 18:43:57 +00:00
committed by GitHub
parent 8ac8a47c99
commit 63a08560ca
18 changed files with 397 additions and 1307 deletions

View File

@@ -547,7 +547,7 @@ class Feature_test : public beast::unit_test::suite
using namespace test::jtx;
Env env{*this};
constexpr char const* featureName = "NonFungibleTokensV1";
constexpr char const* featureName = "CryptoConditionsSuite";
auto jrr = env.rpc("feature", featureName)[jss::result];
if (!BEAST_EXPECTS(jrr[jss::status] == jss::success, "status"))