Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Everscale] when i use same publicKey, i got different everScale address. is there have some problem? #3748

Open
weixuefeng opened this issue Mar 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@weixuefeng
Copy link
Contributor

public key hex: 5c6479f2997317622f8ce1efae8e7d5d448aa60b5bede2d70ce20e781032f571
trust wallet core address: 0:f70e57671468d1c3123a8baeb007d3d483226c99a6f087c6c59053ae3565b298
everscale wallet: 0:c04a3b76473ae6a33df68a63f41099362062c66893e0064592f14e76656f6b7c

is there have some problem?

@weixuefeng weixuefeng added the bug Something isn't working label Mar 20, 2024
@satoshiotomakan
Copy link
Collaborator

Hi @weixuefeng, thanks, I'll have a look at this tomorrow

@weixuefeng
Copy link
Contributor Author

step:

  • create wallet with everwallet.
  • export public key from everwallet
  • generate address with wallet-core.

@trustwallet trustwallet deleted a comment from Ruyeduardo Mar 21, 2024
@satoshiotomakan
Copy link
Collaborator

Hi @weixuefeng, sorry for the late answer
As I can see, the address can be different probably because of the difference in Wallet::get_init_data. In WalletCore, we follow the V3R2 wallet scheme.
So for example, if you change TON's standard WALLET_ID from 698983191 to 0x4BA92D8A, you'll get the same 0:f70e57671468d1c3123a8baeb007d3d483226c99a6f087c6c59053ae3565b298 address.

At the moment, we do not plan to change Everscale address scheme or WALLET_ID

@satoshiotomakan satoshiotomakan closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2024
@satoshiotomakan
Copy link
Collaborator

Leave the issue open in order to keep tracked the difference in Everscale address generation.
@weixuefeng thank you for the note!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants