From a392f804407d90511a9ccee41df9c4c8c4728861 Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 21 May 2022 21:06:43 +0000 Subject: [PATCH] Block number in cli accept, nonce bootstrap non-pending --- CHANGELOG | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 03e02f3..891c54b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +- 0.3.2 + * Fix crash when supplying block number to block cli tool + * Allow non-pending nonce bootstrap - 0.3.1 * Fix missing application of status on tx result - 0.3.0 diff --git a/setup.cfg b/setup.cfg index af03b6d..4ca8bb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.3.1 +version = 0.3.2 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no