Skip to content

Commit

Permalink
Prepare release 4.5.5 (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovac12 authored Feb 16, 2025
1 parent 26d9b4a commit b8291b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framenode"
version = "4.5.4"
version = "4.5.5"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion node/chain_spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framenode-chain-spec"
version = "4.5.4"
version = "4.5.5"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "BSD-4-Clause"
homepage = "https://sora.org"
repository = "https://github.com/sora-xor/sora2-network"
name = "framenode-runtime"
version = "4.5.4"
version = "4.5.5"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("sora-substrate"),
impl_name: create_runtime_str!("sora-substrate"),
authoring_version: 1,
spec_version: 110,
spec_version: 111,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 110,
transaction_version: 111,
state_version: 0,
};

Expand Down
5 changes: 1 addition & 4 deletions runtime/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
// USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

pub type Migrations = (
WipMigrations,
apollo_platform::migrations::MigrateToV1<crate::Runtime>,
);
pub type Migrations = (WipMigrations,);

#[cfg(feature = "wip")]
pub type WipMigrations =
Expand Down

0 comments on commit b8291b4

Please sign in to comment.