* aligning imports
* added config/upgrade-v0.13.0.json upgrade description to make upgrades to v0.13.0 more flexible
content should look as
{ "der-upgrade-height": 2198251 }
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
* added DER module
* scaffold type --module der DER zigbeeID dirigeraID dirigeraMAC plmntAddress liquidAddress
* ./ignite scaffold message registerDER der:DER --module der
* changed URL
* storing DER
* added query
* added liquid der asset type
* added der asset notarization logic
* added nft notarization for DER
* added nft query
* added query and fixed linter aspects
* added store testcases to the der module
* added test cases adjusted to the linter requirements
* addd ignite generate code changes
* added metadata json instead of specific data
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>