Skip to content

Fix build by adding latestblocktime to execution client and percolating it through the api. Put ethclient behind a facade #971

Fix build by adding latestblocktime to execution client and percolating it through the api. Put ethclient behind a facade

Fix build by adding latestblocktime to execution client and percolating it through the api. Put ethclient behind a facade #971

Workflow file for this run

name: Smart Node Build
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.8
- run: make NO_DOCKER=true