Proper initialization of the bridge pot account balances in genesis#698
Proper initialization of the bridge pot account balances in genesis#698dmitrylavrenov merged 8 commits intomasterfrom
Conversation
37e0e0f to
e9338a8
Compare
MOZGIII
left a comment
There was a problem hiding this comment.
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