stellar / freighter

Stellar browser extension
81 stars 25 forks source link

Move remaining Horizon calls to backend #1691

Open aristidesstaffieri opened 1 day ago

aristidesstaffieri commented 1 day ago

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