Skip to content

Extend filter RPC with 4844 types #166

Extend filter RPC with 4844 types

Extend filter RPC with 4844 types #166

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test_tracers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Test tracers
run: go test -v ./eth/tracers/...