You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Update the EventProcessorStageExchange_Bundle class to calculate token prices in terms of native assets and store them in the newly created TokenPrice table.
To do:
Modify the _process() method to calculate token prices in terms of native assets using the bundle table data.
Implement parallel processing using multiple worker threads for additional token price calculations.
Update the class to accept a token_pairs parameter.
Update the _process() method to handle calculations for multiple token pairs.
Store calculated prices in the TokenPrice table.
Leverage Redis cache to avoid redundant calculations.
The text was updated successfully, but these errors were encountered:
Description:
Update the EventProcessorStageExchange_Bundle class to calculate token prices in terms of native assets and store them in the newly created
TokenPrice
table.To do:
_process()
method to calculate token prices in terms of native assets using the bundle table data.token_pairs
parameter._process()
method to handle calculations for multiple token pairs.TokenPrice
table.The text was updated successfully, but these errors were encountered: