Replies: 3 comments 16 replies
-
@msgmaxim how would the signing work in a single node ceremony like this? Does it change the code path at all or does something need to change if we want to construct the sig, with the contract acceptable challenge etc. ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sounds fine but would it not be simpler to use a valid multisig based on the genesis validators from the beginning? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to spec out what the chain genesis looks like, as it's an important component of vault rotation - we need to get to our first multisig vault, before we can rotate out of it.
Here's how I imagine it going:
vault_rotation_response()
NewEpoch
event is emittedNewEpoch
event, and start acting as validators. First vault rotation complete.Beta Was this translation helpful? Give feedback.
All reactions