Test runners for basic progressive containers and bitlists

This commit is contained in:
Michael Sproul
2025-12-10 16:48:12 +11:00
parent d7ebdeb450
commit 9e15231ba2
7 changed files with 65 additions and 19 deletions

View File

@@ -288,3 +288,7 @@ quick-protobuf = { git = "https://github.com/sigp/quick-protobuf.git", rev = "68
# FIXME(sproul): REMOVE patch
# milhouse = { path = "../milhouse" }
milhouse = { git = "https://github.com/sigp/milhouse", branch = "progressive-list" }
ethereum_ssz = { path = "../packages/ethereum_ssz/ssz" }
ethereum_ssz_derive = { path = "../packages/ethereum_ssz/ssz_derive" }
tree_hash = { path = "../packages/tree_hash/tree_hash" }
tree_hash_derive = { path = "../packages/tree_hash/tree_hash_derive" }