Rest of the progressive container tests

This commit is contained in:
Michael Sproul
2025-12-18 21:50:02 +11:00
parent 9e15231ba2
commit fffd203cc5
3 changed files with 69 additions and 11 deletions

View File

@@ -286,8 +286,7 @@ debug = true
[patch.crates-io]
quick-protobuf = { git = "https://github.com/sigp/quick-protobuf.git", rev = "681f413312404ab6e51f0b46f39b0075c6f4ebfd" }
# FIXME(sproul): REMOVE patch
# milhouse = { path = "../milhouse" }
milhouse = { git = "https://github.com/sigp/milhouse", branch = "progressive-list" }
milhouse = { path = "../milhouse" }
ethereum_ssz = { path = "../packages/ethereum_ssz/ssz" }
ethereum_ssz_derive = { path = "../packages/ethereum_ssz/ssz_derive" }
tree_hash = { path = "../packages/tree_hash/tree_hash" }