- 
                Notifications
    
You must be signed in to change notification settings  - Fork 51
 
Decentralization of configuration parameters phase 1 - new aggregator route #2741
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
          
     Merged
      
      
            turmelclem
  merged 25 commits into
  main
from
ctl/2692-new-aggregator-route-to-expose-protocol-config-by-epoch
  
      
      
   
  Oct 29, 2025 
      
    
                
     Merged
            
            Decentralization of configuration parameters phase 1 - new aggregator route #2741
                    turmelclem
  merged 25 commits into
  main
from
ctl/2692-new-aggregator-route-to-expose-protocol-config-by-epoch
  
      
      
   
  Oct 29, 2025 
              
            Conversation
  
    
      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
    
  
  
    
            
          
                mithril-aggregator/src/http_server/routes/protocol_configuration_routes.rs
              
                Fixed
          
            Show fixed
            Hide fixed
        
              
          
                mithril-aggregator/src/http_server/routes/protocol_configuration_routes.rs
              
                Fixed
          
            Show fixed
            Hide fixed
        
              
          
                mithril-aggregator/src/http_server/routes/protocol_configuration_routes.rs
              
                Fixed
          
            Show fixed
            Hide fixed
        
      
          Test Results    4 files  ± 0    168 suites  ±0   23m 29s ⏱️ -42s Results for commit 6a4547c. ± Comparison against base commit 3063c3e. This pull request removes 25 and adds 17 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results.  | 
    
1ee5c10    to
    f2e18f0      
    Compare
  
            
          
                internal/mithril-protocol-config/src/test/double/configuration_provider.rs
              
                Fixed
          
            Show fixed
            Hide fixed
        
      907be17    to
    7deb45e      
    Compare
  
            
          
                internal/mithril-protocol-config/src/test/double/configuration_provider.rs
              
                Fixed
          
            Show fixed
            Hide fixed
        
      31e5c40    to
    22ad61d      
    Compare
  
    2e0f345    to
    54921dc      
    Compare
  
    447134a    to
    30b9fa4      
    Compare
  
    
              
                    jpraynaud
  
              
              reviewed
              
                  
                    Oct 27, 2025 
                  
              
              
            
            
        
          
                internal/mithril-protocol-config/src/test/double/configuration_provider.rs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      
      
        
      
      
  
    14 tasks
  
              
                    Alenar
  
              
              approved these changes
              
                  
                    Oct 27, 2025 
                  
              
              
            
            
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
        
          
                mithril-aggregator/src/http_server/routes/protocol_configuration_routes.rs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …d cardano_transactions_signing_config from EpochSettingsMessage
…MithrilNetworkConfigurationProvider
…figuration provider to assert window of three epochs
…rent epoch (aggregation)
16fa0cb    to
    4099356      
    Compare
  
    …ilNetworkConfigurationForEpoch
              
                    jpraynaud
  
              
              reviewed
              
                  
                    Oct 28, 2025 
                  
              
              
            
            
…ol-configuration route
…ion in preloader checker
e60169d    to
    7c45773      
    Compare
  
    …ver to ProtocolConfigurationRetrieverFromAggregator
7c45773    to
    ad9c6b9      
    Compare
  
    … root route, improve test with missing signed entity types
* mithril-protocol-config from `0.1.0` to `0.1.1` * mithril-aggregator from `0.7.90` to `0.7.91` * mithril-common from `0.6.25` to `0.6.26` * mithril-relay from `0.1.53` to `0.1.54` * mithril-signer from `0.2.273` to `0.2.274` * openapi.yaml from `0.1.54` to `0.1.55`
8e556f6    to
    439d0a0      
    Compare
  
    
              
                    jpraynaud
  
              
              approved these changes
              
                  
                    Oct 29, 2025 
                  
              
              
            
            
c23d12c    to
    509f2f0      
    Compare
  
    509f2f0    to
    6a4547c      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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.
  
    
  
    
Content
This pull request :
/protocol-configurationroute in aggregator to expose protocol configurations by epochHttpMithrilNetworkConfigurationProviderby removing construction ofHTTPAgregatorClientin itHttpMithrilNetworkConfigurationProviderto take aProtocolConfigurationRetrieverMithrilNetworkConfigurationto take a window of three epochsepoch-settingsroute to apply corresponding epoch offsetregistration_protocol_parametersandcardano_transactions_signing_configfrom/epoch-settingsroute since it will be deprecated in the futurePre-submit checklist
Issue(s)
Relates to #2692