Tags: koshmanakov/akash
Tags
feat:762 Deployment Version Updating validation (akash-network#765) * Code Documentation in the `provider` codebase * Validation of manifest version to blockchain Deployment version * Asserts that manifest object provided is correct. * ManifestVersion() method to extract Version from Manifest type. * Makefile `deployment-update` command added * Document Deployment update and (re)sending manifest. fixes: #762 Signed-off-by: Josh Roppo <[email protected]>
feat:604 Active Lease indexing (akash-network#736) Equivalent to the [Open Group indexing](akash-network#729) queries. Creates a second index in the `market` module which does not store data, only tracks active Leases. Once a lease is moved out of active state the key is removed from the index. Testing improvement is not significant, mostly depending on existing tests. More will come down with the Open Bids index. refs: #604 Signed-off-by: Josh Roppo <[email protected]>
PreviousNext