mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add Gloas execution payload header processing and state integration Implement Gloas fork support in consensus-types/blocks Add Gloas state fields to beacon state implementation
12 lines
246 B
Go
12 lines
246 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/operations"
|
|
)
|
|
|
|
func TestMainnet_Gloas_Operations_ExecutionPayloadHeader(t *testing.T) {
|
|
operations.RunExecutionPayloadBidTest(t, "mainnet")
|
|
}
|