loomchain icon indicating copy to clipboard operation
loomchain copied to clipboard

Remove OriginalRequest from EventData

Open pathornteng opened this issue 5 years ago • 0 comments

Currently, we store the entire request in EventData.OriginalRequest. This OriginalRequest field is not necessary and costing lots of data storage and IOs. We can get rid of this since EventData already has TX hash which can be used to query request from the chain.

pathornteng avatar Aug 14 '19 07:08 pathornteng