hirosystems / explorer

Explore transactions and accounts on the Stacks blockchain. Clone any contract and experiment in your browser with the Explorer sandbox.
https://explorer.hiro.so/
MIT License
141 stars 102 forks source link

Address that displays in sandbox is not the address associated with my connect 12 word seed phrase #173

Closed timstackblock closed 4 years ago

timstackblock commented 4 years ago

Describe the bug When I go to the CLI and make a new address I receive a 12 word seed phrase. Then I enter that seed phase into connect to use the sandbox, the address that is populated in the sandbox is not the address that is associated with that seed phrase

To Reproduce Steps to reproduce the behavior: 1.Step 1 - User goes to the cli and uses blockstack make_keychain -t to make a new wallet 2.Step 2 - I get the seed phrase and an address that is associated with the seed phrase 3.Step 3 - I go to the testnet and I login to connect using the seed phrase 4.Step 4 - The sandbox populates with a stx address and that address is NOT my stx address that is associated with the 12 word seed phrase I used to login

Expected behavior I was expecting my 12 word seed phrase from the CLI to work on the testnet explorer and fetch the address associated to that 12 word seedphrase. If this not the case users will be confused when logging in with connect.

My address address": "ST3Z5591N1S7J4DVZCGZ06R9R8BHT62VMKVFQ70B8

The address the explorer is using STV86VNZ1SS4CSRNZ8684A1ZK1PEMAKZX7Q4M0TX

Screenshots If applicable, add screenshots or consol.log to help explain your problem.

Screen Shot 2020-05-28 at 1 03 08 PM Screen Shot 2020-05-28 at 1 25 37 PM Screen Shot 2020-05-28 at 1 03 18 PM

Desktop (please complete the following information):

aulneau commented 4 years ago

Yep, that is correct and not a bug -- eventually we will have the sandbox use the seed phrase address from connect, but that is still WIP.

timstackblock commented 4 years ago

Sounds good, thanks 👍

aulneau commented 4 years ago

Closing this as it's a deeper issue unrelated to the explorer.