Implement GetForkSchedule in the config API (#8345)

* span

* update ethereumapis

* implementation + tests

* typo

* fix variable shadowing

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
Radosław Kapka
2021-01-28 20:44:23 +01:00
committed by GitHub
parent 09b1e06885
commit 8d505e06bd
5 changed files with 91 additions and 10 deletions

2
go.mod
View File

@@ -84,7 +84,7 @@ require (
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/procfs v0.3.0 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/prysmaticlabs/ethereumapis v0.0.0-20210115110118-c595a4e0c0a5
github.com/prysmaticlabs/ethereumapis v0.0.0-20210127105958-025470485ece
github.com/prysmaticlabs/go-bitfield v0.0.0-20210126073541-0bc6a2fd086d
github.com/prysmaticlabs/prombbolt v0.0.0-20210126082820-9b7adba6db7c
github.com/rs/cors v1.7.0