ethereum-optimism / superchain-registry

An index of chains which serves as the source of truth for who’s in the Superchain Ecosystem
MIT License
84 stars 99 forks source link

[DO NOT MERGE] - Validate New Chain Deployment using OPCM - Sepolia #621

Closed blmalone closed 1 month ago

blmalone commented 2 months ago
blaine@blaines-MacBook-Pro superchain-registry % just validate 111222333444555666 
TEST_DIRECTORY=./validation go run gotest.tools/gotestsum@latest --format testname -- -run='TestValidation/.+\(111222333444555666\)$' -count=1
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_Hash (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_RPC (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Uniqueness (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/ChainID_RPC (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Optimism_Config (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Rollup_Config (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Gas_Token (0.00s)
PASS github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Resource_Config (0.15s)
PASS github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Gas_Limit (0.12s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/GPO_Params (0.00s)
PASS github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Start_Block_RPC (0.12s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/L2_Security_Config (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Data_Availability_Type (0.00s)
SKIP github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_Allocs_Metadata (0.00s)
PASS github.com/ethereum-optimism/superchain-registry/validation.TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666) (0.40s)
PASS github.com/ethereum-optimism/superchain-registry/validation.TestValidation (0.00s)
PASS github.com/ethereum-optimism/superchain-registry/validation

=== Skipped
=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_Hash (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_RPC (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Uniqueness (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/ChainID_RPC (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Optimism_Config (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Rollup_Config (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Gas_Token (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/GPO_Params (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/L2_Security_Config (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Data_Availability_Type (0.00s)
    exclusions_test.go:19: Excluded!

=== SKIP: github.com/ethereum-optimism/superchain-registry/validation TestValidation/OPCM_Sepolia_Test_deployment_(111222333444555666)/Genesis_Allocs_Metadata (0.00s)
    exclusions_test.go:19: Excluded!

DONE 16 tests, 11 skipped in 2.175s
github-actions[bot] commented 2 months ago

Detected nonzero diff in rollup config. This PR modifies the configuration of at least one chain in the registry, which may or may not have been intended. You can see the detail here.