Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 2.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.3 - 2021-11-29

Added

  • possibility to pass Ganache options to test environment (#115).
  • OnChainQuerier, which allows to query NFTs owned by an address by processing in- and outbound Transfer events (#102).
  • source code documentation to most relevant public API and a generated TypeDoc page of this API (#118).
  • End-2-end test and prettier check to CI (#127).

Changed

  • Use lower-case addresses when JSON marshalling (#114).
  • Session methods that return one or more transactions now return an AsyncGenerator of those transactions, together with the total amount of transactions (#119).
  • Decreased pollingInterval in the test env to speed up tests (#125).

Fixed

  • The EventCache had several implementation errors. It affects how event handlers set before connecting the client are managed (#100).

0.1.2 - 2021-11-01

Initial release on NPM.