Releases: energywebfoundation/origin-247-sdk
Releases · energywebfoundation/origin-247-sdk
@energyweb/[email protected]
2.0.2 (2022-01-17)
Note: Version bump only for package @energyweb/origin-247-transfer
@energyweb/[email protected]
4.0.2 (2022-01-17)
Note: Version bump only for package @energyweb/origin-247-claim
@energyweb/[email protected]
@energyweb/[email protected]
2.0.1 (2022-01-14)
Note: Version bump only for package @energyweb/origin-247-transfer
@energyweb/[email protected]
4.0.1 (2022-01-14)
Note: Version bump only for package @energyweb/origin-247-claim
@energyweb/[email protected]
@energyweb/[email protected]
2.0.0 (2022-01-11)
Features
- origin-247-certificate: add offchain implementation (109d636)
- skip validation and transfer if both sites are equal (01acdc3)
BREAKING CHANGES
origin-247-certificate
was updated with offchain implementation, which is used byorigin-247-transfer
module now, therefore refer to OffChain Module section for more details
@energyweb/[email protected]
@energyweb/[email protected]
4.0.0 (2022-01-11)
Bug Fixes
- origin-247-claim: fix error when two entities had the same id (54eeab7)
- make claimCustomizationFn generic as well (a4801c7)
Features
- origin-247-certificate: add offchain implementation (109d636)
- add ClaimForUnitTestsModule (897492f)
- allow to customize claim facade input type (c706d2c)
BREAKING CHANGES
origin-247-certificate
was updated with offchain implementation, which is used byorigin-247-transfer
module now, therefore refer to OffChain Module section for more details- claim facade now accepts consumer and generator ids as generic
id
field. This way it is inline with matching algorithms, and requires less mapping
@energyweb/[email protected]
3.0.0 (2022-01-11)
Bug Fixes
- certificateForUnitTests.getAll filtering by device id (5961662)
Features
- origin-247-certificate: add offchain implementation (109d636)
BREAKING CHANGES
- origin-247-certificate: because of introduction of offchain-certificate module,
to standarize naming anything related to "classic" certificate module is now prefixed with
"OnChain" - this includes module, service, service injection token and so on