Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 643 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 643 Bytes

Version history for chainweb.js

2.0.0 -- 2021-07-30

Breaking Changes

  • All non-internal functions return chain items in order ascending by height.
  • Export 'branch' and 'payload' internal functions.
  • Add 'format' parameter to internal functions 'branch' and 'payloads'.
  • Improved failure handling. As part of this exception types and messages changed.

Other Changes

1.0.0 -- 2021-06-22

Initial Version