BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Improve the performance of the OrderList API #1421

Open YoshihitoAso opened 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

Since the current OrderList API has many direct accesses to the blockchain, performance deteriorates as the number of items increases.

Describe the solution you'd like

As a constraint, this API must return the latest order information. Therefore, it is not possible to return information with only indexed information. Consider how to index some processes while satisfying the requirement to return the latest information.