mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-04 16:45:41 +00:00
primitives: Move out of staging released APIs (#3925)
Runtime release 1.2 includes bumping of the ParachainHost APIs up to v10, so let's move all the released APIs out of vstaging folder, this PR does not include any logic changes only renaming of the modules and some moving around. Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
This commit is contained in:
committed by
GitHub
parent
e6bd920543
commit
d6f68bb906
@@ -26,5 +26,5 @@
|
||||
//! 2. Move methods from `vstaging` to `v3`. The new stable version should include all methods from
|
||||
//! `vstaging` tagged with the new version number (e.g. all `v3` methods).
|
||||
|
||||
pub mod v7;
|
||||
pub mod v10;
|
||||
pub mod vstaging;
|
||||
|
||||
Reference in New Issue
Block a user