Skip to content

@energyweb/[email protected]

Compare
Choose a tag to compare
@soanvig soanvig released this 23 Mar 11:01
· 26 commits to master since this release

5.0.0 (2022-03-23)

Bug Fixes

Features

  • Use issuer package directly. Drop issuer-api package (7c293e1)

BREAKING CHANGES

  • energyValue field is now required in transfer and claim commands.
    Previously when calling transfer or claim methods in OffChainCertificateService
    you could skip passing energyValue field to commands.
    Right now those calls will fail with ValidationError - you will have to
    explicitly pass energyValue you want to use to make it work.
    Contracts (and blockchain properties) should not be deployed using seed anymore.
    For deploying contracts on blockchain on application startup refer to README.