Skip to content

Releases: interledgerjs/interledgerjs

ilp-packet@3.1.0-alpha.0

08 Oct 15:34
Compare
Choose a tag to compare
Pre-release

3.1.0-alpha.0 (2019-10-08)

Bug Fixes

Features

  • (de)serialize ilp errors (4cd5b2a)
  • add codecs for ilp fulfillment packets (1176ff0)
  • add convenience functions for typescript (8e9de1c)
  • add error classes (35029ba)
  • add ilp rejection packet (error v2) (704f46f)
  • better type checking for deserializeIlpPrepare (17fd92e)
  • circleci config (103594e)
  • data should be passed as a buffer (32b3fe8)
  • decode receivedAmount and maximumAmount for F08 rejections (265e5d3)
  • implement basic functionality (68e59ad)
  • switch prepare to use fixed-length time format (273dd1f)
  • type checks and tests (#52) (1d4cbb1)
  • update to latest proposal (f288f28)
  • update to latest proposal (7195ca0)

Performance Improvements

  • don't copy envelope contents (1df2422)
  • read number fields as numbers (e5d4f11)
  • remove extra number encs/decs (1adc9c4)
  • use long for all uint64 (42e5f7c)

ilp-logger@1.3.0-alpha.0

08 Oct 15:34
Compare
Choose a tag to compare
Pre-release

1.3.0-alpha.0 (2019-10-08)

Bug Fixes

Features