Trevor Clarke

Results 45 issues of 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...

P-Medium
C-Testing

Create test coverage for the following: # Staking Token ### None - [ ] Confirming other policies means non token-staking works fine ### New Staking Contract - [ ] Can...

P-Medium
S-L3
C-Testing

Create test coverage for the following: # Ownership ### Removing Code Version - [ ] Can delete a code blob by code_hash - [ ] Can delete any/all associated code...

P-High
C-Testing

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...

P-Medium
C-Testing

Create test coverage for the following: # Ownership ### Adding Code Version - [ ] Can store code as blob in factory - [ ] Can set a default code_hash...

P-High
C-Testing

Create test coverage for the following: # DAO Upgrade from Factory - [ ] DAO Can update to a specific code_hash version of Sputnik DAO Code - [ ] Fails...

C-Testing

Create test coverage for the following: # DAO Creation - [ ] Allows any account to call create method - [ ] Created DAO becomes a sub-account of the factory....

P-High
C-Testing

Create test coverage for the following: # Factory Init & Default ### new - [ ] Can instantiate a new factory with default struct, including DAOs set. - [ ]...

P-High
C-Testing

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...

P-Critical
C-Enhancement
C-housekeeping
S-L2

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...

bug