freighter icon indicating copy to clipboard operation
freighter copied to clipboard

Move remaining data needs to backend APIs

Open aristidesstaffieri opened this issue 1 year ago • 2 comments

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()

aristidesstaffieri avatar Nov 20 '24 16:11 aristidesstaffieri

Is this worth doing if we're going to move away from Horizon entirely? It may make sense to update this task to state that all calls for network data should be made on the backend (if thats the goal). Where we fetch that network data on the backend can be a task for stellar/freighter-backend.

JakeUrban avatar Dec 10 '24 18:12 JakeUrban

Yeah I think this just needs re-wording. We should still make it so all data comes from an API call to the backend.

aristidesstaffieri avatar Dec 10 '24 19:12 aristidesstaffieri