From 993b159c368336e80a4fd9dbbba169d532331c5d Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 6 Aug 2024 14:47:52 +0200 Subject: [PATCH 1/2] feat: update the version of our fork of pytezos --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f37f7679..c605ff84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,10 @@ dependencies = [ "aleph-message==0.4.9", "aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676", "aleph-nuls2==0.1.0", - "aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@32dd1749a4773da494275709060632cbeba9a51b", + "aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@hoh-continue-upgrade", "asyncpg==0.28.0", "base58>=1.0.3", - "coincurve==19.0.1", + "coincurve==20.0.0", "configmanager==1.35.1", "configparser==6.0.0", "cosmospy==6.0.0", From 4fb8209756cd6bcbeed3805717aa857e734d7b4b Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 29 Aug 2024 23:32:01 +0200 Subject: [PATCH 2/2] Update pyproject.toml Co-authored-by: Hugo Herter --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c605ff84..fc6daf2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "aleph-message==0.4.9", "aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676", "aleph-nuls2==0.1.0", - "aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@hoh-continue-upgrade", + "aleph-pytezos==3.13.4", "asyncpg==0.28.0", "base58>=1.0.3", "coincurve==20.0.0",