Lorenz Herzberger
468fbb5305
402 bug asset query does not repsect lookupperiodinmin value ( #405 )
...
* chore: remove unused asset.proto and asset.pb.go files
* feat: add AssetByAddress store functionality
* fix: asset query now returns numElements passed in req
* chore: add migration for new store mechanics
* chore: set upgradehandler for assetmodule migration
* chore: removed obsolete GetCIDsByAddress function
* chore: adjust cmd usage
---------
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2024-06-06 14:39:05 +02:00
Julian Strobl
1e1138d026
Switch to revive
and fix findings ( #171 )
...
* [ci] Switch from `nosnakecase` to `revive`
* [revive] Fix findings
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-11-13 12:42:52 +01:00
Julian Strobl
d4eed021c8
[go.mod] Switch module to github.com ( #86 )
...
This is the quasi-standard and fixes the error below:
```
$ go get -u github.com/planetmint/planetmint-go@v0.1.0
go: github.com/planetmint/planetmint-go@v0.1.0: parsing go.mod:
module declares its path as: planetmint-go
but was required as: github.com/planetmint/planetmint-go
```
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-09-21 17:37:57 +02:00
Julian Strobl
359cbbc5d9
[lint] Switch to golangci-lint and fix errors
...
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-19 16:34:42 +02:00
Julian Strobl
79037ce9e2
Add a nested comment explaining why this function is empty
...
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-05 15:18:39 +02:00
Lorenz Herzberger
a8d91a4ced
ignite scaffold module asset --dep machine
...
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2023-07-03 15:12:56 +02:00