Closed QuantumExplorer closed 2 weeks ago
The changes involve updates to the versioning system within the rs-platform-version
module. The mod.rs
file has been modified to replace the previous protocol version with a new version, PROTOCOL_VERSION_6
, and includes a new public module declaration for version 6. The protocol_version.rs
file adds a new platform version constant, PLATFORM_V6
, and updates the latest platform version reference. Additionally, a new file, v6.rs
, has been introduced, defining the new protocol and platform versions along with their associated details.
File Path | Change Summary |
---|---|
packages/rs-platform-version/src/version/mod.rs | - Updated import from PROTOCOL_VERSION_5 to PROTOCOL_VERSION_6 .- Changed LATEST_VERSION to PROTOCOL_VERSION_6 .- Added pub mod v6; . |
packages/rs-platform-version/src/version/protocol_version.rs | - Added constant PLATFORM_V6 .- Updated LATEST_PLATFORM_VERSION to reference PLATFORM_V6 .- Modified PLATFORM_VERSIONS to include PLATFORM_V6 . |
packages/rs-platform-version/src/version/v6.rs | - Added PROTOCOL_VERSION_6 constant.- Added PLATFORM_V6 constant with detailed versioning structure. |
🐇 In the meadow where versions bloom,
A new protocol sheds its gloom.
Withv6
now taking flight,
Our platform shines, oh what a sight!
From5
to6
, we leap and bound,
In the world of code, joy is found! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issue being fixed or feature implemented
Just bumping the protocol version to version 6.
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit