You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Merkle path v2 (union will likely need to make this change themselves soon as well, so might not be an issue)
TODO: Fill out the rest of the changes
The question is, where should those changes live? If possible, the ideal scenario might be that we upstream our changes to the union repo so that we don't have to maintain a fork, but if that is not possible, we need to consider where such a fork should live, and how to make the maintenance burden as light as possible.
The text was updated successfully, but these errors were encountered:
We have some small modifications to the union light client to make it work for our Solidity Eureka implementation.
The code we use for our e2e tests with those modifications are currently located in this branch: https://github.com/gjermundgaraba/union/tree/gjermund/eth-light-client-for-eureka
The changes are mostly around:
The question is, where should those changes live? If possible, the ideal scenario might be that we upstream our changes to the union repo so that we don't have to maintain a fork, but if that is not possible, we need to consider where such a fork should live, and how to make the maintenance burden as light as possible.
The text was updated successfully, but these errors were encountered: