10000 Merge branch 'release/v18.0.x' into mergify/bp/release/v18.0.x/pr-2375 · evmos/evmos@246a82a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(jsonrpc): add support for allow-insecure-unlock (backport #2375) #5638

feat(jsonrpc): add support for allow-insecure-unlock (backport #2375)

feat(jsonrpc): add support for allow-insecure-unlock (backport #2375) #5638

Workflow file for this run

name: "Consensus Warn"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
permissions:
pull-requests: write # For reading the PR and posting comment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: orijtech/consensuswarn@main
with:
roots: "github.com/evmos/evmos/v18/app.Evmos.DeliverTx,github.com/evmos/evmos/v18/app.Evmos.BeginBlocker,github.com/evmos/evmos/v18/app.Evmos.EndBlocker"
0