Conversation
Fixes Sigma Prime audit issue OPB-07: Private Key Stored Without Encryption. This PR requires reading the sequencer private key from an environment variable rather than a file on disk. Fixes ENG-2616
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
I'm guessing that the hive dockerfiles are now breaking.. |
|
Correct. Will fix that in a separate PR. |
The SP audit identified an issue with the sequencer key being unencrypted on disk. To fix that, we updated the op-node to read the key from an env var. This PR updates Hive to do the same. Don't merge it until ethereum-optimism/optimism#3547 is merged.
|
ethereum-optimism/hive#44 fixes this in Hive. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
* Use sequencer key environment variable The SP audit identified an issue with the sequencer key being unencrypted on disk. To fix that, we updated the op-node to read the key from an env var. This PR updates Hive to do the same. Don't merge it until ethereum-optimism/optimism#3547 is merged. * fix 0x * upgrade deps
Fixes Sigma Prime audit issue OPB-07: Private Key Stored Without Encryption. This PR requires reading the sequencer private key from an environment variable rather than a file on disk.
Fixes ENG-2616