Skip to content

Instantly share code, notes, and snippets.

View cfl0ws's full-sized avatar

cfl0ws / chainflow cfl0ws

View GitHub Profile
{"claims":[{"url":"https://attest.chainflow.io","timestamp":1593041945,"type":"ATTESTATION_SERVICE_URL"}],"meta":{"address":"0xbcc71f31a5987F10Afd29F3BE7119C05A14F5bcB","signature":"0xbc97431b2926b1cc62ea8a530c65da75f08b23e50ab9f8697a810198e8a105a72ff62ea0b0abc2bd64e9c981c30310d65eab43767a0178febfb4a83b7c1f97e91c"}}
{"claims":[{"url":"https://attest.chainflow.io","timestamp":1606778132,"type":"ATTESTATION_SERVICE_URL"},{"name":"Chainflow","timestamp":1606778238,"type":"NAME"},{"username":"chainflowpos","timestamp":1606778301,"type":"KEYBASE"},{"domain":"chainflow.io/staking","timestamp":1606778375,"type":"DOMAIN"}],"meta":{"address":"0xbcc71f31a5987F10Afd29F3BE7119C05A14F5bcB","signature":"0xfca67533456460de9b1ff7d3cebad0fc491173096369737d55fc68f2ab3a6ec274932f0efbfec3af334f92d05256ec4f86037ec73db3ea8e2f39b9f68be4ca651c"}}
# Sui Validator Recovery Options
## Background
There's been discussion about the best way to recover a Sui validator in event of a primary server failure. The options discussed involve running a secondary server to reduce downtime due to resyncing. It is expected that the time required to resync from scratch would cause untolerable downtime.
Discussion has focused on running a secondary server in parallel to the primary validator. An original assumption was that the database from the secondary server could be used to quickly resync the primary validator.
## Open Questions