Initial fork versioning (#934)

* Merge #913

* Correct release tests

* Completed release test corrections

* Initial work on upgrading discovery

* Updates discovery to latest version

* Update ENR initialisation logic

* Remove debug statements

* Shifts timing units to slots

* Initial work

* Add initial fork versioning and EnrForkId

* Correct linking for EnrForkId
This commit is contained in:
Age Manning
2020-03-24 19:10:28 +11:00
committed by GitHub
parent 24a384d0d6
commit 2b6da4b8de
8 changed files with 141 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "fork"
version = "0.2.0"
authors = ["Age Manning <Age@AgeManning.com>"]
edition = "2018"
[dependencies]
types = { path = "../../eth2/types" }