Use rebasing to minimise BeaconState mem usage (#4416)

* Use "rebasing" to minimise BeaconState mem usage

* Update metastruct

* Use upstream milhouse, update cargo lock

* Rebase caches for extra memory savings
This commit is contained in:
Michael Sproul
2023-06-21 11:05:09 +10:00
committed by GitHub
parent 6eb151396d
commit ca412ab3f0
4 changed files with 152 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ lazy_static = "1.4.0"
parking_lot = "0.12.0"
itertools = "0.10.0"
superstruct = "0.7.0"
metastruct = "0.1.0"
metastruct = "0.1.1"
serde_json = "1.0.74"
smallvec = "1.8.0"
milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" }