Skip to content

Commit

Permalink
Cherry pick lower gas for keyless TXNs by 3x in transaction.rs (#13397)…
Browse files Browse the repository at this point in the history
… (#13405)

* Lower gas for keyless TXNs by 3x in transaction.rs (#13397)

* add default gas
  • Loading branch information
alinush committed May 23, 2024
1 parent c1cb7a0 commit f1abc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ crate::gas_schedule::macros::define_gas_parameters!(
[
keyless_base_cost: InternalGas,
{ RELEASE_V1_12.. => "keyless.base" },
414_000_000,
138_000_000,
]
]
);
Expand Down
1 change: 1 addition & 0 deletions aptos-move/aptos-release-builder/data/keyless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ proposals:
- FeatureFlag:
enabled:
- keyless_accounts
- DefaultGas

0 comments on commit f1abc91

Please sign in to comment.