Compare commits

..

1 Commits

Author SHA1 Message Date
mergify[bot]
3229c4ac75 ci(mergify): upgrade configuration to current format 2026-07-02 05:16:51 +00:00
3 changed files with 4 additions and 4 deletions

5
.github/mergify.yml vendored
View File

@@ -12,8 +12,7 @@ pull_request_rules:
- milestone~=v[0-9]\.[0-9]{2}
actions:
comment:
message: This pull request has merge conflicts. Could you please resolve them
@{{author}}? 🙏
message: This pull request has merge conflicts. Could you please resolve them @{{author}}? 🙏
label:
add:
- waiting-on-author
@@ -105,7 +104,7 @@ queue_rules:
{{ body | get_section("## Proposed Changes", "") }}
{% for commit in commits | unique(attribute='email_author') %}
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
{% endfor %}

2
Cargo.lock generated
View File

@@ -2475,7 +2475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
dependencies = [
"data-encoding",
"syn 2.0.117",
"syn 1.0.109",
]
[[package]]

View File

@@ -108,6 +108,7 @@ impl GenericExecutionEngine for GethEngine {
.arg(http_auth_port.to_string())
.arg("--port")
.arg(network_port.to_string())
.arg("--allow-insecure-unlock")
.arg("--authrpc.jwtsecret")
.arg(jwt_secret_path.as_path().to_str().unwrap())
// This flag is required to help Geth perform reliably when feeding it blocks