crossbario/cfxdb

Migrate master tables to flatbuffers

oberstet opened this issue · 0 comments

Currently, even though we do have a properly defined schema

we only have CBR-based zLMDB tables, which follow those schemata by convention, but use CBOR as value-type

We should migrate those tables to proper Flatbuffers value-typed tables. This should be (almost) without any impact on the existing code in cfx master! at least it is a good test of this promise;) as in, "how it should work as designed" ..