nomic-io / bitcoin-peg

Bitcoin sidechain module for Lotion and Coins (A Cosmos Bitcoin peg zone implementation)
MIT License
72 stars 14 forks source link

Support dynamic validator sets #2

Open mappum opened 5 years ago

mappum commented 5 years ago

For simplicity, the code currently assumes the validator set does not change. The design supports changing validator sets in theory, but there will be some extra edge cases to handle, e.g. deposits sent to an outdated signatory set (in this case we'll have to check if the current signatory set can still spend the output, etc.).