Skip to content

tweak: Use a static coinbase address for pending traces in stream. #235

tweak: Use a static coinbase address for pending traces in stream.

tweak: Use a static coinbase address for pending traces in stream. #235

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.22.x
- name: Test tracers
run: go test -v ./eth/tracers/...