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]DRトークンの歩み値取得APIのレスポンス改善 #469

Closed YoshihitoAso closed 4 years ago

YoshihitoAso commented 5 years ago

現状の課題

・DRトークンの歩み値取得APIのレスポンス性能が悪い

ソリューション案

・event filterを利用しているためレスポンス性能が悪い。 ・キャッシュ化してDBから取得するようにする。

OnePoke2 commented 4 years ago

【現状調査】

【実装手順】

OnePoke2 commented 4 years ago

>event filterを利用しているためレスポンス性能が悪い。 普通社債、クーポン、会員権もevent filterを利用しているように見え、歩み値DBキャッシュの方法不明。

OnePoke2 commented 4 years ago

DBから歩み値を取得する場合、block_timestampが取得できない。 Walletアプリへの影響を確認。

OnePoke2 commented 4 years ago

おそらく債権、クーポン、会員権、決済トークンの方でも同様の対応が必要

YoshihitoAso commented 4 years ago

DRについては機能廃止をするので、そのタイミングで削除を行う。