Skip to content

Commit

Permalink
Update remerkleable to 0.1.25
Browse files Browse the repository at this point in the history
`remerkleable` was updated to address potentially incorrect computation
of `hash_tree_root` against default-initialized `Vector` objects.
Switching to the fixed version.
  • Loading branch information
etan-status committed Oct 28, 2022
1 parent bab01d6 commit 9dc1a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9dc1a17

Please sign in to comment.