From 87005c6f10cd67f919c1b286dbfcc767172f416d Mon Sep 17 00:00:00 2001 From: protolambda Date: Wed, 20 May 2020 22:32:47 +0200 Subject: [PATCH] milagro bls 1.3 with improved error handling --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 792ef42fa..c88edfe56 100644 --- a/setup.py +++ b/setup.py @@ -503,7 +503,7 @@ setup( "eth-typing>=2.1.0,<3.0.0", "pycryptodome==3.9.4", "py_ecc==4.0.0", - "milagro_bls_binding==1.2.0", + "milagro_bls_binding==1.3.0", "dataclasses==0.6", "remerkleable==0.1.13", "ruamel.yaml==0.16.5",