-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceImpacts the runtime performanceImpacts the runtime performanceusabilityImpacts the user/dev experienceImpacts the user/dev experience
Description
- To extend on the
BNissue from Provide standard middlewares for Blockchain primitive types #19, it might be useful to provide defaultmapFnimplementations for parsingBNvalues from LevelDB (which are stored there as hex strings). This implementation should also scan for nested fields of the stored entities and parse them, if required. - The
filterFnturned out to be unnecessary, as it is nowhere used, and may be removed. - An additional function may be defined to define how certain fields should be serialized into the DB, which may be used in conjunction with
mapFnto obtain full control over SerDe when communicating with LevelDB.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceImpacts the runtime performanceImpacts the runtime performanceusabilityImpacts the user/dev experienceImpacts the user/dev experience