chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit a392f804407d90511a9ccee41df9c4c8c4728861
parent 310ace824442b6a9e8debe3ecabac106fc23fda0
Author: lash <dev@holbrook.no>
Date:   Sat, 21 May 2022 21:06:43 +0000

Block number in cli accept, nonce bootstrap non-pending

Diffstat:
MCHANGELOG | 3+++
Msetup.cfg | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 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 @@ -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