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

v3.8.0

Compare
Choose a tag to compare
@Sjors Sjors released this 19 Feb 10:28
· 1240 commits to master since this release
v3.8.0

Bug Fixes

  • confirmations:
    • tx conf are now static.
      (44a0efbd)
    • conf are computed on ask based on latest-block.
      (7898adb0)
  • transactions: wipe transactions after call to get history
    (9cd832db)
  • utx: added on_tx_received event for ios request.
    (cc2f15b7)
  • ws:
    • send on_tx and on_block messages after getHistory
      (53bb39b7)
    • send ping op instead of ping_block
      (510bd875)

Features

  • txlist: added a digested txlist for iOS.
    (0cfe53e5)

Refactor

  • txlist: clean some code.

Test

  • removed tests for removed code.

Chore

  • Whitelist: bump es6-promise