-
Notifications
You must be signed in to change notification settings - Fork 795
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
Serialize ops in account history objects #446
Comments
A fair amount of refactoring is needed to support this change. Cleanup of where things are located:
Cleanup of notification API:
Since we're breaking the hook API anyway, I'll also modify it to have |
The
|
There was a size check which didn't record operation history for operations of 128MB or less. This threshold seems unrealistically large, perhaps it was intended for 128KB? Regardless, I removed it. |
Renamed |
Merged. |
We need to serialize ops to get account history plugin to work with the new DB architecture:
static_variant
static_variant
is unusable from the database if any member types have fields that require dynamic memory allocationoperation
in any database objectThe "fix" is to serialize history objects.
The text was updated successfully, but these errors were encountered: