Skip to content
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

In-database versioning overhaul #264

Closed
theoreticalbts opened this issue Aug 12, 2016 · 2 comments
Closed

In-database versioning overhaul #264

theoreticalbts opened this issue Aug 12, 2016 · 2 comments
Assignees

Comments

@theoreticalbts
Copy link
Contributor

We need to have the object_database store its serialization of each type it contains, and force re-index when this serialization changes.

Basically we'd use fc to auto-generate the serialization description object. When saved, the description can be a JSON-ball that can be a building block for out-of-process introspection -- it may be useful to extend this to API introspection as well.

@mvandeberg
Copy link
Contributor

I believe this was implemented as the schema library which has been broken since we switched to the shared memory file and needs to be updated for chainbase.

@theoreticalbts
Copy link
Contributor Author

Yeah, this is essentially the schema library. Closing as this is superseded by #683 #854 #285.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants