ZeroB2M amendment (#293)

* ZeroB2M amendment

Co-authored-by: Denis Angell <dangell@transia.co>
This commit is contained in:
RichardAH
2024-03-22 10:49:35 +11:00
committed by GitHub
parent d24c134612
commit 7cd8f0a03a
4 changed files with 131 additions and 39 deletions

View File

@@ -74,7 +74,7 @@ namespace detail {
// Feature.cpp. Because it's only used to reserve storage, and determine how
// large to make the FeatureBitset, it MAY be larger. It MUST NOT be less than
// the actual number of amendments. A LogicError on startup will verify this.
static constexpr std::size_t numFeatures = 68;
static constexpr std::size_t numFeatures = 69;
/** Amendments that this server supports and the default voting behavior.
Whether they are enabled depends on the Rules defined in the validated
@@ -356,6 +356,7 @@ extern uint256 const featureHooksUpdate1;
extern uint256 const fixXahauV1;
extern uint256 const fixXahauV2;
extern uint256 const featureRemit;
extern uint256 const featureZeroB2M;
} // namespace ripple