Skip to content

Commit

Permalink
Add v3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft committed Nov 25, 2024
1 parent b5da619 commit 20c33d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rpc/common/APIVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ static constexpr uint32_t API_VERSION_DEFAULT = 1u;

/**
* @brief Minimum API version supported by this build
*
* Note: Clio does not natively support v1 and only supports v2 or newer.
* However, Clio will forward all v1 requests to rippled for backward compatibility.
*/
static constexpr uint32_t API_VERSION_MIN = 1u;

/**
* @brief Maximum API version supported by this build
*/
static constexpr uint32_t API_VERSION_MAX = 2u;
static constexpr uint32_t API_VERSION_MAX = 3u;

/**
* @brief A baseclass for API version helper
Expand Down

0 comments on commit 20c33d6

Please sign in to comment.