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
We aim to move all data fetching to our backend in order to move away from Horizon and setup for a multi platform future.
We should find ways to moving the following remaining Horizon calls to the backend - server.loadAccount(..pubkey..) server.accounts() server.feeStats() server.assets() server.checkMemoRequired()
Should we move these? Federation.Server.resolve()
The text was updated successfully, but these errors were encountered:
aristidesstaffieri
changed the title
All instances of server.loadAccount should go through backend
Move remaining Horizon calls to backend
Nov 20, 2024
We aim to move all data fetching to our backend in order to move away from Horizon and setup for a multi platform future.
We should find ways to moving the following remaining Horizon calls to the backend -
server.loadAccount(..pubkey..)
server.accounts()
server.feeStats()
server.assets()
server.checkMemoRequired()
Should we move these?
Federation.Server.resolve()
The text was updated successfully, but these errors were encountered: