From 9dc1a17b2d3d1dda34fcc6ea0d56800fdee43f38 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 28 Oct 2022 20:40:21 +0200 Subject: [PATCH] Update `remerkleable` to 0.1.25 `remerkleable` was updated to address potentially incorrect computation of `hash_tree_root` against default-initialized `Vector` objects. Switching to the fixed version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6db4aa8707..79392e7d1a 100644 --- a/setup.py +++ b/setup.py @@ -1131,7 +1131,7 @@ def run(self): "pycryptodome==3.15.0", "py_ecc==6.0.0", "milagro_bls_binding==1.9.0", - "remerkleable==0.1.24", + "remerkleable==0.1.25", RUAMEL_YAML_VERSION, "lru-dict==1.1.8", MARKO_VERSION,