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
The counter CRDTs are stored as concrete types (int64 or float64) instead of bytes. This makes them ill prepared for the upcoming document encryption feature.
The text was updated successfully, but these errors were encountered:
fredcarle
added
the
refactor
This issue specific to or requires *notable* refactoring of existing codebases and components
label
Jun 7, 2024
## Relevant issue(s)
Resolves#2696
## Description
This PR changes the counter CRDTs to make them support the document
encryption feature. They previously stored their values as concrete
types (int64 and float64) instead of bytes. Storing them as bytes allow
them to be stored plainly or encrypted.
ChrisBQu
pushed a commit
to ChrisBQu/defradb
that referenced
this issue
Feb 21, 2025
## Relevant issue(s)
Resolvessourcenetwork#2696
## Description
This PR changes the counter CRDTs to make them support the document
encryption feature. They previously stored their values as concrete
types (int64 and float64) instead of bytes. Storing them as bytes allow
them to be stored plainly or encrypted.
The counter CRDTs are stored as concrete types (int64 or float64) instead of bytes. This makes them ill prepared for the upcoming document encryption feature.
The text was updated successfully, but these errors were encountered: