Skip to content

@energyweb/origin-247-certificate@4.0.0

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

4.0.0 (2022-03-23)

Bug Fixes

  • add and copy issuer from properties (7edd037)
  • add batchConfigServiceForUnitTests (93ebfdc)
  • add IGetAllCertificatesOptions export (fec4078)
  • also return query from deployContracts (93817f8)
  • Change default batch sizes (#90) (8cab085)
  • change let to const (e7cfb34)
  • Decrease default batch sizes (#91) (580cbb5)
  • default batch size values (210bdbb)
  • fix copying old registry (018ff8c)
  • fix test setup (60f6e5b)
  • migration name (a599b32)
  • module providers and exports (0fbacdb)
  • remove unused variable (5810d31)
  • repo, module, cr fixes (f43cf4f)
  • typos, snippets (342ab03)
  • update blockchainProperties methods (44f6957)

Features

  • add batch-configuration-service (2d90158)
  • add blockchainProperties (f6761a3)
  • add deployContracts (a99e90c)
  • add deploymentProperties (22097b7)
  • add get method (09714d0)
  • 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.