Skip to content

@energyweb/[email protected]

Compare
Choose a tag to compare
@soanvig soanvig released this 17 Aug 07:44
· 223 commits to master since this release

1.0.0 (2021-08-17)

Features

  • origin-247-certificate: add 247-certificates module (e75077f)

  • origin-247-certificate: add batch actions (59e3656)

  • origin-247-certificate: allow to configure queue lock duration (c6b6f3d)

  • origin-247-certificate: export CertificatePersisted event (5f8cf8c)

  • origin-247-transfer: add state to ETR, add batch methods (6b85bb5)

  • chore(origin-247-certificate)!: move issuer deps to peer deps (5d6a1d3)

  • chore(origin-247-certificate)!: remove tokenId (42887f3)

  • chore(origin-247-certificate)!: update origin-sdk (4d47c25)

  • feat(origin-247-certificate)!: add forUnitTests module (1d39de9)

Bug Fixes

  • origin-247-certificate: save certificate to database after persisting event (aaea748)

BREAKING CHANGES

  • origin-247-transfer: ETR now has new table with new data
  • origin-247-transfer: certificates are issued/transferred in batches which means, that the time of the event is even less specific
  • user has to install issuer-api and issuer deps by himself
  • tokenId removed
  • certificate claims are now BigNumber strings instead of numbers
  • service inject must be done by @Inject(CERTIFICATE_SERVICE_TOKEN) now