soanvig
released this
23 Mar 11:01
·
26 commits
to master
since this release
5.0.0 (2022-03-23)
Bug Fixes
- tests (11e0370)
Features
- Use
issuer
package directly. Dropissuer-api
package (7c293e1)
BREAKING CHANGES
energyValue
field is now required in transfer and claim commands.
Previously when callingtransfer
orclaim
methods inOffChainCertificateService
you could skip passingenergyValue
field to commands.
Right now those calls will fail with ValidationError - you will have to
explicitly passenergyValue
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.