-
Notifications
You must be signed in to change notification settings - Fork 574
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
msgid is stored as text type #2247
Comments
The type of values whose declared type is blob:
|
It actually isn't consistent across versions, there may be older databases which are different. That's why we need tests for this, even more for the data type change. |
How about this:
I think this should be compatible to any past versions and future updates, including migrations to Python3. |
kashikoibumi
added a commit
to kashikoibumi/PyBitmessage
that referenced
this issue
May 30, 2024
I have implemented a quick workaround: #2248 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
msgid is stored as text type.
It should be binary blob.
hash in inventory is OK.
The text was updated successfully, but these errors were encountered: