Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

v2.2.1 - Bugfix Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 20 Dec 13:55
· 60 commits to master since this release
1ad130a
  • Fixed a bug introduced in v2.2.0 causing the CLI bin/rlp command not to
    work, see PR #60
  • Additional exports of types used by decode and encode
    (PR #59):
    • Input: input type for encode()
    • Dictionary and List: interfaces for possible Input values
    • Decoded: interface for decode() return type
  • Additional test structure and new integration tests for distribution and
    bin/rlp CLI command, see PR #57