-
Notifications
You must be signed in to change notification settings - Fork 45
feat: update GasLimitStorageGrowthRatio to 366 #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -684,7 +684,7 @@ parameter_types! { | |
| /// (15_000_000 / 40kb) | ||
| /// However, let us setup the value as 1 for now because we also has the did/storage bridge | ||
|
||
| /// [TODO] Need to check | ||
| pub GasLimitStorageGrowthRatio: u64 = 1; | ||
| pub GasLimitStorageGrowthRatio: u64 = 366; | ||
| } | ||
|
|
||
| impl pallet_evm::Config for Runtime { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -706,7 +706,7 @@ parameter_types! { | |
| /// (15_000_000 / 40kb) | ||
| /// However, let us setup the value as 1 for now because we also has the did/storage bridge | ||
|
||
| /// [TODO] Need to check | ||
| pub GasLimitStorageGrowthRatio: u64 = 1; | ||
| pub GasLimitStorageGrowthRatio: u64 = 366; | ||
| } | ||
|
|
||
| pub struct TransactionPaymentAsGasPrice; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment is now outdated and contradicts the code. The value is no longer set to 1, so the comment should be updated to reflect that the value has been set to 366 or the comment should be removed.