This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
v2.2.1 - Bugfix Release
- Fixed a bug introduced in
v2.2.0
causing the CLIbin/rlp
command not to
work, see PR #60 - Additional exports of types used by
decode
andencode
(PR #59):Input
: input type forencode()
Dictionary
andList
: interfaces for possibleInput
valuesDecoded
: interface fordecode()
return type
- Additional test structure and new integration tests for distribution and
bin/rlp
CLI command, see PR #57