Skip to content

Ungodly number of eth_getLogs for the same unbond event. #279

Ungodly number of eth_getLogs for the same unbond event.

Ungodly number of eth_getLogs for the same unbond event. #279

Workflow file for this run

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@master
with:
add-labels: "status: triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-if-assigned: false