-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper initialization of the bridge pot account balances in genesis #698
Conversation
37e0e0f
to
e9338a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Left a few comments, and we probably need to add the verifier itself... Which could be added in a separate PR.
This looks good, so probably would be a good time to merge and continue work in the subsequent PRs...
Just one question though - we have two of these pallets, would we also have two validators? It makes sense, kind of, but I'm just asking...
I see, it's a great question as I was thinking about it as well. In such implementation we have 2 verifiers for each pallet. I was a little bit confused as it has some pros and cons. But during tests implementation I've come up that it can provide more independent features, imo. |
Use Docs: native-to-EVM bridge math #695 at genesis verifier- Add the actual verifier implementation intopallet-bridge-pot-currency-swap
#699