mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user