Skip to content

Commit

Permalink
bump runtime version, remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustlang-dev authored and atodorov committed Nov 12, 2024
1 parent e386334 commit cd1e6cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
28 changes: 14 additions & 14 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 @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "3.37.0"
version = "3.38.0"
authors = ["Gluwa Inc. Developer Support <[email protected]>"]
edition = "2021"
license = "Unlicense"
Expand Down
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ parameter_types! {
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000), 0);
}

pub const TARGET_FEE_CREDO: Balance = 10_000_000_000_000_000;
pub struct WeightToCtcFee<T>(PhantomData<T>);

impl<T: frame_system::Config> WeightToFeePolynomial for WeightToCtcFee<T> {
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("creditcoin3"),
impl_name: create_runtime_str!("creditcoin3"),
authoring_version: 3,
spec_version: 37,
spec_version: 38,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit cd1e6cb

Please sign in to comment.