Skip to content

Commit

Permalink
Release v4.1.0-2 (#1153)
Browse files Browse the repository at this point in the history
* Reduce transaxtion length fee coefficient

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Bump spec versions

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

---------

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev authored Jun 15, 2023
1 parent 731a944 commit 3e4b1a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4101,
spec_version: 4102,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 13,
Expand Down
2 changes: 1 addition & 1 deletion runtime/dolphin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dolphin"),
impl_name: create_runtime_str!("dolphin"),
authoring_version: 2,
spec_version: 4101,
spec_version: 4102,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
Expand Down
4 changes: 2 additions & 2 deletions runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("manta"),
impl_name: create_runtime_str!("manta"),
authoring_version: 1,
spec_version: 4101,
spec_version: 4102,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down Expand Up @@ -354,7 +354,7 @@ impl pallet_balances::Config for Runtime {
}

parameter_types! {
pub const TransactionLengthToFeeCoeff: Balance = 40 * mMANTA;
pub const TransactionLengthToFeeCoeff: Balance = 10 * uMANTA;
pub const WeightToFeeCoeff: Balance = 50_000_000;
}

Expand Down

0 comments on commit 3e4b1a4

Please sign in to comment.