Conversation
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
a14b2fd to
57dd3f9
Compare
|
Hey @tynes! This PR has merge conflicts. Please fix them before continuing review. |
eb2d9b2 to
faf74e3
Compare
a05bada to
cf861f6
Compare
8950fe7 to
c05e489
Compare
c05e489 to
499925b
Compare
trianglesphere
left a comment
There was a problem hiding this comment.
Code is pretty good. A lot of my questions are about making sure that I have enough context about the system.
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
Implement withdrawal hash migration functions with tests. The tests reuse the receipts in
op-chain-ops/crossdomain/testdata.The branch coverage does hit both the
finalizeETHWithdrawalcase and the other case.To really know if this migration code works, we need to do end to end tests.
Closes ENG-2743