-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable passwords for constellation keys #28
Comments
Okay I just realized we need to do the vault thing we did for quorum in Issue #14 . Assigning this to @john-osullivan to work the same magic as done on quorum Acceptance Criteria
|
Hey, so I was just talking shit with Juan (@eximchain137 ) and just discovered there's a Go version of Constellation named crux, written by blk.io from London. They wrote it because people were having a lot of trouble working with Haskell (I'm shocked). Its interface is essentially the same, implementation is allegedly identical. A rough skim over the code holds that up, it's got a very similar file structure. Needless to say, modifying Golang source would be much easier than picking apart the Haskell. Open question is how much painful the infra transition would be. FWIW, the binary seems to support all the arguments we're using:
Ironically, though, no password support at all yet. Much easier to bring into this Golang code, though! Let's maybe all sit down in the next couple days to talk through the potential value of making this swap? |
May eventually want to move to CRUX for individual nodes. We probably just want to disable constellation for mainnet launch |
Problem
We need password protection on our constellation keys
The previous issue we had might have been due to machines being too small, so we should try again before we start troubleshooting.
The text was updated successfully, but these errors were encountered: