This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(threads): fully encrypt thread blocks [skip ci]
This is a major thread refactor which improves thread privacy. Previously, only critical bits of info like private keys where encrypted _within_ blocks. With the exception of merge blocks, which contain very little meta data, all thread history is now fully encrypted. This also removes the Envelope wrapper from what is persisted as a "block". Envelope is used only for wire transport, as should have always been the case.
- Loading branch information