All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.0 (2020-02-04)
- Move some Device properties to off-chain storage, remove on-chain proofs + remove unused Consuming Devices definition (8b9424e)
- The Device.Entity API has changed.
4.0.0 (2020-01-31)
- device-registry: rm locationservice logic (0b669b1)
- add ability to add device group (d01a9ed)
- device-registry: LocationService has been moved to utils-general package
3.0.0 (2020-01-17)
- device-registry: rename power property capacityWh to capacityInW (48bfdf3)
- device-registry: rename capacityWh to capacityInW
2.0.1 (2020-01-07)
Note: Version bump only for package @energyweb/device-registry
2.0.0 (2019-12-20)
- device-registry: add region and province offchain properties (a98ceb2)
- device-registry: change device primary key to number instead of smart meter address (dec7af9)
- device-registry: move LocationService to device-registry from utils-general (5d7984b)
- device-registry: restrict device creation (fc4cdb7)
- device-registry: add region and province offchain properties
- device-registry: change device primary key to number instead of smart meter address
1.0.2 (2019-12-19)
Note: Version bump only for package @energyweb/device-registry
1.0.1 (2019-12-17)
- device-registry: use default block range when fetching events (64f49c3)
-
Changed the API endpoints from http://example.url/// to http://example.url////
-
feat(utils-general): use the new URL structure when fetching off-chain data
-
Changed the API endpoints of the backend from http://example.url/// to http://example.url////
-
chore(user-registry): adjust to breaking changes
-
Updated User API endpoints of the backend from http://example.url/// to http://example.url////
-
chore(asset-registry): adjust to breaking changes
-
Updated Asset API endpoints of the backend from http://example.url/// to http://example.url////
-
chore(origin): fix constructor weird formatting
-
fix(market): storing off-chain data references on-chain
-
New contracts for PurchasableCertificate + Updated Market API endpoints of the backend from http://example.url/// to http://example.url////
-
chore(event-listener): more understandable tests
-
fix(event-listener): make scan interval faster for tests
-
feat(origin-backend): use a simpler URL structure
-
The URL structure of the API changed to only store hashes, omitting IDs, entity types and market lookup contracts used previously
-
chore(origin-backend-client): use only POST methods instead of POST and PUT
-
Use the .insert() method instead of .insertOrUpdate()
-
chore(utils-general): use .insert instead of .insertOrUpdate
-
fix(origin-backend): return 200 on POSTing the same entity
-
chore(utils-general): remove abstract getUrl()
-
chore(user-registry): remove specific getUrl()
-
chore(device-registry): remove specific getUrl()
-
chore(origin): remove specific getUrl()
-
chore(market): remove specific getUrl()
-
chore(monorepo): reorder test:serial
-
fix(origin-backend): adjust tests to new POST behaviour
-
chore(monorepo): Add an ADR for simplifying off-chain data storage