Test: add deneb spec test version beta.0#12610
Merged
terencechain merged 4 commits intodeneb-integrationfrom Jul 25, 2023
Merged
Test: add deneb spec test version beta.0#12610terencechain merged 4 commits intodeneb-integrationfrom
deneb spec test version beta.0#12610terencechain merged 4 commits intodeneb-integrationfrom
Conversation
99854aa to
7197780
Compare
Member
|
I think this needs to be rebased? Diff seems really large |
7197780 to
be89e2d
Compare
d2bfc67 to
fcef885
Compare
fcef885 to
8c8fe7a
Compare
beta.0deneb spec test version beta.0
potuz
reviewed
Jul 24, 2023
| size = "small", | ||
| srcs = ["upgrade_to_deneb_test.go"], | ||
| srcs = [ | ||
| "upgrade_to_capella_test.go", |
| "github.com/prysmaticlabs/prysm/v4/testing/spectest/shared/deneb/fork" | ||
| ) | ||
|
|
||
| func TestMainnet_Deneb_UpgradeToCapella(t *testing.T) { |
Contributor
There was a problem hiding this comment.
Can we rename the test and the file?
| size = "small", | ||
| srcs = ["upgrade_to_deneb_test.go"], | ||
| srcs = [ | ||
| "upgrade_to_capella_test.go", |
Contributor
There was a problem hiding this comment.
Same here: remove this file?
| srcs = ["upgrade_to_deneb_test.go"], | ||
| srcs = [ | ||
| "upgrade_to_capella_test.go", | ||
| "upgrade_to_deneb_test.go", |
| @@ -0,0 +1,11 @@ | |||
| package fork | |||
| srcs = ["upgrade_to_deneb.go"], | ||
| srcs = [ | ||
| "transition.go", | ||
| "upgrade_to_capella.go", |
| @@ -0,0 +1,63 @@ | |||
| package fork | |||
Collaborator
Author
james-prysm
reviewed
Jul 25, 2023
| case "AggregateAndProof": | ||
| obj = ðpb.AggregateAttestationAndProof{} | ||
| case "BeaconBlock": | ||
| t.Skip("Skipping BeaconBlock test") |
Contributor
There was a problem hiding this comment.
are we supposed to be skipping these tests? or is it taken cared of in a later pr
james-prysm
reviewed
Jul 25, 2023
| if err != nil { | ||
| return nil, err | ||
| } | ||
| p, err := consensusblocks.WrappedExecutionPayloadCapella(&enginev1.ExecutionPayloadCapella{Withdrawals: withdrawals}, 0) |
Contributor
There was a problem hiding this comment.
wait shouldn't this type be deneb?
james-prysm
approved these changes
Jul 25, 2023
james-prysm
pushed a commit
that referenced
this pull request
Aug 4, 2023
terencechain
added a commit
that referenced
this pull request
Aug 16, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 21, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 22, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 22, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 22, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 23, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 23, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 23, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 24, 2023
kasey
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 24, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 30, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 30, 2023
prestonvanloon
pushed a commit
that referenced
this pull request
Aug 31, 2023
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
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.
prereq, we need to merge these first:
#12577#12565