- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
Add StarGuard support, rename SubDAOs to Agents #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            SidestreamColdMelon
  wants to merge
  11
  commits into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
support-star-guard
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
      
        
          +57
        
        
          −37
        
        
          
        
      
    
  
  
     Open
                    Changes from 6 commits
      Commits
    
    
            Show all changes
          
          
            11 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      3bf9379
              
                add StarGuard support to both checklist, rename SubDAOs to Agents
              
              
                SidestreamColdMelon 7d3e2cc
              
                use Prime Agent to be more specific
              
              
                SidestreamColdMelon cc3d405
              
                address review, improve
              
              
                SidestreamColdMelon 9c510f7
              
                Merge branch 'master' into support-star-guard
              
              
                SidestreamColdMelon 7ea352c
              
                expand star-spell-reviewer-checklist with new items
              
              
                SidestreamColdMelon 61630f4
              
                fix spellcheck
              
              
                SidestreamColdMelon 4931fbc
              
                apply suggestions
              
              
                SidestreamColdMelon 75e4a86
              
                address feedback
              
              
                SidestreamColdMelon b79b8b6
              
                Merge branch 'master' into support-star-guard
              
              
                SidestreamColdMelon f106c3f
              
                forgotten nit
              
              
                SidestreamColdMelon 5b0c821
              
                Merge branch 'support-star-guard' of githubcoldmelon:makerdao/pe-chec…
              
              
                SidestreamColdMelon File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
          Some comments aren't visible on the classic Files Changed page.
        
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -125,6 +125,13 @@ Repo: https://github.com/makerdao/spells-mainnet | |
| * [ ] Changes are tested via `testNewOrUpdatedChainlogValues` | ||
| * [ ] Adjust system values, collateral values inside `config.sol` | ||
| * [ ] Ensure every spell variable is declared as public/internal | ||
| * IF Prime Agent spell is provided | ||
| * [ ] Handover message matches `XXX spell YYYY-MM-DD deployed to 0x… with hash 0x…, direct execution: yes / no` template | ||
| * [ ] IF `direct execution` is `no` | ||
| * [ ] The spell is plotted using `StarGuardLike(XXX_STARGUARD).plot(XXX_SPELL, XXX_SPELL_HASH)` | ||
|          | ||
| * [ ] IF `direct execution` is `yes` | ||
| * [ ] The hash is checked via `require(XXX_SPELL.codehash == XXX_SPELL_HASH, "XXX_SPELL/wrong-codehash");` inside Core spell | ||
| * [ ] The spell is executed via `ProxyLike(XXX_PROXY).exec(XXX_SPELL, abi.encodeWithSignature("execute()"));` | ||
|         
                  SidestreamStrongStrawberry marked this conversation as resolved.
              Outdated
          
            Show resolved
            Hide resolved | ||
| * Add specific tests in `DssSpell.t.sol` to have sufficient test coverage for every spell action | ||
| * [ ] Test new collaterals | ||
| * [ ] Test new ilk registry values | ||
|  | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|  | @@ -148,6 +148,15 @@ This section outlines the review process and provides concrete action items for | |||||
| - [CHAIN_NAME] `0xADDRESS`, EXTERNAL_SOURCE_URL | ||||||
| - [ ] Matches valid external source (previously approved forum post, external docs, etc). | ||||||
|  | ||||||
| ### StarGuard execution | ||||||
| - [ ] IF a [StarGuard module](https://github.com/sky-ecosystem/star-guard) is onboarded for this Star, the following additional checks are done: | ||||||
|         
                  SidestreamStrongStrawberry marked this conversation as resolved.
              Show resolved
            Hide resolved          | ||||||
| - [ ] IF a [StarGuard module](https://github.com/sky-ecosystem/star-guard) is onboarded for this Star, the following additional checks are done: | |
| - [ ] IF a [StarGuard module](https://github.com/sky-ecosystem/star-guard) is onboarded for this Prime Agent, the following additional checks are done: | 
        
          
              
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
          
            Show resolved
            Hide resolved
        
      
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
          
            Show resolved
            Hide resolved
                
          
              
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
              
                Outdated
          
            Show resolved
            Hide resolved
        
      
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
              
                Outdated
          
            Show resolved
            Hide resolved
                
          
              
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
              
                Outdated
          
            Show resolved
            Hide resolved
        
      
                  SidestreamStrongStrawberry marked this conversation as resolved.
              
              
                Outdated
          
            Show resolved
            Hide resolved
        
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.