You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the recoverable tasks effort, we are using a write-ahead log to save all state changes on a given node, that includes all the protocol messages, user interactions, and public known blockchain events. Keeping this information unencrypted allows for different applications to read the transactions, which is not ideal.
Solution
Encrypt the Raiden's data store, including the WAL and snapshots.
Tasklist
Implement the encryption
The text was updated successfully, but these errors were encountered:
Problem Definition
As part of the recoverable tasks effort, we are using a write-ahead log to save all state changes on a given node, that includes all the protocol messages, user interactions, and public known blockchain events. Keeping this information unencrypted allows for different applications to read the transactions, which is not ideal.
Solution
Encrypt the Raiden's data store, including the WAL and snapshots.
Tasklist
The text was updated successfully, but these errors were encountered: