Merge pull request #2524 from ethereum/update-remerkleable
Update remerkleable to v0.1.22: list lookup speed improvement
This commit is contained in:
commit
658ab803cf
2
setup.py
2
setup.py
|
@ -1024,7 +1024,7 @@ setup(
|
||||||
"py_ecc==5.2.0",
|
"py_ecc==5.2.0",
|
||||||
"milagro_bls_binding==1.6.3",
|
"milagro_bls_binding==1.6.3",
|
||||||
"dataclasses==0.6",
|
"dataclasses==0.6",
|
||||||
"remerkleable==0.1.21",
|
"remerkleable==0.1.22",
|
||||||
RUAMEL_YAML_VERSION,
|
RUAMEL_YAML_VERSION,
|
||||||
"lru-dict==1.1.6",
|
"lru-dict==1.1.6",
|
||||||
MARKO_VERSION,
|
MARKO_VERSION,
|
||||||
|
|
Loading…
Reference in New Issue