iotaledger/iri

Cache insertion for every read always invokes `fillMetadata` which causes some heavy conversions

GalRogozinski opened this issue · 0 comments

Bug description

When we read a transaction we always perform an additional fillMetadata (because when we store we don't fill it). This causes us to do some time consuming conversions...
We can check whether they have been done and save resources

IRI version

1.9.0