Shrekulka / solana-webwallet

1 stars 1 forks source link

Improve transaction history #19

Closed o5b closed 5 months ago

o5b commented 5 months ago

The resulting transaction history is stored in the database. The next time we call this function, we request the transaction history from the node for the period not saved in our database. We return to the user the transaction history received from the node plus saved in our database

Ru: Полученная история транзакций сохраняется в базе данных. При следующем вызове данной функции запрашиваем у ноды историю транзакций за не сохраненный в нашей бд период. Пользователю возвращаем историю транзакций полученную из ноды плюс сохраненную в нашей бд