Ethereum decoupling #216
Pinned
JeremyPansier
started this conversation in
Ideas
Replies: 1 comment
-
Suggestion
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
The Ruthenium blockchain validation relies on the unicity of each validator: a single validator node wallet address is allowed for each human. This unicity is ensured by verifying that the validator is registered in Proof of Humanity with the wallet address he is using for its validator node. The Proof of Humanity smartcontract is runnig on the Ethereum blockchain.
Concern
The Ruthenium blockchain is currently strongly dependent on the Ethereum blockchain, and the Proof of Humanity smart contract calls might fail sometimes.
503 Service Unavailable: internal server failure
, which might introduce blocks validated by non-registered validator.Goal
Determine whether these concerns are relevant and find some ways to solve them. Intermediate workarounds are welcome because the final solution might imply a lot of work.
Beta Was this translation helpful? Give feedback.
All reactions