Skip to content

Commit

Permalink
Release v4.7.0 (#1335)
Browse files Browse the repository at this point in the history
* bump versions

Signed-off-by: Charles Ferrell <charlie@manta.network>

* update manta weights

Signed-off-by: Charles Ferrell <charlie@manta.network>

* revert benchmarks

Signed-off-by: Charles Ferrell <charlie@manta.network>

* fix handlebars file

Signed-off-by: Charles Ferrell <charlie@manta.network>

* fix handlebar file

Signed-off-by: Charles Ferrell <charlie@manta.network>

* add manta weights

Signed-off-by: Charles Ferrell <charlie@manta.network>

* add calamari weights

Signed-off-by: Charles Ferrell <charlie@manta.network>

---------

Signed-off-by: Charles Ferrell <charlie@manta.network>
Co-authored-by: Jamie <djptux@gmail.com>
  • Loading branch information
ferrell-code and Dengjianping committed May 22, 2024
1 parent faaf9dc commit 95e5e27
Show file tree
Hide file tree
Showing 54 changed files with 8,930 additions and 8,455 deletions.
5 changes: 0 additions & 5 deletions .github/resources/frame-weight-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(double_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]

Expand All @@ -47,11 +46,7 @@ pub trait WeightInfo {

/// Weights for {{pallet}} using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
{{#if (eq pallet "frame_system")}}
impl<T: crate::Config> {{pallet}}::WeightInfo for SubstrateWeight<T> {
{{else}}
impl<T: frame_system::Config> {{pallet}}::WeightInfo for SubstrateWeight<T> {
{{/if}}
{{#each benchmarks as |benchmark|}}
{{#each benchmark.comments as |comment|}}
/// {{comment}}
Expand Down
42 changes: 21 additions & 21 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
repository = 'https://github.com/Manta-Network/Manta/'
rust-version = '1.74'
version = '4.6.2'
version = '4.7.0'

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4620,
spec_version: 4700,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
transaction_version: 19,
state_version: 0,
};

Expand Down
Loading

0 comments on commit 95e5e27

Please sign in to comment.