Skip to content

Commit

Permalink
chore: bump tx gas available in transactions (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Sep 16, 2024
1 parent a422e0f commit c6a121b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.18.1
version: 1.22.5
plugins:
sources:
- id: trunk
ref: v1.4.1
ref: v1.6.2
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
Expand All @@ -27,21 +27,21 @@ lint:
- crates/ef-testing/src/evm_sequencer/constants.rs
- crates/ef-testing/tests/**/*.rs
enabled:
- actionlint@1.6.26
- black@23.12.0
- checkov@3.1.40
- actionlint@1.7.1
- black@24.8.0
- checkov@3.2.251
- clippy@SYSTEM
- git-diff-check
- [email protected]
- markdownlint@0.38.0
- osv-scanner@1.5.0
- prettier@3.1.1
- ruff@0.1.8
- markdownlint@0.41.0
- osv-scanner@1.8.5
- prettier@3.3.3
- ruff@0.6.4
- [email protected]
- taplo@0.8.1
- trivy@0.48.1
- trufflehog@3.63.5
- yamllint@1.33.0
- taplo@0.9.3
- trivy@0.55.0
- trufflehog@3.81.10
- yamllint@1.35.1
actions:
disabled:
- trunk-announce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"syscall_base_gas_cost": 1
},
"initial_gas_cost": {
"step_gas_cost": 100000000
"step_gas_cost": 500000000
},
"keccak_gas_cost": {
"syscall_base_gas_cost": 1
Expand Down
2 changes: 1 addition & 1 deletion crates/sequencer/src/resources/versioned_constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"syscall_base_gas_cost": 1
},
"initial_gas_cost": {
"step_gas_cost": 100000000
"step_gas_cost": 500000000
},
"keccak_gas_cost": {
"syscall_base_gas_cost": 1
Expand Down

0 comments on commit c6a121b

Please sign in to comment.