Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

v0.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ashchan ashchan released this 21 Sep 09:03
· 126 commits to master since this release
8a5f185

v0.21.0 (2019-09-21)

Bug Fixes

  • CellOutputWithOutPoint decoder for capacity (ccc5dd2)

Features

  • Add support for parsing hex number to UnsignedIntSerializer (9c5cadc)
  • Add UnsignedInteger initializer for parsing hex value (fdabbec)
  • Define HexStringRepresentable protocol (bda9101)
  • Encode/Parse numbers with hex format for RPC calling (2ea114c)
  • Implement a simple Payment class that sends capacity (a92942c)
  • Implenment simple LiveCellCollector (e746470)
  • Represent timestamp properties as Date type (74e84d6)
  • Update mocking client tests for parsing RPC numbers (adf04d9)
  • Update RPC client to use hex numbers (a2817dc)