loomchain
loomchain copied to clipboard
Remove OriginalRequest from EventData
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.