commit 772fd7bb1a836b8b96c72f26614e7bdd7e88ae50
parent 79c535f4caa18c2d612cdfe8bfff92332feb69b9
Author: lash <dev@holbrook.no>
Date: Sat, 10 Jun 2023 09:17:35 +0100
Replace pysha3 with safe-pysha3
Diffstat:
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,8 @@
+- 0.4.25
+ * Replace pysha3 with safe-pysha3
+- 0.4.24
+ * Update texinfo documentation
+ * Generate readme from texinfo documentation
- 0.4.23
* Fix encode hex translation bug
- 0.4.22
diff --git a/requirements.txt b/requirements.txt
@@ -1,6 +1,6 @@
funga-eth~=0.6.6
-pysha3==1.0.2
+safe-pysha3==1.0.4
hexathon~=0.1.7
websocket-client==0.57.0
potaahto~=0.1.1
-chainlib~=0.4.7
+chainlib~=0.4.17
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = chainlib-eth
-version = 0.4.24
+version = 0.4.25
description = Ethereum implementation of the chainlib interface
author = Louis Holbrook
author_email = dev@holbrook.no