• General
  • Trying to understand upgraded accounts on Stellar

I have an account which I believe was from 2014. I was trying to remember how to log into it and I succeeded with a good guess on my username and password. I did this using the legacy login and the process immediately "upgraded" the network for this account.

Looking at my list of transactions, I have a balance of 50 Lumens which was transferred by a fat wallet which appears to do nothing but run "create_account" operations with varying quantities. I'm assuming these operations are upgrades to accounts in similar situations and the balances are carry-overs from the pre-upgraded network.

Is there a way to see transactions as far back as 2014, which happened before the network upgrade?

    bkolobara That old information must be recorded somewhere. If not the transactions, then the balances from those transactions. The upgrade process pulls the pre-upgrade balance. I imagine there is an API endpoint to perform the upgrade and get the balance. Again, balances may not be available. And that old information might not be public. And all the answers on endpoints and processes may be in the Github repo. ?

    Grr, so much information to sift through. #developerlife

      19 days later

      JohnFuller They have 2 API endpoint : /upgrade/balance to get balance of old account, and /upgrade/upgrade , receive secret key, new public address, signature, and confirmation code, to upgrade old account to new wallet ?