Trevor Clarke
Trevor Clarke
Create test coverage for the following: # Views ### get_dao_list - [x] Returns empty array for new factory - [x] Returns full list of DAOs - [ ] NOTE: This...
Create test coverage for the following: # Staking Token ### None - [ ] Confirming other policies means non token-staking works fine ### New Staking Contract - [ ] Can...
Create test coverage for the following: # Ownership ### Removing Code Version - [ ] Can delete a code blob by code_hash - [ ] Can delete any/all associated code...
Create test coverage for the following: # Ownership ### Adding Code Metadata - [ ] Can add metadata for an existing set of Sputnik DAO Code (code_hash is available only...
Create test coverage for the following: # Ownership ### Adding Code Version - [ ] Can store code as blob in factory - [ ] Can set a default code_hash...
Create test coverage for the following: # DAO Upgrade from Factory - [ ] DAO Can update to a specific code_hash version of Sputnik DAO Code - [ ] Fails...
Create test coverage for the following: # DAO Creation - [ ] Allows any account to call create method - [ ] Created DAO becomes a sub-account of the factory....
Create test coverage for the following: # Factory Init & Default ### new - [ ] Can instantiate a new factory with default struct, including DAOs set. - [ ]...
Currently no tags in this repo - would be great to see the changes over time, to know what has been changed since my DAOs creation to inform of potential...
The type "ChainInfo" should be migrated/refactored to use Chain Registry, which is getting wide adoption from the community. Chain Registry has all the most up to date info: https://github.com/cosmos/chain-registry (See...