Add initial fork choice tests for Gloas#4940
Conversation
33d57ca to
00235a3
Compare
|
Hey @brech1, nice thanks! I want to point out that the Also, I believe we'll need to update this test case to not run in Gloas+: On the other hand, if it's possible to add Gloas support to the function above, instead of defining a new |
a067284 to
e3841e7
Compare
|
I didn't realize I was also not aware that it was ok/preferred to modify tests from older version specs on the go, adjusting them to newer params/cfg, instead of duplicating them/generating new ones on their respective fork directory. Thanks a lot for the review! |
09b429a to
c1d663c
Compare
|
Hey @brech1 we recently merged this PR which is why the CI check is failing. You'll need to replace |
edd5f0c to
ab3dc4b
Compare
jtraglia
left a comment
There was a problem hiding this comment.
LGTM, let's merge this. If for whatever reason there is an issue, clients can disable the test & we'll fix it in the next release.
Description
Adds initial fork choice tests for Gloas. Covers store initialization and the
on_execution_payloadhandler that transitions blocks fromEMPTYtoFULLwhen a builder reveals a payload.Checklist
make lintmake reftests fork=gloas runner=fork_choicemake test fork=gloas k=test_genesisRelations